Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/inventwo/iobroker.autodarts/docs-releasegit clone --depth 1 https://github.com/inventwo/ioBroker.autodartsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/inventwo/iobroker.autodarts/docs-release)<a href="https://agentmods.dev/rules/inventwo/iobroker.autodarts/docs-release"><img src="https://agentmods.dev/badge/rules/inventwo/iobroker.autodarts/docs-release.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00530 |
| Opus 5 | $0.00000 | $0.00265 |
| Sonnet 5 | $0.00000 | $0.00106 |
| Haiku 4.5 | $0.00000 | $0.00053 |
Grade A, and why
docs-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
92% identical to docs-release — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Documentation & Releases
README (English only — ioBroker requirement)
Required sections: Installation, Configuration, Usage, Changelog, License, Support.
- All content in English — no German or other languages in
README.md - User-facing language; reference issues as
fixes #XX - Update Configuration/Usage when admin options or behavior change
Extended documentation (mandatory for features & config changes)
When adding features or changing admin configuration, update all of:
docs/en/— English documentationdocs/de/— German documentationREADME.md— main documentation
Documentation must reflect the actual admin UI and runtime behavior.
Changelog format
<!--
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
- (skvarel) Plain user-facing description in English
### 1.0.9 (2026-05-25)
- (skvarel) Released change
Workflow
- During development: all entries under
### **WORK IN PROGRESS** - Every fix or feature: add a changelog entry — no exceptions
- Release:
npm run release-patch|minor|major— script sets version, moves WIP to version block - Never edit
CHANGELOG_OLD.mdmanually - Never use bold type tags in changelog lines (breaks io-package news translation)
io-package.json
- Keep
common.versionin sync withpackage.json - New config options: add to
nativewith defaults
CI/CD
Official ioBroker test actions (see .github/workflows/test-and-release.yml):
ioBroker/testing-action-check@v1— lint + package check (lint-first)ioBroker/testing-action-adapter@v1— adapter tests (Node 22.x, 24.x; ubuntu/windows/macos)ioBroker/testing-action-deploy@v1— npm deploy on version tags (OIDC, when enabled)
Job order: check-and-lint (no deps) → adapter-tests.
CI runs lint: true only — no type-checking unless the workflow is changed.
Integration tests (npm run test:integration) run locally via dev-server; not part of CI.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 68 lines · 0 tokens per session scan A 0a408945c17e
docs-release is a cursor rule published in the GitHub repository inventwo/ioBroker.autodarts (4 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 530 tokens. A static security scan graded it A with 0 findings. It is 92% identical to docs-release, differing in 6 lines, and is treated as a copy.
Other cursor rules, from other repositories
docs-release
README, changelog, docs, and release workflow.
monorepo-versioning
Internal peerDependency ranges and Changesets conventions for the SDK monorepo — avoid major-version cascades.
release-notes
Generate changelog entries and GitHub releases from git history. Categorizes commits into features, fixes, breaking changes, and docs. Supports conventional commits, PR-based grouping, and semantic versioning. Creates formatted CHANGELOG.md entries and GitHub releases.
iris
GitHub operations specialist — branches, pull requests, issues, releases, tags. Called by zeus after review. Never pushes or merges without explicit human approval. Integrates with VS Code GitHub Pull Requests extension.
release-checklist
What to update with each code change or version release.
release-policy
Release, versioning, and signing policy for setmac.