harness ยท diff

git:20260529.8c3dfb7 to git:20260530.37826dc

5 added, 0 removed. Audit A to A.

---
name: harness
description: Lightweight slash-command CLI chat harness for manually exercising SICTIC-AI skills during local testing.
---
## Usage
```bash
conda run -n sictic-env python -m skills.harness
```
+ One-shot harness commands are also supported:
+
+ ```bash
+ conda run -n sictic-env python -m skills.harness /help
+ ```