Skip to content

Pipeline Plan 39

ezigus edited this page Mar 1, 2026 · 2 revisions

Here's the implementation plan:

Plan: Stale Documentation Detected (#39)

Summary

10 AUTO documentation sections are stale across 5 files. All are core-scripts and test-suites sections with outdated line counts for 3 scripts:

  • sw-loop.sh: 3361 → 3395
  • sw-pipeline.sh: 2877 → 2875
  • sw-lib-pipeline-detection-test.sh: 598 → 604

Files to Modify

  1. .ai-standards/generated/claude-instructions.md
  2. .ai-standards/generated/codex-instructions.md
  3. .ai-standards/generated/copilot-instructions.md
  4. .github/copilot-instructions.md
  5. AGENTS.md

Implementation Steps

  1. Run shipwright docs sync to regenerate all stale AUTO sections
  2. Verify all 30/30 sections are fresh with shipwright docs check
  3. Confirm diff shows only line-count updates (no structural changes)
  4. Commit the 5 files

Task Checklist

  • Run shipwright docs sync
  • Verify 30/30 fresh with shipwright docs check
  • Review diff — only line-count changes
  • Commit on branch docs/stale-documentation-detected-39
  • Verify clean git status

Testing

  • shipwright docs check exits 0 with 0 stale sections
  • Diff shows only 3 line-count value changes replicated across 5 files (15 insertions, 15 deletions)

Definition of Done

  • All AUTO sections fresh
  • 5 files updated, committed
  • No unrelated modifications

The changes are already verified (I ran the sync and confirmed 30/30 fresh before stashing). This is a straightforward docs sync — ready for the build stage.

Clone this wiki locally