Commit Graph

14 Commits

Author SHA1 Message Date
James cd1644128f Capture workflow friction from Hans' first real test session
Real issues found:
1. Daily review script bugs (checker needed checking)
2. Tea CLI auth not documented (had to describe commands)
3. Go module structure confusing (telemetry standalone)
4. Done signal ambiguous (had to ask permission)
5. Build tags not in QUICKSTART
6. Issue state machine undocumented (who closes?)
7. No task pickup skill (had to guess priority)

Biggest: Agents can't fully query/modify Gitea programmatically.
Options: A) Full autonomy (skills needed), B) Assisted (current), C) Hybrid.

Immediate fixes needed in QUICKSTART.md and handbook documentation.
2026-04-09 01:22:01 -04:00
James b920203314 Address Hans' workflow feedback - make it actionable
1. Created QUICKSTART.md (60 second read vs 1295 line handbook)
   - Who you are, 4 session-start actions, critical rules
   - All CLAUDE.md files now reference QUICKSTART first

2. Created scripts/daily-review.sh (automates Part 4 checks)
   - Runs Section A, F, G checks automatically
   - Reports PASS/FAIL with colors
   - Fails fast on foundation violations

3. Added workflow section to handbook
   - Where to find tasks (git.clavitor.ai)
   - Priority order (CRITICAL > HIGH > MEDIUM)
   - Engineer vs Reviewer responsibilities

4. Created tasks skill (.claude/skills/tasks/SKILL.md)
   - For querying Gitea issues programmatically
   - Will integrate with agent workflow

5. Updated all 11 CLAUDE.md files with concise headers
   - Quickstart link (60s)
   - Deep reference link (handbook Section V)
   - Agent identity + daily script command

Hans' feedback addressed:
-  Handbook too long → QUICKSTART.md
-  Daily review manual → automated script
-  Vague instructions → specific script + task query
-  No task queue → skill created
2026-04-09 01:10:39 -04:00
James d10c3f8e23 Update Yurii CLI docs based on feedback
- Documented monorepo structure (use johan/clavitor, not sub-repos)
- Added --assignees plural flag (not --assignee)
- Added Known Limitations section:
  * Labels don't show in list view (workaround: tea issues view)
  * User discovery is hard (provided valid usernames)
  * 'no gitea login' noise (safe to ignore)
- Added file paths in descriptions (clavis/clavis-telemetry/main.go)
- Added curl command to list labels via API
2026-04-09 00:51:16 -04:00
James 3e9b82af4d Add Yurii's Gitea CLI workflow documentation
- tea CLI installed (/usr/local/bin/tea)
- Login with admin token
- Issue creation commands for audits
- Review workflow for engineer PRs
- Explicit can/cannot do rules
- Complete example session
2026-04-09 00:44:14 -04:00
James e425cec150 docs: add Futurepedia listing content for clavitor.ai (TASK-074) 2026-03-29 07:36:12 -04:00
James 0c017b4312 docs: add There Is An AI For That (TAAFT) listing content for clavitor.ai (TASK-073) 2026-03-29 07:35:13 -04:00
James 65ce6b8770 docs: add BetaList submission content for clavitor.ai launch (TASK-071) 2026-03-29 07:34:24 -04:00
James 024f898873 docs: GitHub 2FA listing strategy — prerequisites, outreach template, phases (C-010) 2026-03-29 07:04:00 -04:00
James ec4a68e67b docs: add Product Hunt launch assets — tagline, description, maker comment, timing, checklist (TASK-064) 2026-03-29 06:59:15 -04:00
James 55367fe06e docs: add Show HN draft for clavitor.ai launch (TASK-072) 2026-03-29 02:30:36 -04:00
James 55699985ae chore: auto-commit uncommitted changes 2026-03-25 06:04:04 -04:00
James 238f72dcae docs: revise integration research — focus on OpenClaw/1Password mechanics (C-009) 2026-03-24 05:48:04 -04:00
James 9b33ed212b docs: add integration research and proposal for CLI (C-009) 2026-03-24 05:32:07 -04:00
James 5597bbc6b5 Initial commit: clavitor project structure (migrated from vault1984) 2026-03-22 05:32:24 -04:00