Expand description
memstead workspace ... — workspace introspection and configuration commands.
Subcommand families:
dump— emit a JSON document describing every writable mem, the schema each is pinned to, and per-mem opaque snapshot tokens. Storage-agnostic contract consumed by the Claude-Code ingest plugin; versioned (format = "workspace-dump/v0").allow-create / revoke-create / allow-delete / revoke-delete / grant-cross-link / revoke-cross-link / set-mutations— write surface for.memstead/workspace.toml’s engine-bound sections. Mirrors what an operator would hand-edit, withtoml_editpreserving comments and formatting on sections the CLI doesn’t touch. The principle from AGENTS.md is that every engine operation should be reachable via the CLI; this family closes the asymmetry for workspace configuration.
[plugin.*] sections stay operator-edited — they are opaque
pass-through to the engine and the CLI has no business knowing
their key shapes.
Structs§
- Allow
Create Args - Args for
allow-create. - Cross
Link Args - Args for
grant-cross-link / revoke-cross-link. - Dump
Args memstead workspace dumparguments.--jsonis the root-level global flag (the dump is always emitted as JSON regardless).- Pattern
Arg - Single-pattern args for
revoke-create / allow-delete / revoke-delete. - SetMutations
Args - Args for
set-mutations. - Show
Args memstead workspace showarguments.--jsonis the root-level global flag (Markdown by default, JSON when set).
Enums§
- Workspace
Action - Subcommands under
memstead workspace.