Platform Reference

High-fidelity tool documentation generated directly from the Smash Substrate engine.

Engine Output

smash help

Smash Platform Orchestrator (v4.5.3)

Usage: smash <COMMAND>

Commands:
  scan       Run cross-tool analysis on the current project
  audit      Verify the cryptographic chain of intent
  explain    Show detailed information about substrate concepts
  status     Assess the health and persistence of the substrate
  init       Initialize a new project with the Smash substrate
  ingest     Ingest data from external sources (Snyk, Sonar, SARIF)
Orchestration

delegata --help

The central orchestrator for the Smash Platform.
Delegata manages the execution of all sensory and repair tools, 
correlating their findings and managing the autonomous remediation loop.

Usage: delegata <COMMAND>

Commands:
  run        Execute a sensory pipeline
  status     Check the status of active orchestrations
  events     View the real-time sensor event stream
  mema       Manage the persistent state of the orchestrator
Remediation

repara --help

The autonomous repair engine.
Repara applies semantic patches to your codebase based on findings 
correlated by delegata.

Usage: repara <COMMAND>

Commands:
  apply      Apply a repair plan to a specific resource
  verify     Check the health of a recently applied repair
  rollback   Revert a repair to its previous stable state
  list       List available repair plans in mema
Persistence

mema --help

Cognitive memory substrate for AI agents.
Mema provides long-term strategic persistence across sessions and tools.

Usage: mema <COMMAND>

Commands:
  add        Store a new memory item
  search     Query the memory substrate by text or type
  get        Retrieve a specific memory by UUID or CRN
  contexts   Manage working contexts for focused reasoning
  type-stats Show distribution of cognitive memory types
Cloud Security

scanna --help

Cloud resource scanning and drift detection.
Correlates cloud infrastructure state with project source code.

Usage: scanna <COMMAND>

Commands:
  scan       Scan cloud resources (AWS, GCP, Azure)
  drift      Detect drift between infrastructure and IaC templates
  security   Identify exposed or misconfigured cloud resources