Skip to content

v0.1.1 — renamed to Draftyard

Choose a tag to compare

@renezander030 renezander030 released this 24 May 14:53
· 54 commits to master since this release

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/fixclawrenezander030/draftyard (old URL still 301-redirects)
  • Go module path: github.com/ramaris/aiopsgithub.com/renezander030/draftyard
  • Default env var: AIOPS_TG_TOKENDRAFTYARD_TG_TOKEN (both config.yaml and the main.go fallback)
  • Log prefix: [aiops][draftyard]
  • Boot messages: "aiops starting/running" → "draftyard starting/running"
  • LLM system prompt: "You are aiops..." → "You are draftyard..."
  • Binary: make build now 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