Commit 8079280
feat: LAFS default MVI 'standard' → 'minimal' (agent-first protocol)
The LAFS resolveFieldExtraction() now defaults to 'minimal' when no
--mvi flag is passed. This is the protocol-level change that makes
all CLEO consumers agent-optimized by default.
Minimal format uses compact field names:
ok (success), r (result), _m (_meta), op (operation), rid (requestId)
Users can still get full output with --mvi standard or --mvi full.
Verified: local build outputs 1405 bytes vs 1648 bytes for task show
(15% envelope savings, more on larger payloads).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 33ad7e0 commit 8079280
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments