Batch: make the workspace faster and easier for agents — cached release builds, per-app run skills, and codified release/CI runbooks. CI stays the trust anchor (cross-platform builds, clean-env proof, signing secrets, phone-visible checks); skills drive it, never replace it.
Scope
CI speed (release builds were 12–35 min from scratch; pickscribe with caching does 5–10 min)
Per-app run skills (launch quirks stop getting relearned per session)
Workspace skills (canonical in this repo, symlinked into workspace .claude/skills/)
PR plan
PRs 1–2 are independent two-line changes; 3 lands before 4–6 so the run skills can follow the same thin-wrapper pattern.
Considered, not in this batch
- Pin
bun-version in CI instead of latest (reproducibility) — cheap, fold into PRs 1–2 if wanted
- teleprompter has no GitHub remote and no CI — push it and adopt the standard workflows?
- Workspace root as a GitHub repo (versioned AGENTS.md / skills / scripts) — deferred; symlink pattern covers skill discovery for now
Current status: Planned
Next action: PR 1 (pickforge CI)
Batch: make the workspace faster and easier for agents — cached release builds, per-app run skills, and codified release/CI runbooks. CI stays the trust anchor (cross-platform builds, clean-env proof, signing secrets, phone-visible checks); skills drive it, never replace it.
Scope
CI speed (release builds were 12–35 min from scratch; pickscribe with caching does 5–10 min)
Per-app run skills (launch quirks stop getting relearned per session)
Workspace skills (canonical in this repo, symlinked into workspace
.claude/skills/)PR plan
PRs 1–2 are independent two-line changes; 3 lands before 4–6 so the run skills can follow the same thin-wrapper pattern.
Considered, not in this batch
bun-versionin CI instead oflatest(reproducibility) — cheap, fold into PRs 1–2 if wantedCurrent status: Planned
Next action: PR 1 (pickforge CI)