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
feat(client): close the 9 metadata-family REST gaps (#3587 batch 1/5) (#3625)
Seven new meta methods, each URL-pinned in client.test.ts:
getDiagnostics (spec-validation sweep), getReferences (reverse refs),
getBookTree (ADR-0046 §6), getAudit (ADR-0010 §3.6 protection trail),
publishItem / rollbackItem / diffItem (ADR-0033 per-item lifecycle).
The two compound-name routes (GET|PUT /meta/:type/:section/:name) were
already expressible — getItem/saveItem pass slashes through unencoded;
the audit note claiming an encoding barrier described deleteItem, not
them. Flipped to sdk with pinning tests locking the pass-through
instead of adding methods.
Ledger: 9 metadata rows gap→sdk; ratchet 43→34. client-sdk.mdx meta
section updated (11→18 methods + examples).
Claude-Session: https://claude.ai/code/session_01LX9ut3MK3KykE11S9bJmv5
Co-authored-by: Claude <noreply@anthropic.com>
note: 'compound-name read; meta.getItem URL-encodes the slash so it cannot reach this shape — needs the unencoded pass-through meta.getPublished got in #3579'},
0 commit comments