docs: remove dead plan.md references from execution-context.md#1309
Merged
jamesadevine merged 1 commit intoJul 2, 2026
Merged
Conversation
Three field descriptions in docs/execution-context.md referenced 'plan.md' (a development planning file that does not exist in the repo): - pipeline.enabled: 'Stage 2 of the build-out — see plan.md' - ci-push.enabled: 'Stage 3 of the build-out — see plan.md' - workitem.enabled: 'Stage 4 of the build-out — see plan.md' The contributors described are fully implemented; the stage-numbering and planning-doc references add no value to readers and the link target does not exist. Removed the stale parentheticals; the workitem entry retains the meaningful '(PR-linked mode only)' constraint. Co-authored-by: Copilot <[email protected]>
jamesadevine
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Agent Documentation Update
Findings
plan.md, a development planning file that does not exist in the repositorydocs/execution-context.mdApplied Fixes
(Stage 2 of the build-out — see plan.md)from thepipeline.enableddescription(Stage 3 of the build-out — see plan.md)from theci-push.enableddescription(Stage 4 of the build-out — see plan.md, PR-linked mode only)from theworkitem.enableddescription — replaced with just(PR-linked mode only)to preserve the meaningful constraintNotes
Verified by checking
find . -name "plan.md"— no such file exists anywhere in the repository. The three references were to an internal development planning document used during the execution-context contributor build-out; all contributors are now fully implemented and the stage-numbering adds no value to readers. Dead links in agent-facing docs cause confusion and waste context.All other doc areas audited (AGENTS.md index, CLI docs, front-matter fields, safe output tools, network domains, schedule syntax, IR module layout, prompts) were accurate against the current codebase.
Created by the agent-documentation maintainer workflow.