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/supermaciz/sessions-chronicle/agents-mdgit clone --depth 1 https://github.com/supermaciz/sessions-chronicleWrote 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/instructions/supermaciz/sessions-chronicle/agents-md)<a href="https://agentmods.dev/instructions/supermaciz/sessions-chronicle/agents-md"><img src="https://agentmods.dev/badge/instructions/supermaciz/sessions-chronicle/agents-md.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.1 | $0.01610 | $0.01610 |
| Opus 5 | $0.00805 | $0.00805 |
| Sonnet 5 | $0.00322 | $0.00322 |
| Haiku 4.5 | $0.00161 | $0.00161 |
Grade A, and why
sessions-chronicle AGENTS.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 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Where to Look First
README.md: setup, project overview, and basic build/run commands.docs/DEVELOPMENT_WORKFLOW.md: fixture-driven runs (--sessions-dir), debugging, and CI details.docs/PROJECT_STATUS.md: current roadmap, phase status, and design references.
Terminology
- Use
AI assistantfor Claude Code, OpenCode, Codex, Mistral Vibe, and Kimi Code when they are session sources. - Use
tool callfor actions invoked inside transcripts. - Avoid
toolalone in prose unless you are referring to a literal historical field/schema name or an external format that uses that term.
Project Structure & Module Organization
src/contains the Rust app:main.rsandapp.rswire app startup and top-level Relm4 flow.session_sources.rsresolves per-assistant session paths and--sessions-diroverrides.ui/holds Relm4 widgets, with dialogs underui/modals/.database/owns SQLite schema, indexing, and search.parsers/handles assistant-specific session formats.models/defines domain types.utils/contains shared helpers (for example terminal integration).
data/holds desktop metadata, GSettings schema, icons, and the CSS bundled throughdata/resources/(seeresources.gresource.xml).tests/contains integration tests;tests/fixtures/contains sample sessions for Claude Code, OpenCode, Codex, Mistral Vibe, and Kimi Code.build-aux/contains Flatpak manifests (dev and stable) and the vendor script for offline builds.docs/hosts architecture notes plus exploration and design documentation.docs/explorations/contains exploration docs (YYYY-MM-DD-feature-name-exploration.md) and related mockups.- Use exploration docs when multiple implementation approaches exist.
- Compare at least two alternatives with trade-offs.
- Include visual mockups when relevant.
- End with a clear decision and rationale.
- Example:
2026-02-10-session-row-prompt-preview-exploration.md.
docs/superpowers/specs/contains design specs (YYYY-MM-DD-feature-name-design.md).
flatpak_app/is generated build output; do not edit it directly.
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 · 82 lines · 1,610 tokens per session scan A 6c833c75eef6
sessions-chronicle AGENTS.md is an instructions file published in the GitHub repository supermaciz/sessions-chronicle (5 stars, last pushed 3d ago), licensed MIT. It adds 1,610 tokens to every session, about $0.0080 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-31.
Other instructions, from other repositories
FlyCrys AGENTS.md
AGENTS.md instructions for SergKam/FlyCrys, covering agents.md - flycrys, rules, tech stack, architecture and layered architecture (must follow).
coco AGENTS.md
AGENTS.md instructions for pcopu/coco, covering repository memory notes, auto memory log, session start prompt, runtime notes and self-update safety.
Codex-web AGENTS.md
Instructions for bproject07/Codex-web, covering repository guide for coding agents, mission, repository map, before changing anything and platform launch invariant.
Codex-web CLAUDE.md
Instructions for bproject07/Codex-web: Read and follow AGENTS.md before editing this repository. It is the authoritative operational contract and contains the product invariants, security boundaries, and required CI checks.
gnome-ui-mcp AGENTS.md
AGENTS.md instructions for asattelmaier/gnome-ui-mcp, covering agent guide, commands, rules for python and navigation workflow (preferred).
nix-lifestyle AGENTS.md
AGENTS.md instructions for NelsonJeppesen/nix-lifestyle, covering agents.md – nix lifestyle repo guidance, layout (only what's non-obvious), build, conventions (deviations from generic nix style) and format before commit.