v0.1.1 — renamed to Draftyard
Maintenance release that completes the rename from FixClaw to Draftyard.
No new features versus v0.1.0; this tag captures the renamed source so anyone pinning a version gets Draftyard-named code.
What changed
- Repo renamed
renezander030/fixclaw→renezander030/draftyard(old URL still 301-redirects) - Go module path:
github.com/ramaris/aiops→github.com/renezander030/draftyard - Default env var:
AIOPS_TG_TOKEN→DRAFTYARD_TG_TOKEN(bothconfig.yamland themain.gofallback) - Log prefix:
[aiops]→[draftyard] - Boot messages: "aiops starting/running" → "draftyard starting/running"
- LLM system prompt: "You are aiops..." → "You are draftyard..."
- Binary:
make buildnow writes./draftyard - Logo: new minimalist wordmark + geometric icon (yard with gate)
- README: rewritten with comparison table vs n8n and LangChain agents
Breaking change
If your environment sets AIOPS_TG_TOKEN=..., rename it to DRAFTYARD_TG_TOKEN or override token_env: in config.yaml to match your existing variable. The engine refuses to start without a Telegram token resolved.
Upgrade
```bash
cd draftyard
git pull
go build -o draftyard . && ./draftyard
```
🤖 Generated with Claude Code