Files
pad/skills
xarmian 9fecb82e82 docs: surface --schema flag in SKILL.md + CLAUDE.md (TASK-1336) (#484)
PR #482 / TASK-1334 added the --schema flag to `pad collection create`.
PR #483 / TASK-1335 wired it through MCP. Agents reading the live
SKILL.md (embedded in the binary) need to see the new path or they'll
keep reaching for --fields DSL and hit the original BUG-1284 symptom.

Updates:

  - skills/pad/SKILL.md "Collections" section: now shows both --fields
    DSL and --schema JSON forms side-by-side. Calls out exactly when
    --schema is required (terminal_options et al.), and notes the
    label-from-key auto-fill so agents know empty labels are safe.

  - CLAUDE.md command list: adds the --schema variant alongside the
    existing --fields example so the project-level cheat sheet stays
    accurate.

The CLI Long help (`pad collection create --help`) and the MCP tool
description were already updated in TASK-1334 / TASK-1335.

Parent: PLAN-1333.
2026-05-10 21:38:26 -04:00
..