You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
No linter or formatter is configured. No TypeScript, no npm, no build step.
69
+
Rust: clippy for linting, cargo test for tests. No TypeScript, no npm. Skills and agents are Markdown files (no build step).
70
70
71
71
## Key Design Decisions
72
72
@@ -97,7 +97,7 @@ No linter or formatter is configured. No TypeScript, no npm, no build step.
97
97
-**Plan auto-execute**: `/flow-code:plan` defaults to auto-execute work after planning (≤10 tasks direct, >10 suggests Ralph); `--plan-only` to opt out
98
98
-**Goal-backward verification**: worker Phase 5 re-reads acceptance criteria and verifies each is actually satisfied before completing
99
99
-**Full-auto by default**: `/flow-code:plan` and `/flow-code:work` require zero interactive questions — AI reads git state, `.flow/` config, and request context to make branch, review, and research decisions autonomously. Default mode is Worktree + Teams + Phase-Gate (all three active). Work resumes from `.flow/` state on every startup (not a special "resume mode"). All tasks done → auto push + draft PR (`--no-pr` to skip)
100
-
-**Cross-platform**: flowctl CLI works on macOS/Linux/Windows (Python, no native deps). RP plan-review auto-degrades to Codex on platforms where rp-cli is unavailable. Bash hooks degrade gracefully on Windows (skip, don't block)
100
+
-**Cross-platform**: flowctl is a single Rust binary (macOS/Linux). RP plan-review auto-degrades to Codex on platforms where rp-cli is unavailable. Bash hooks degrade gracefully on Windows (skip, don't block)
101
101
-**Session start**: CLAUDE.md instruction (not an enforced hook) — if `.flow/` exists, run `flowctl status --interrupted` to check for unfinished work from a previous session and resume with the suggested `/flow-code:work <id>` command
102
102
103
103
## Files to Never Commit
@@ -106,5 +106,5 @@ No linter or formatter is configured. No TypeScript, no npm, no build step.
| Zero dependencies | ✅ pure Python + Bash | ❌ Node.js | ❌ ChromaDB | ❌ Node.js |
40
+
| Zero dependencies | ✅ single Rust binary + Bash skills| ❌ Node.js | ❌ ChromaDB | ❌ Node.js |
41
41
42
42
---
43
43
@@ -75,7 +75,7 @@ Flow-Code is a **harness engineering framework** for Claude Code. One command go
75
75
→ auto push + draft PR
76
76
```
77
77
78
-
Everything lives in your repo as `.flow/` state. No external services. No global config. Zero dependencies (pure Python + Bash). Uninstall: delete `.flow/`.
78
+
Everything lives in your repo as `.flow/` state. No external services. No global config. Single Rust binary + Bash skills. Uninstall: delete `.flow/`.
0 commit comments