docs: strip gitignored AGENTS/ and JOB-BRIEF-FINDINGS references from code comments #139
No Reviewers
Labels
Clear labels
Area/CI
Area/Completions
Area/Components
Area/Config
Area/Docs
Area/Functions
Area/Integrations
Area/Prompt & Theme
Area/Scripts
Area/Tests
Compat/Breaking
Kind/Bug
Kind/Chore
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Performance
Kind/Refactor
Kind/Security
Kind/Testing
good first issue
help wanted
.github/workflows and repository automation
completions/ - tab-completion scripts
The opinionated-component system (C1-C6)
config.fish and conf.d/ - startup and environment
docs/manual/ and the generated manual, man page, and site
functions/ - user-facing functions and helpers
integrations/ - third-party tool wiring
themes/ and prompt appearance
scripts/ - standalone helper scripts
tests/ - the syntax lint and functional suite
Breaking change that won't be backward compatible
Something is not working
Tooling, dependencies, and housekeeping
Documentation changes
Improve existing functionality
New functionality
Makes existing behavior faster or lighter
Restructures code without changing behavior
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
Well-scoped and self-contained; a good place to start
Maintainer is looking for someone to pick this up
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
rootiest (Rootiest)
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rootiest/fish-config#139
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Comments in tracked files pointed readers at
AGENTS/specs/*.md,AGENTS.md, andJOB-BRIEF-FINDINGS.md— all gitignored, transient dev notes that aren't part of the base repo. Anyone cloning the repo without that localAGENTS/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.fishfunctions/__fish_help_header.fishtests/test-guards.fishtests/test-help.fishcompletions/tailscale.fishCONTRIBUTING.mdLeft
functions/agents-init.fishand the generateddocs/fish-config.md/.1alone — theirAGENTS/plans,AGENTS/specsmentions 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) andtests/test-help.fish(4/4) — comment-only changes, both still pass.