Skip to content

Commit 0331f8b

Browse files
committed
chore: move AGENT-CONTEXT-PLAN, DESIGN-PLAN, MEMORY-PLAN, MVP-PLAN, PRO-PLAN to GitHub issues
AGENT-CONTEXT-PLAN.md -> #9 DESIGN-PLAN.md -> #10 MEMORY-PLAN.md -> #11 MVP-PLAN.md -> #12 PRO-PLAN.md -> plugpressco/saddle-pro#5 (Pro's plan, filed in saddle-pro) Every in-code comment and CLAUDE.md pointer that named these files now links to the corresponding issue instead.
1 parent 52fdef9 commit 0331f8b

20 files changed

Lines changed: 21 additions & 926 deletions

AGENT-CONTEXT-PLAN.md

Lines changed: 0 additions & 310 deletions
This file was deleted.

BUILD-GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ Read `admin/DESIGN-ALIGNMENT.md` in full. The short version: get the real inbees
109109

110110
---
111111

112-
## Step 7 — Phase 2 kickoff (only after v0.1 exit criteria in MVP-PLAN.md are all checked off)
112+
## Step 7 — Phase 2 kickoff (only after v0.1 exit criteria in the [Finalized Plan](https://github.com/plugpressco/saddle/issues/12) are all checked off)
113113

114-
Work the Phase 2 list in `MVP-PLAN.md` in the order given. Audit log first — it's the cheapest high-value item and closes the last "stub" in the REST layer.
114+
Work the Phase 2 list in the [Finalized Plan](https://github.com/plugpressco/saddle/issues/12) in the order given. Audit log first — it's the cheapest high-value item and closes the last "stub" in the REST layer.
115115

116116
---
117117

118118
## Before WordPress.org submission
119119

120-
Re-read the "WordPress.org submission" section in `MVP-PLAN.md`. Draft the external-services disclosure language early — this is the section most likely to cause review delays based on the mailyard precedent, and it's better written calmly in advance than reactively after a reviewer flags it.
120+
Re-read the "WordPress.org submission" section in the [Finalized Plan](https://github.com/plugpressco/saddle/issues/12). Draft the external-services disclosure language early — this is the section most likely to cause review delays based on the mailyard precedent, and it's better written calmly in advance than reactively after a reviewer flags it.
121121

122122
---
123123

CLAUDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Read this before touching code. It encodes decisions already made — don't re-derive
44
or re-litigate them mid-session, follow them. If something here seems wrong, flag it
55
to Fahim explicitly rather than silently deviating. Then read `BUILD-GUIDE.md` for
6-
execution order and `MVP-PLAN.md` for scope.
6+
execution order and the [Finalized Plan](https://github.com/plugpressco/saddle/issues/12) for scope.
77

88
## What this is
99

1010
Self-hosted WordPress MCP server: tiered, approval-gated CRUD for posts, pages, and
11-
media, plus builder-agnostic block tooling. Check the scope lock in `MVP-PLAN.md`
12-
before adding anything not already there.
11+
media, plus builder-agnostic block tooling. Check the scope lock in the
12+
[Finalized Plan](https://github.com/plugpressco/saddle/issues/12) before adding anything not already there.
1313

1414
**Distribution:** no WP.org submission planned (decided 2026-07-03) — self-hosted
1515
only for now. Don't spend effort on WP.org-specific compliance beyond normal good
@@ -56,7 +56,7 @@ the credential directly via
5656
through `wp-admin/authorize-application.php`. Don't add a custom auth layer without a
5757
specific, written reason core's flow can't satisfy.
5858

59-
## Architecture map (current, not aspirational — MVP-PLAN.md flags stub vs. real)
59+
## Architecture map (current, not aspirational — the [Finalized Plan](https://github.com/plugpressco/saddle/issues/12) flags stub vs. real)
6060

6161
```
6262
saddle.php — bootstrap; wires hooks, defers MCP transport to plugins_loaded
@@ -116,7 +116,7 @@ tests/ — PHPUnit integration suite (SQLite-backed, real
116116
three competitors checked for this project.
117117
- Don't add raw PHP execution or shell WP-CLI as a power-user convenience here. If
118118
ever built, it's a separate, clearly-labeled addon — never silently available in
119-
core (see Phase 3 in MVP-PLAN.md).
119+
core (see Phase 3 in the [Finalized Plan](https://github.com/plugpressco/saddle/issues/12)).
120120
- Don't change the default tier away from `read`, even temporarily for testing.
121121
- Don't build a custom OAuth server "for nicer UX" without confirming core's
122122
Authorize Application flow is actually insufficient first — it almost certainly

DESIGN-PLAN.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)