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 instructions/sap-samples/hana-developer-cli-tool-example/changelog-jsongit clone --depth 1 https://github.com/SAP-samples/hana-developer-cli-tool-exampleWhat 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.00621 | $0.00621 |
| Opus 5 | $0.00311 | $0.00311 |
| Sonnet 5 | $0.00124 | $0.00124 |
| Haiku 4.5 | $0.00062 | $0.00062 |
Grade A, and why
hana-developer-cli-tool-example changelog-json.instructions.md 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CHANGELOG.json Update Guidelines
Use this guide whenever editing CHANGELOG.json.
Scope and Source of Truth
- This file applies only to
CHANGELOG.json. - The canonical history source is
CHANGELOG.json. CHANGELOG.mdis generated fromCHANGELOG.jsonbyscripts/CHANGELOG.js.
Required JSON Structure
CHANGELOG.json must remain a valid JSON array of release objects.
Each release object must use this exact field set and order:
dateversionChanged
Example shape:
{
"date": "2026-02-16",
"version": "4.202602.0",
"Changed": [
"Update dependency X",
"Improve behavior Y"
]
}
Formatting Rules
- Keep strict JSON (double quotes, no comments, no trailing commas).
- Keep the existing indentation/pretty-print style used in the file.
- Keep
Changedkey capitalization exactly asChanged. - Keep
Changedas an array of strings.
Ordering Rules
- Keep entries in reverse chronological order (newest release first).
- Add new releases at the top of the array.
- Do not reorder or rewrite historical entries unless explicitly requested.
Content Style Rules
- Write concise, factual change statements.
- Keep one distinct change per string entry.
- Preserve existing tone: practical release-note language, not marketing copy.
- Include links (issues, PRs, docs) only when relevant and known.
- Avoid placeholders like "TBD" or unverifiable claims.
Field Conventions
date
- Required format:
YYYY-MM-DD. - Use the release date, not implementation start date.
version
- Follow existing project version patterns already present in the file.
- Keep exact string format used historically (for example
4.202602.0).
Changed
- Use non-empty strings only.
- Prefer complete statements that can stand alone in generated markdown.
- Keep each item specific enough to be useful to end users.
Safety and Compatibility Checks
Before finalizing edits:
- JSON parses successfully.
- New entry is at top (if adding a release).
- Field names and field order are correct.
-
Changedcontains only strings. - Existing historical entries were not unintentionally modified.
- Content is consistent with actual implemented changes.
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.
- 2d ago First seen · 99 lines · 621 tokens per session scan A 9b84204f2f39
hana-developer-cli-tool-example changelog-json.instructions.md is an instructions file published in the GitHub repository SAP-samples/hana-developer-cli-tool-example (109 stars, last pushed 7d ago), licensed Apache-2.0. It adds 621 tokens to every session, about $0.0031 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
pueue AGENTS.md
Instructions for Nukesor/pueue: This project does not approve of large-scale work done by LLMs.
chatgpt-cli CLAUDE.md
Instructions for kardolus/chatgpt-cli, covering chatgpt-cli — release runbook, prerequisites, 1. cut the release, 2. publish the github release + binaries and 3. update the homebrew tap.
openrouter-mcp-multimodal AGENTS.md
Instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
vscode-gitlens CLAUDE.md
Claude Code instructions for gitkraken/vscode-gitlens, a project described as: Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via…
OpenMicro AGENTS.md
Instructions for stephenleo/OpenMicro, covering openmicro — project conventions and releases.