Skip to content

Harness CLIX

ss harness is the Starsystem-native front door for harness package operations.

Terminal window
ss harness create my-harness --template=tool-agent

Templates:

  • chat-assistant
  • tool-agent
  • rag-agent
  • telegram-bot

Output (default):

  • .starsystem/harnesses/<id>/blueprint.yaml
  • .starsystem/harnesses/<id>/harness.yaml
  • .starsystem/harnesses/<id>/starflow.yaml
  • .starsystem/harnesses/<id>/README.md
  • .starsystem/harnesses/<id>/prompts.txt
  • .starsystem/harnesses/<id>/checksums.txt
  • .starsystem/harnesses/<id>/rubric.json (if available in project scripts)

Useful flags:

  • --out=<dir> change harness root directory
  • --force overwrite existing target directory
Terminal window
ss harness list
Terminal window
ss harness topology init
ss harness topology show
ss harness topology set-active local

Default topology file:

  • .starsystem/harness-topology.yaml

Topology includes registry classes for:

  • local depot
  • mesh/peer depot
  • managed public depot
  • managed tenant-private depot