Skip to content

Commit 2c34397

Browse files
committed
Remove PLAN.md; scrub user-facing links to it [skip tag]
1 parent 3959b5b commit 2c34397

8 files changed

Lines changed: 9 additions & 546 deletions

File tree

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ hooks
1616
tools
1717
corpus/raw
1818
corpus/scripts
19-
PLAN.md
2019
docs/MAINTENANCE.md
2120
CONTRIBUTING.md
2221
CHANGELOG.md

.github/ISSUE_TEMPLATE/install_works.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ title: "Install works — [your-handle]"
55
labels: ["installed", "external"]
66
---
77

8-
Quick install confirmation — closes part of the v1.0 gate
9-
(per [`PLAN.md`](../../PLAN.md) §8).
8+
Quick install confirmation.
109

1110
- [ ] I ran `/plugin marketplace add parasxos/claude-plugins`
1211
- [ ] I ran `/plugin install cpp26-adapter@parasxos/claude-plugins`
@@ -21,5 +20,4 @@ Quick install confirmation — closes part of the v1.0 gate
2120

2221
**Anything that didn't work?** *(Optional — leave blank if everything was clean.)*
2322

24-
<!-- Maintainer note: every confirming install is the social signal the
25-
plugin needs to clear its Phase 8 acceptance criterion. Thanks. -->
23+
<!-- Maintainer note: every confirming install is a real social signal. Thanks. -->

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Contributing to cpp26-adapter
22

33
Bug reports, eval-task suggestions, and install confirmations are all
4-
welcome. The repo carries the full build history (16 commits across
5-
the 9 binding-plan phases), so reading [`PLAN.md`](PLAN.md) and the
6-
commit log gives a clean picture of why every component exists.
4+
welcome. The commit log carries the full build history and gives a
5+
clean picture of why every component exists.
76

87
## Quick paths
98

PLAN.md

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

docs/MAINTENANCE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@ mcp-server/
9090
pyproject.toml ← deps: mcp, pyyaml, pydantic, rapidfuzz
9191
tests/ ← pytest; run via `pytest mcp-server/tests`
9292
93-
PLAN.md ← the binding plan (v1.1); reference, not edited per refresh
9493
README.md ← user-facing layout overview
95-
MAINTENANCE.md ← this file
94+
docs/MAINTENANCE.md ← this file
9695
```
9796

9897
## Plugin naming convention

docs/announce/RELEASE_PREP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The two gates standing between today and `v1.0.0`:
99
triggers a `v1.0.0` bump.
1010

1111
2. **≥1 external installer.** Per the binding plan's Phase 8 acceptance
12-
([`PLAN.md`](../../PLAN.md) §8). This is genuinely social — someone
12+
(the binding plan §8). This is genuinely social — someone
1313
other than `parasxos@gmail.com` needs to install via the marketplace
1414
command and ideally provide a confirming signal (a star, an issue,
1515
a comment, a clone).
@@ -141,7 +141,7 @@ https://github.com/parasxos/cpp26-adapter
141141

142142
A long-form post that walks through the architecture lives at
143143
[`docs/architecture.md`](../architecture.md) and the binding plan
144-
that drove the implementation lives at [`PLAN.md`](../../PLAN.md).
144+
that drove the implementation lives at the binding plan.
145145
For a blog, the natural structure is:
146146

147147
1. The problem (LLMs default to pre-C++26 because of training data)

docs/architecture.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,4 @@ the cyan box of the diagram while the reviewer lives in the pink.
119119
scored by regex against fenced cpp blocks + LLM-judge for quality.
120120
v0.9.0 cleared 95% on first audited run.
121121
122-
See [`PLAN.md`](../PLAN.md) for the full binding plan with phase-level
123-
acceptance criteria, and [`MAINTENANCE.md`](MAINTENANCE.md) for the
124-
quarterly refresh process.
122+
See [`MAINTENANCE.md`](MAINTENANCE.md) for the quarterly refresh process.

mcp-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ python3 -m venv .venv
2020

2121
## Wire-up
2222

23-
The plugin's `.mcp.json` registers this server as `cpp26-ref` and launches it via stdio. See Phase 3 of `PLAN.md`.
23+
The plugin's `.mcp.json` registers this server as `cpp26-ref` and launches it via stdio.

0 commit comments

Comments
 (0)