Skip to content

Commit b40394b

Browse files
committed
docs: record moneymirror vercel disconnect
1 parent 029392f commit b40394b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
## 2026-04-30 — Archived MoneyMirror Vercel auto-deploy disabled
3+
## 2026-04-30 — Archived MoneyMirror Vercel Git link disconnected
44

55
- **Root cause:** the archived Vercel project `money-mirror` was still linked to `shadowdevcode/ai-product-os` with production branch `main`, `rootDirectory = apps/money-mirror`, and Git deployments enabled after issue-014 removed the legacy `apps/money-mirror` code from the monorepo.
6-
- **Fix:** updated the live Vercel project setting `gitProviderOptions.createDeployments` from `enabled` to `disabled` for project `prj_r8HFSILozYdcOiK9u2PiaE83fp40`. This keeps the archived project from creating failed production deployments on unrelated `main` pushes.
6+
- **Fix:** disconnected the live Vercel project `prj_r8HFSILozYdcOiK9u2PiaE83fp40` from `shadowdevcode/ai-product-os` and left Git deployments disabled. Verified Vercel now reports `link = null`, so the archived project cannot create failed production deployments on unrelated `main` pushes.
77
- **Current deploy contract:** `ai-product-os-493e` remains the active landing deployment. Do not repoint the archived `money-mirror` Vercel project to another app unless a MoneyMirror successor is intentionally restored.
88

99
## 2026-04-12 — Issue Created: issue-013

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A simulated, end-to-end product development organization where specialized AI ag
66

77
> **Live:** [ai-product-os-493e.vercel.app](https://ai-product-os-493e.vercel.app/) | Built and operated with [Claude Code](https://claude.ai/code). You need Claude Code to run the slash commands.
88
>
9-
> Deploy note: `ai-product-os-493e` is the current landing Vercel project. MoneyMirror was a separate Vercel project in earlier cycles; its legacy app code has been removed from this monorepo and its archived Vercel project no longer auto-deploys from `main`.
9+
> Deploy note: `ai-product-os-493e` is the current landing Vercel project. MoneyMirror was a separate Vercel project in earlier cycles; its legacy app code has been removed from this monorepo and its archived Vercel project is no longer linked to this GitHub repo.
1010
1111
---
1212

project-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
## Quality Gates
3232

3333
- learning (issue-014): done — Fully incorporated OpenAI Codex best practices. (1) Removed legacy `money-mirror` app; (2) Hardened root validation scripts using **Bun**; (3) Implemented bidirectional **instruction drift detection**; (4) Created enforceable **GitHub Actions CI** pipeline; (5) Resolved **telemetry fire-and-forget** rule conflicts; (6) Unified **knowledge-loading** instructions; (7) Established **MCP Runtime Matrix** and expanded **AGENTS.md** for multi-tool portability. **Pipeline cycle for issue-014 complete.**
34-
- deploy_repair (archived MoneyMirror): done — 2026-04-30 Vercel RCA: `money-mirror` project was still auto-deploying `main` from deleted root `apps/money-mirror`. Live Vercel project `prj_r8HFSILozYdcOiK9u2PiaE83fp40` now has `gitProviderOptions.createDeployments = "disabled"` so unrelated `main` pushes no longer produce failed archived MoneyMirror production deployments.
34+
- deploy_repair (archived MoneyMirror): done — 2026-04-30 Vercel RCA: `money-mirror` project was still linked to `main` with deleted root `apps/money-mirror`. Live Vercel project `prj_r8HFSILozYdcOiK9u2PiaE83fp40` now has `link = null` and `gitProviderOptions.createDeployments = "disabled"` so unrelated `main` pushes no longer produce failed archived MoneyMirror production deployments.
3535
- create_plan (issue-013): done — `experiments/plans/plan-013.md` + `experiments/plans/manifest-013.json` (AC, **T0–T2**, PostHog list, Neon schema). UX: **centered chat** empty state; **left** projects/sessions rail **after first message**; **right** artifact panel. Resolved PRD open questions (Reddit-only v3, presets, model split). **Next:** `/execute-plan` from **phase-t0**; **`/linear-sync plan`** for VIJ-65.
3636
- explore (issue-013): done — **Build** recommendation. Problem validated for discovery-heavy PM workflows; market crowded but gap on **chat-native plan/approve/steer/export** vs dashboard-first CI or one-shot answer engines. MVP: bounded plan object, async run w/ progress, steering primitives, citation-backed export; defer full store coverage / enterprise. Saved to [`experiments/exploration/exploration-013.md`](experiments/exploration/exploration-013.md). **Checkpoint:** `/linear-sync issue` before `/create-plan` if mirroring explore to Linear. **Next:** `/create-plan` issue-013 (complete).
3737
- create_issue: done — **issue-013** created 2026-04-12. **Feature:** PM Research Copilot — chat-first planning, specialized sub-agent orchestration, mid-run steering, evidence-backed export. `experiments/ideas/issue-013.md`. Linear: project [**issue-013 — PM Research Copilot…**](https://linear.app/vijaypmworkspace/project/issue-013-pm-research-copilot-chat-first-planning-orchestrated-a5e43bf29c24) + root [**VIJ-65**](https://linear.app/vijaypmworkspace/issue/VIJ-65/issue-013-pm-research-copilot-chat-first-planning-orchestrated) (labels Discovery + Feature). `experiments/linear-sync/issue-013.json` (`last_sync_mode`: bind). **Next:** `/explore` issue-013 (complete).

0 commit comments

Comments
 (0)