Skip to main content

Module aci

Module aci 

Source
Expand description

ACI (Agent-Computer Interface) schema types.

These types define the machine-readable contract that CmdHub returns to AI Agents for CLI command discovery and execution.

Structs§

AciCommandContract
The core ACI command contract returned by CmdHub search.
DbAciRecord
Flattened database record representing the JOIN of arguments and apps.
DbApp
Database record representing the apps table row.
DbArgument
Database record representing the arguments table row.
DbMetadata
Metadata about the local offline database.
InstallInstructions
Cross-platform installation instructions.
UpdateManifest
Update check response from the cloud sync endpoint.

Enums§

NodeType
The hierarchical level of a command node.
RiskLevel
Security risk level for execution gating.

Constants§

CREATE_APPS_FTS_TABLE
SQL statement to create the FTS5 virtual table apps_fts.
CREATE_APPS_TABLE
SQL statement to create the physical table apps.
CREATE_ARGUMENTS_TABLE
SQL statement to create the physical table arguments.
CREATE_COMMANDS_VEC_TABLE
SQL statement to create the sqlite-vec virtual table commands_vec.
RRF_QUERY
The Reciprocal Rank Fusion (RRF) hybrid search query combining FTS5 and sqlite-vec.