Skip to main content
← Back to list
01Issue
FeatureShippedSwamp Club
Assigneesstack72

Relationships

#651 Docs: document --compact flag for model type describe

Opened by stack72 · 6/13/2026· Shipped 6/14/2026

Context

PR swamp-club/swamp#615 adds a --compact flag to swamp model type describe that produces a minimal JSON digest (~5KB vs ~400KB) for agent discovery.

What changed

  • swamp model type describe <type> --compact --json outputs method names, descriptions, argument property names/types/required, and output spec names only.
  • Full mode (--json without --compact) now emits dataOutputSpecs at the type level instead of duplicating them into every method.
  • The inputs field (redundant copy of arguments) has been removed from method entries.

Documentation needed

  • Add --compact flag to the model type describe reference page under content/manual/reference/.
  • Update any examples that show the old JSON output shape (per-method dataOutputSpecs, inputs field).
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

6/14/2026, 10:16:20 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/14/2026, 9:49:33 PM

Sign in to post a ripple.