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
Add steward, codex memory daemon, sync resolve config, cleanup binary, and disk headroom
Introduces project steward for repo health scanning and guarded repair,
codex memory session sync daemon over Unix socket, AI merge-resolution
tuning via [sync.resolve] in flow.toml, Go cleanup binary in deploy/install
scripts, disk headroom daemon config, and improved git-guard branch
attachment for jj-colocated repos. Scrubs private path references from
config and test fixtures.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[commit.testing] # optional: local commit-time test gate
87
93
# mode = "warn" # "warn" | "block" | "off"
88
94
# runner = "bun" # currently optimized for bun in Bun repos
@@ -154,6 +160,7 @@ fr = "f run"
154
160
-`f up` task fallback order: `up`, then `dev` (unless `up_task` is set).
155
161
-`f down` task fallback: `down`; if missing and `down_task` is unset, Flow falls back to project-wide `f kill --all`.
156
162
-`[options]`: optional integration/runtime toggles; use `myflow_mirror` for mirror sync and `codex_bin` to route review calls through a wrapper transport.
163
+
-`[sync.resolve]`: optional AI merge-resolution tuning for `f sync`; use it to set higher reasoning effort, append repo-specific merge instructions, and declare wildcard path priorities instead of hard-coding fork heuristics in Flow.
157
164
-`[commit.testing]`: optional local testing gate evaluated during `f commit`; supports Bun-first strict mode plus optional AI scratch-test fallback (`.ai/test` by default).
158
165
-`[commit.skill_gate]`: optional required-skill policy for `f commit`; can enforce presence and minimum skill versions.
159
166
-`[invariants]`: optional policy checks for forbidden patterns, dependency allowlists, terminology context, and file-size limits. `mode = "block"` makes invariant warnings fail `f invariants` and commit-time invariant gate checks.
0 commit comments