docs: surface "cut tracker items" workflow in README + CLAUDE

Add a Work Tracking entry to README Primary Entry Points and a short pointer
in CLAUDE.md, both routing to scripts/tracker-seed/ and the AGENTS.md section.

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
saravanakumardb1 2026-05-30 21:22:43 -07:00
parent 6d28e1307e
commit 50d6424b85
2 changed files with 14 additions and 0 deletions

View File

@ -34,6 +34,12 @@ Do not assume a single dependency graph or runtime model across the whole repo.
- `remove_user_from_repos.sh` - `remove_user_from_repos.sh`
- `git-work-safety-tools/*.sh` - `git-work-safety-tools/*.sh`
## Cutting Tracker Items
When asked to "cut items to track", use `scripts/tracker-seed/` (seeds the
ByteLyst tracker via platform-service `POST /api/items`). Do not hand-roll API
calls. Full procedure is in the "Cutting Tracker Items" section of `AGENTS.md`.
## Safety Notes ## Safety Notes
- Treat `accounts.json`, account snapshot JSON files, `.env` files, and generated contributor/output data as sensitive. - Treat `accounts.json`, account snapshot JSON files, `.env` files, and generated contributor/output data as sensitive.

View File

@ -42,6 +42,14 @@ If you are new to the repo, read these in order:
These are for scanning many repositories, checking dirty state, and performing safer batch git workflows. These are for scanning many repositories, checking dirty state, and performing safer batch git workflows.
### Work Tracking ("cut items to track")
- `scripts/tracker-seed/seed-tracker-items.mjs`
- Files feature/bug/task items into the ByteLyst tracker (platform-service `POST /api/items`, viewed in tracker-web), scoped per `productId`.
- Preview safely: `node scripts/tracker-seed/seed-tracker-items.mjs --dry-run`
- Create (stack up): `JWT_SECRET=<secret> PLATFORM_API_URL=http://localhost:4003 node scripts/tracker-seed/seed-tracker-items.mjs`
- See [scripts/tracker-seed/README.md](scripts/tracker-seed/README.md) and the "Cutting Tracker Items" section in [AGENTS.md](AGENTS.md).
### Deployment Operations ### Deployment Operations
- `./deployment-status.sh` - `./deployment-status.sh`