Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 3.39 KB

File metadata and controls

51 lines (42 loc) · 3.39 KB

CoreTex: Unified Command Reference

CoreTex can be controlled entirely via the unified CLI using the ctx shorthand. Because of its multi-layered design, commands are routed through different autonomous layers of the system.

Core Lifecycle Commands

Manage the fundamental boot, configuration, and structural state of the operating system.

  • ctx setup - Initializes CoreTex using the interactive onboarding wizard.
  • ctx live - Boots background multi-agent daemons and establishes continuous somatic loops.
  • ctx halt - Instantly kills all active background daemon processes and file watchers.
  • ctx recover - Reboots the systemic daemons and clears locked memory states.
  • ctx approve - Approves pending agentic tasks waiting in the workspace.
  • ctx destroy - Zero-Residue Uninstaller to completely purge local logs and configurations.

Cognitive Commands (CNS Execution Pathways)

High-level commands that engage the Prefrontal Cortex and invoke active Large Language Model swarms.

  • ctx task "objective" - Engages the Prefrontal Cortex to execute an autonomous cognitive task.
  • ctx daydream - Triggers the Default Mode Network to synthesize structural patterns in the background.
  • ctx evolve - Compiles past executions into structured memory blocks.
  • ctx forage - Directs the Forager agent to monitor biological environmental targets.
  • ctx compile - Triggers Cerebellar consolidation of motor skills.
  • ctx absorb "path/to/data" - Ingests external data or codebases into long-term structures.

Somatic Commands (Autonomic Reflex Arcs)

Low-level native Python routines that bypass the LLM entirely to perform immediate actions for zero tokens.

  • ctx status - Displays real-time interoceptive vitals (Token burn, Immune responses).
  • ctx map-topology - Generates a Mermaid diagram of the OS's active architecture.
  • ctx watch - Starts the Somatosensory file watcher daemon.
  • ctx sleep - Forces a deep sleep cycle (Lymphatic flush + Daydreaming + Compaction).
  • ctx list-reflexes - Lists all consolidated muscle memories (Engrams).
  • ctx reflex "engram_name" - Executes a compiled, zero-token somatic reflex safely.
  • ctx assimilate "engram_name" - Integrates a quarantined external engram into muscle memory.
  • ctx expose-dermis --port 8080 - Opens a temporary secure reverse-tunnel to the local Dermis API.
  • ctx observe "agent" "objective" "cmd1,cmd2" - Tracks a successful peer multi-agent timeline.
  • ctx sync-mirror "prompt" - Replicates observed peer arrays for zero tokens.
  • ctx imitate "path/to/file.md" - Fingerprints personalized style cadences dynamically.

Sensory Commands (Exteroceptive Receptors)

Direct hardware and networking interfaces allowing the OS to fetch raw data.

  • ctx scrape "https://url.com" - Transduces a web page into raw text format.
  • ctx screenshot "https://url.com" "out.png" - Takes a headless web screenshot.
  • ctx perceive "image.png" "query" - Uses the Occipital Lobe to analyze visual stimuli.
  • ctx listen --duration 10 - Activates physical microphone hardware receptors.
  • ctx speak "file.wav" - Dispatches sound arrays down physical speaker hardware.
  • ctx smell - Scans the vault for rot or formatting anomalies.
  • ctx taste "file.py" - Validates syntax and basic file integrity.
  • ctx flush - Sweeps old logs and volatile snapshots into compressed archives.
  • ctx purge - Destructively deletes all archived memory sidecars and logs.