Point the observer comments at the doc's current name - #227
Conversation
Four comments in overseer.ts cite observers-implementation-plan.md, but that file is checked in as docs/observers.md, so following the reference finds nothing. Retarget them, matching how blueprint-archive.ts cites docs/blueprints.md. Every cited section still exists under the new name: §3 "Concepts & terminology", and §5 "Step 3", "Step 5" and "Step 6". Comments only; no code changes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
|
Thank you for taking the time to contribute. This pull request was automatically closed because:
Please update the pull request to meet these automatic checks, then reopen it. Passing these checks does not guarantee acceptance; maintainers still determine whether a change is obviously correct and trivially verifiable. If an exception is appropriate, a maintainer can apply the |
|
Superseded by #228 — I filed this one without the pull request template, so the policy checklist was missing. Sorry for the noise. |
What does this change?
Four comments in
overseer.tsciteobservers-implementation-plan.md, but the file is checked in asdocs/observers.md— so following the reference finds nothing. I hit this while readingensureObserver()and went looking for a file that isn't there.Retargeted all four, matching how
blueprint-archive.tsalready citesdocs/blueprints.md:docs/observers.md§3docs/observers.md§5 Step 5docs/observers.md§5 Step 6docs/observers.md§5 Step 3Why is this obviously correct and trivially verifiable?
The patch is four comment lines; no code changes, so behaviour cannot move.
Both halves are checkable from the tree alone:
docs/observers.mdexists andobservers-implementation-plan.mddoes not.## 3. Concepts & terminology,### Step 3,### Step 5,### Step 6— so each reference resolves to the passage it was always pointing at.Checklist
🤖 Generated with Claude Code