← back to Abrams Life
initial scaffold (gitify existing files)
6001b9e2082ce89d0a39c5ee80a53373bd7d7dc9 · 2026-07-28 07:59:06 -0700 · Steve Abrams
Files touched
Diff
commit 6001b9e2082ce89d0a39c5ee80a53373bd7d7dc9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 28 07:59:06 2026 -0700
initial scaffold (gitify existing files)
---
.gitignore | 8 ++++++++
NOTE.md | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1924158
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
diff --git a/NOTE.md b/NOTE.md
new file mode 100644
index 0000000..5550edc
--- /dev/null
+++ b/NOTE.md
@@ -0,0 +1,35 @@
+# Abrams Home Engine — Coordination Note
+
+**Date:** 2026-05-23
+**Status:** engine batch taking over from here
+
+## For abrams 11
+
+If you are the `abrams 11` tab that was scaffolding the landing-page version:
+**finish your current commit, then stop and yield to the engine batch.**
+
+The engine batch (engine 1 through engine 8) is now expanding this project from
+a static landing page into a full Abrams Home Engine dashboard with real widgets.
+Do not start new features — commit what you have, mark yourself done, and let
+the engine tabs proceed.
+
+## Engine batch tasks
+
+| Tab | Owner task |
+|-----------|------------------------------------------------|
+| engine 1 | Express app skeleton, port 9970, EJS layout, 6-widget home grid, git init |
+| engine 2 | Butlr "Place a Call" widget (POST → butlr.agentabrams.com) |
+| engine 3 | Gmail widget (OAuth, last 10 unread, mark-read, preview body) |
+| engine 4 | Google Calendar widget (today + tomorrow events) |
+| engine 5 | Federated search (lawyers/doctors/ventura-corridor/wallco/butlr) |
+| engine 6 | Notifications inbox (pm2 crash watcher, butlr results, deploy events) |
+| engine 7 | Unified auth (.agentabrams.com session cookie) + press-to-talk voice |
+| engine 8 | Design polish + glue (Inter + Cormorant Garamond, tokens, skeletons, Lighthouse 95+) |
+
+## Guardrails
+
+- Do NOT register any domain
+- Do NOT push to any git remote
+- Each tab commits after every working change
+- All work scoped to ~/Projects/abrams-life
+- Port: 9970 (local dev only for now)
(oldest)
·
back to Abrams Life
·
(newest)