chore: untrack issues.jsonl, add quick-wins work doc
- Add issues.jsonl to .beads/.gitignore (fixes flake narHash mismatch) - Remove issues.jsonl from git tracking (file remains locally) - Add quick-wins-batch work doc tracking skill deployment tasks
This commit is contained in:
parent
b6b47f8b38
commit
5e12ed1301
3
.beads/.gitignore
vendored
3
.beads/.gitignore
vendored
|
|
@ -36,3 +36,6 @@ beads.left.meta.json
|
|||
beads.right.jsonl
|
||||
beads.right.meta.json
|
||||
|
||||
# Issue data (tracked by bd, not git - prevents flake narHash mismatch)
|
||||
issues.jsonl
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
40
docs/work/2026-01-25-quick-wins-batch.md
Normal file
40
docs/work/2026-01-25-quick-wins-batch.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# Work: Quick Wins Batch
|
||||
|
||||
## Intent
|
||||
Clear out standalone tasks that don't require deep design work.
|
||||
|
||||
## Approach
|
||||
Execute each as an atomic unit. Most are small fixes or deployments.
|
||||
|
||||
## Checklist
|
||||
|
||||
### Infrastructure Fixes
|
||||
|
||||
- [x] **W001**: Untrack .beads/issues.jsonl to fix flake narHash mismatch (skills-ealm)
|
||||
- Verification: `git status` shows .beads/issues.jsonl is gitignored, flake builds without narHash issues
|
||||
|
||||
### Documentation
|
||||
|
||||
- [ ] **W002**: Sync orch skill documentation with CLI implementation (skills-q75m)
|
||||
- Verification: `diff skills/orch/SKILL.md` matches current `orch --help` output
|
||||
- **BLOCKED**: Skill docs describe features not in CLI (--serial, --strategy, --synthesize, --allow-expensive). Need to decide: remove from docs or implement in CLI?
|
||||
|
||||
### Skill Deployment
|
||||
|
||||
- [x] **W003**: Add brave-search skill to deployment lists (skills-s5xl)
|
||||
- Verification: `./bin/deploy-skill.sh brave-search` shows skill in lists OR add to claude.nix
|
||||
|
||||
- [x] **W004**: Add browser-tools skill to deployment lists (skills-wxbs)
|
||||
- Verification: `ls skills/browser-tools/SKILL.md` exists and skill added to deployment
|
||||
|
||||
## Verification Evidence
|
||||
|
||||
- (2026-01-25) W001: Added issues.jsonl to .beads/.gitignore, ran `git rm --cached`, file still exists locally
|
||||
- (2026-01-25) W002: BLOCKED - skill docs describe features not in CLI (--serial, --strategy, --synthesize, --allow-expensive)
|
||||
- (2026-01-25) W003: Added brave-search to claudeCodeSkills, openCodeSkills, codexSkills in dotfiles/home/claude.nix
|
||||
- (2026-01-25) W004: Added browser-tools to all three skill lists in dotfiles/home/claude.nix
|
||||
|
||||
## Notes
|
||||
|
||||
- These are independent tasks, can be done in any order
|
||||
- Each should close a beads issue on completion
|
||||
Loading…
Reference in a new issue