Skip to content

docs: fix stale exec plan path - #2

Draft
goanpeca wants to merge 1 commit into
mainfrom
fix/issue-1-stale-doc-references
Draft

docs: fix stale exec plan path#2
goanpeca wants to merge 1 commit into
mainfrom
fix/issue-1-stale-doc-references

Conversation

@goanpeca

Copy link
Copy Markdown
Member

Summary

  • Point active work-plan references at the existing docs/exec-plans/ directory.
  • Remove the stale docs/exec-plans/active/ reference from AGENTS.md.

Linked issue

Closes #1

Tests run

  • mamba run -n docs-to-podcast-issue-1 node -e "const fs=require('fs'); const doc=fs.readFileSync('AGENTS.md','utf8'); if (doc.includes('docs/exec-plans/active/')) throw new Error('stale active exec-plan reference remains'); if (!fs.statSync('docs/exec-plans').isDirectory()) throw new Error('docs/exec-plans missing');"
  • git diff --check

Follow-up notes

  • No follow-up needed.

@goanpeca goanpeca added the B2 Example SampleApps team (quality-keeper routing): discoverability, stale-doc, sample-app code findings label Jun 24, 2026
@goanpeca goanpeca self-assigned this Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

B2 Example SampleApps team (quality-keeper routing): discoverability, stale-doc, sample-app code findings

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[quality-keeper] Stale doc references

1 participant