mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Add project-level run defaults to fabro.toml so sandbox, LLM, hooks, MCP servers, and other settings can be shared across workflows instead of duplicated in each workflow.toml. Precedence: workflow.toml > fabro.toml > cli.toml/server.toml. - Rename `directory` → `work_dir` with backwards-compat serde alias - Add `hooks` and `mcp_servers` to `RunDefaults` with merge logic - Extend `ProjectConfig` with all run-defaults fields + `into_run_defaults()` - Remove duplicate `McpServerEntry` from fabro-config (use run_config's) - Move `hook_config` from ServerConfig into `run_defaults.hooks` - Wire project config merge and hooks/mcp fallbacks in run_command() - Update OpenAPI spec and regenerate TypeScript client Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| client-sdks.mdx | ||
| demo-mode.mdx | ||
| fabro-api.yaml | ||
| overview.mdx | ||