[object Object]

← back to Dw Pitch Followup

chore: v0.6.0 (session close) — catch-all route, Gmail correspondence table, 2AM rebuild fix, plist-lint hook

32ac85c0228d20d30b80ec61c784ae1bfccd0602 · 2026-08-06 09:21:21 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 32ac85c0228d20d30b80ec61c784ae1bfccd0602
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Aug 6 09:21:21 2026 -0700

    chore: v0.6.0 (session close) — catch-all route, Gmail correspondence table, 2AM rebuild fix, plist-lint hook
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 0caaeab..3589565 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "dw-pitch-followup",
-  "version": "0.5.0",
+  "version": "0.6.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "dw-pitch-followup",
-      "version": "0.5.0",
+      "version": "0.6.0",
       "dependencies": {
         "express": "^4.22.2"
       }
diff --git a/package.json b/package.json
index 0ceebdf..7dc0453 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "dw-pitch-followup",
-  "version": "0.5.0",
+  "version": "0.6.0",
   "private": true,
   "type": "module",
   "description": "DW client follow-up pitch lists + selection viewer. Reads FileMaker (Clients/WALLPAPER/invoice) + George (Gmail thread context); one write path — POST /api/notes prepends a dated Invoice::Internal-notes line. Composes customized follow-up letters and can SEND them as info@ via George (POST /api/send), guarded by: suppression list, 30-day frequency cap, George external-send token, and a tunnel-origin gate (ALLOW_TUNNEL_SEND) that restricts remote send-as-info@. Steve selects and fires pitches from the viewer.",

← e26fbb5 Pitch drawer: render all Gmail correspondence as a table  ·  back to Dw Pitch Followup  ·  Record pitch-site Basic-Auth rotation to fleet-standard cred 30bfd4f →