docs: strip gitignored AGENTS/ and JOB-BRIEF-FINDINGS references from code comments #139

Merged
rootiest merged 1 commits from docs/strip-agents-internal-refs into main 2026-09-08 16:59:06 +00:00
Owner

Comments in tracked files pointed readers at AGENTS/specs/*.md, AGENTS.md, and JOB-BRIEF-FINDINGS.md — all gitignored, transient dev notes that aren't part of the base repo. Anyone cloning the repo without that local AGENTS/ tree would hit a dangling reference.

Rewrote each to be self-contained, or to point at tracked docs (docs/fish-config.md) instead.

Files touched:

  • functions/__fish_config_sync_logging.fish
  • functions/__fish_help_header.fish
  • tests/test-guards.fish
  • tests/test-help.fish
  • completions/tailscale.fish
  • CONTRIBUTING.md

Left functions/agents-init.fish and the generated docs/fish-config.md/.1 alone — their AGENTS/plans, AGENTS/specs mentions describe the real directory structure the tool itself creates, not a pointer to specific transient file content.

Verified with tests/test-guards.fish (66/66) and tests/test-help.fish (4/4) — comment-only changes, both still pass.

Comments in tracked files pointed readers at `AGENTS/specs/*.md`, `AGENTS.md`, and `JOB-BRIEF-FINDINGS.md` — all gitignored, transient dev notes that aren't part of the base repo. Anyone cloning the repo without that local `AGENTS/` tree would hit a dangling reference. Rewrote each to be self-contained, or to point at tracked docs (`docs/fish-config.md`) instead. Files touched: - `functions/__fish_config_sync_logging.fish` - `functions/__fish_help_header.fish` - `tests/test-guards.fish` - `tests/test-help.fish` - `completions/tailscale.fish` - `CONTRIBUTING.md` Left `functions/agents-init.fish` and the generated `docs/fish-config.md`/`.1` alone — their `AGENTS/plans`, `AGENTS/specs` mentions describe the real directory structure the tool itself creates, not a pointer to specific transient file content. Verified with `tests/test-guards.fish` (66/66) and `tests/test-help.fish` (4/4) — comment-only changes, both still pass.
rootiest added 1 commit 2026-09-08 16:55:44 +00:00
Comments in tracked files pointed readers at AGENTS/specs/*.md,
AGENTS.md, and JOB-BRIEF-FINDINGS.md -- all gitignored, transient
dev notes not part of the base repo. Rewrote each to be self-contained
or point at tracked docs (docs/fish-config.md) instead.
rootiest merged commit 8f48120ba9 into main 2026-09-08 16:59:06 +00:00
rootiest deleted branch docs/strip-agents-internal-refs 2026-09-08 16:59:07 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rootiest/fish-config#139