chronos-protocol AGENTS.md

chronos-protocol AGENTS.md is an instructions file for Codex, OpenCode from n0zer0d4y/chronos-protocol. It costs 353 tokens per session, scanned A, original, MIT.

A set of instructions for using Chronos Protocol, an activity-logging system for coding work. It requires each task to be started, linked to a task list, monitored when needed, and closed with recorded results.

In plain words
What is it for?
Logging debugging and feature work, updating task lists with activity IDs, checking elapsed time on long tasks, and recording completed results and notes.
Why use it?
It keeps a record of what work was done, which task it belonged to, how long it took, and how it ended.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/n0zer0d4y/chronos-protocol/agents-md
Clone the repo
git clone --depth 1 https://github.com/n0zer0d4y/chronos-protocol

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for chronos-protocol AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/n0zer0d4y/chronos-protocol/agents-md.svg)](https://agentmods.dev/instructions/n0zer0d4y/chronos-protocol/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/n0zer0d4y/chronos-protocol/agents-md"><img src="https://agentmods.dev/badge/instructions/n0zer0d4y/chronos-protocol/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 353 This file is loaded in full into every session.
When invoked 353 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00353 $0.00353
Opus 5 $0.00177 $0.00177
Sonnet 5 $0.00071 $0.00071
Haiku 4.5 $0.00035 $0.00035

Measured 3d ago against content hash 3a2b0303aa90, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

chronos-protocol 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 3d 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.

AGENTS.md · 45 lines

What it actually says

Integration Note: You may integrate these rules with your existing Cursor Rules. Customize the *_TASK_LIST.md filename pattern to match your project's naming convention.


Activity Logging Protocol

ALWAYS use Chronos Protocol's activity logging system for all coding tasks:

  1. Start Every Task: Call start_activity_log at the beginning of each coding task

    • Use appropriate activityType (debugging, feature-implementation, etc.)
    • Use matching task_scope from predefined options
    • Capture the returned activityId
  2. Track Task Progress: Input activityId into your task_list.md ActivityId column immediately after starting

  3. Complete Tasks Religiously: Call end_activity_log when finished

    • Include result and detailed notes for future reference
    • Update task status to "completed" in the active *_TASK_LIST.md
    • Record actual duration in ActualDuration column
  4. Monitor Ongoing Work: Use get_elapsed_time(activityId) to check progress on long-running tasks

Example Workflow:

# 1. Start activity and capture ID
activity_id = start_activity_log(
    activityType="debugging",
    task_scope="feature-implementation",
    description="Fix authentication module login flow"
)

# 2. Immediately update *_TASK_LIST.md with activityId
# 3. Work on the task...
# 4. Complete with results
end_activity_log(
    activity_id,
    result="Authentication module completed successfully"
)

Critical: Never skip activity logging. Every coding task must be tracked for traceability and performance analysis.

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.

  1. 3d ago First seen · 45 lines · 353 tokens per session scan A 3a2b0303aa90

Subscribe to this mod's changes

chronos-protocol AGENTS.md is an instructions file published in the GitHub repository n0zer0d4y/chronos-protocol (7 stars, last pushed 9mo ago), licensed MIT. It adds 353 tokens to every session, about $0.0018 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.