Expand description
The operation set, read from the encoded Cap’n Proto constant that
capnp compile writes from schema/vissue.capnp. The command line, the
control socket and the MCP tool list are each checked against it. The
generated file is committed; regenerating it is a maintainer step.
Structs§
- Field
- One field of one verb, named per surface.
- Operation
- One verb, named on each surface that carries it.
- Schema
Row - One operation as the schema text states it.
Functions§
- cli_
verbs - Every subcommand the schema knows, including the local-only ones.
- global_
flags - Flags clap puts on every subcommand, which a per-verb row does not repeat.
- mutating_
cli_ verbs - Every mutating verb’s subcommand.
- mutating_
mcp_ tools - Every mutating verb’s MCP tool, skipping the ones deliberately absent.
- mutating_
socket_ methods - Every mutating verb’s socket method, skipping any the schema leaves empty.
- operations
- The operation set as the schema states it.
- parse_
schema_ text - The schema as its text states it, one
SchemaRowper operation, for comparison with the encoded constant. A small reader for one list of flat records, not a Cap’n Proto parser. - socket_
methods - Verbs the schema records as reaching the socket, mutating or not.