Complete code review session - documented findings for auto_ap.permissions, iol-ion.query, and auto_ap.ss.admin.background-jobs

This commit is contained in:
2026-02-08 09:31:26 -08:00
parent c196723913
commit 8899c643ed
4 changed files with 333 additions and 0 deletions

View File

@@ -2,6 +2,19 @@
This project uses **bd** (beads) for issue tracking. Run `bd onboard` to get started.
## Issue Tracking
This project uses **bd (beads)** for issue tracking.
Run `bd prime` for workflow context, or install hooks (`bd hooks install`) for auto-injection.
**Quick reference:**
- `bd ready` - Find unblocked work
- `bd create "Title" --type task --priority 2` - Create issue
- `bd close <id>` - Complete work
- `bd sync` - Sync with git (run at session end)
For full workflow details: `bd prime`
## Quick Reference
```bash