harness ยท diff

git:20260530.37826dc to git:20260702.cb60dc1

1 added, 1 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
+ conda run -n sictic-env --no-capture-output python -m skills.harness
```
One-shot harness commands are also supported:
```bash
conda run -n sictic-env python -m skills.harness /help
```