Files
gstack/browse/sections/manifest.json
T
SinaandClaude Fable 5.1 0ded0c8df1 refactor(browse): /browse drives Aside first, with the $B reference behind the fallback
Contract, cookbook, mode choice (aside repl by default, aside exec for reading), report format, the fallback section, and the full command reference carved on demand.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-05 16:48:37 -04:00

15 lines
787 B
JSON

{
"$schema": "https://gstack.dev/schemas/section-manifest.json",
"skill": "browse",
"version": 1,
"note": "PASSIVE registry (v2 plan T9 / CM2). Fields are IDs, file paths, human titles, and human-readable trigger text ONLY. The skeleton's prose is the ONLY place that decides WHEN to read a section; required-reads live in the E2E fixtures. No machine predicate here — see docs/designs/v2_PLAN.md:663.",
"sections": [
{
"id": "command-list",
"file": "command-list.md",
"title": "Full command list + snapshot flags (generated reference)",
"trigger": "using any command or snapshot flag beyond the Browser fallback translation table — the full generated reference for every browse command, its argument shape, and every snapshot flag"
}
]
}