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
fix: align with fledge 1.0 CLI and JSON shapes (#3)
Fledge 1.0 changed list-style JSON envelopes (`{plugins:[]}`,
`{lanes:[]}`, `{results:[]}`), removed the top-level `fledge search`
command (now `templates search`), dropped `--json` from `config list`,
renamed `lanes` step count to `step_count`, and now requires `--yes`
for plugin install in non-interactive mode.
- Unwrap envelopes server-side so /plugins, /lanes, /templates, and
/plugins/search keep returning plain arrays.
- /templates → `templates search --json`.
- /config → parse the human-readable `config list` table into
`{path, sections:[{name, entries:[{key, value, help, unset}]}]}`.
- /introspect and /info → return `subcommands` as a flat array.
- /plugins/install → pass `--yes`.
- /lanes → run in projectCwd(), return [] when fledge.toml or lanes
are absent instead of erroring.
- project.ts → unwrap lanes and map step_count → steps.
- Lanes page renders the new schema (description, step count,
fail-fast, trust tier).
- Config page renders sections with help text and unset state.
- Sidebar HUB version is now dynamic via /api/info `hubVersion`.
Bump to 0.5.0.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments