Skip to content

Drop a miscounted exit-code claim and list the third prompt - #61

Merged
jeremy merged 1 commit into
mainfrom
agents-md-fixes
Jul 29, 2026
Merged

Drop a miscounted exit-code claim and list the third prompt#61
jeremy merged 1 commit into
mainfrom
agents-md-fixes

Conversation

@jeremy

@jeremy jeremy commented Jul 29, 2026

Copy link
Copy Markdown
Member

"8 typed exit codes (0–8)" is nine codes: output/codes.go defines ExitOK
through ExitAmbiguous, 0 to 8 inclusive. Rather than correct 8 to 9 and leave
a number to drift the next time a code is added, the count is replaced by a
pointer to the file that defines them.

prompts/ was described as two files and holds three -- close-input-gap.md was
missing.


Checked against main at 04e401b.

"8 typed exit codes (0–8)" is nine codes: output/codes.go defines ExitOK
through ExitAmbiguous, 0 to 8 inclusive. Rather than correct 8 to 9 and leave
a number to drift the next time a code is added, the count is replaced by a
pointer to the file that defines them.

prompts/ was described as two files and holds three -- close-input-gap.md was
missing.
Copilot AI review requested due to automatic review settings July 29, 2026 14:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Ready to approve

Documentation-only updates are accurate and match the repository’s current files.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates the developer-facing AGENTS.md documentation to avoid a fragile, miscountable exit-code total and to accurately reflect the current contents of prompts/.

Changes:

  • Replaces the “8 typed exit codes (0–8)” claim with a stable pointer to output/codes.go.
  • Updates the prompts/ listing to include close-input-gap.md alongside the other two prompts.

[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

File summaries
File Description
AGENTS.md Fixes documentation drift by listing all prompt files and pointing exit-code details to output/codes.go.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Low

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

@github-actions github-actions Bot added the docs label Jul 29, 2026
@jeremy
jeremy merged commit 597da11 into main Jul 29, 2026
23 checks passed
@jeremy
jeremy deleted the agents-md-fixes branch July 29, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants