Skip to content

Commit fd836ae

Browse files
docs: Remove stale priorities section from AGENTS.md (#902)
Beads issue tracker is now the source of truth for priorities. The hardcoded priorities list was outdated (critical fixes already completed) and created confusion with beads. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1380ec7 commit fd836ae

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

AGENTS.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -132,26 +132,7 @@ Fetch all comments (including hidden ones):
132132
gh api graphql -f query='{ repository(owner: "timothyfroehlich", name: "PinPoint") { pullRequest(number: <PR_NUMBER>) { reviews(last: 5) { nodes { author { login } state comments(first: 20) { nodes { path line body } } } } } } }'
133133
```
134134

135-
## 5. Current Priorities (MVP+ Polish)
136-
137-
**Status**: Soft-launched. Active users.
138-
139-
1. **Critical Fixes**:
140-
- Fix Password Reset in Prod (Issue #792).
141-
- Security: Fix Host Header Injection in Auth (PR #781).
142-
2. **Feature Development**:
143-
- **Search & Filtering**: Build out search pane (`feature/issue-filter-search`).
144-
- **Photo Uploads**: Attach photos to issues/machines.
145-
3. **UI Polish**:
146-
- Redesign Issue Status/Priority Dropdowns (#744).
147-
- Pagination for Issue List (#752).
148-
- Highlight machine owners (#753).
149-
- Refactor MainLayout Header (#693).
150-
4. **Code Hygiene**:
151-
- Delete CHANGELOG.md and references (#776).
152-
- General DRY/refactoring.
153-
154-
## 6. Documentation Philosophy
135+
## 5. Documentation Philosophy
155136

156137
- Actionable information only - focus on "what" and "how", not "why"
157138
- Designed for efficient LLM consumption

0 commit comments

Comments
 (0)