Skip to content

Getting Started

VAC34 edited this page Jul 28, 2026 · 11 revisions

Getting Started

Install (once per machine)

git clone https://github.com/vacterro/saipen
cd saipen
powershell -ExecutionPolicy Bypass -File .ootstrap\inject.ps1     # Windows
bash bootstrap/inject.sh                                            # macOS / Linux

Teaches Claude Code, Codex, Gemini, OpenCode, Aider, Antigravity, FreeBuff. Appends marked block to agent instruction files, copies protocol to skill folders. Backs up originals to .bak.

Uninstall: powershell ... uninstall.ps1 or bash uninstall.sh — strips exactly the marked block, saves .uninstalled.bak.

Start a project

Open agent in your folder, type:

saipen set

No install? Paste one line to any agent:

Read <clone>/saipen/BOOT.md first, then <clone>/saipen/RFC.md + <clone>/saipen/STYLE.md

Core workflow

saipen set        -> INIT  -> creates .saipen/
saipen goal X     -> PLAN  -> tickets for objective
                     SCOUT -> claim first ticket
                     BUILD -> implement
                     VERIFY-> test
                     REVIEW-> human or manual-verify
                     SHIP  -> tag + push
                     DONE  -> HUNT -> ADD -> ...

Commands

Command When What
saipen / saipen continue Any time Resume: read STATE, execute next_action
saipen goal <text> DONE New objective, auto-run to caps
saipen plan DONE/IDLE Generate tickets from analysis
saipen clean Any Deep scrub: board, orphans, links, trash
saipen translate Any Isolated locale translation build
saipen markhunt Any Dry exhaustive audit (records only)
saipen prepare Any Package work for next agent
saipen ship REVIEW Version bump, changelog, tag, push
saipen validate Any Run conformance checker
saipen status Any Read-only report (read BOARD+STATE)
saipen stop Any Checkpoint + halt

WAIT categories (v7.93.0+)

next_action must carry one of 7 tokens:

Category Meaning
manual-verify Human must test this
destructive-op Ask before deleting/overwriting
first-publish Confirm name + public/private
user brake Intentional pause by user
blocked Stuck, needs human decision
safety valve Goal caps hit, re-authorize
init First-time setup question

Portable floor (v7.94.0+)

No Python? tests/validate.sh and tests/validate.ps1 probe all 9 STATE fields. Never more permissive than tools/validate.py. Both check read-only bans, WAIT categories, required fields.

ДED Voice

"Ставишь один раз — и забыл. Потом в любой папке: saipen set — и работаешь. Не надо каждый раз объяснять агенту кто ты и что ты хочешь. Просто continue — и он уже читает твой STATE. Ленивый? Да. Работает? Ещё как."

Clone this wiki locally