meta-theory-report

meta-theory-report is a command for Claude Code from KimYx0207/Meta_Kim. It costs 9 tokens per session (481 once invoked), scanned A, original, Apache-2.0.

A command for reopening a saved report from a governed MetaKim run. It can select the newest committed report or open a specific committed run by its identifier.

In plain words
What is it for?
Use it to read the latest committed report or retrieve a particular historical report, including its status, run ID, file path, and selection reason.
Why use it?
It lets you inspect the recorded outcome of an earlier governed run without rerunning it.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Claude Code.

Good fit Use it to read the latest committed report or retrieve a particular historical report, including its status, run ID, file path, and selection reason.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/kimyx0207/meta_kim/meta-theory-report
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.

Clone the repo
git clone --depth 1 https://github.com/KimYx0207/Meta_Kim

Made for: Claude Code.

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 meta-theory-report

README.md
[![agentmods](https://agentmods.dev/badge/commands/kimyx0207/meta_kim/meta-theory-report/github.svg)](https://agentmods.dev/commands/kimyx0207/meta_kim/meta-theory-report)
Your own site
<a href="https://agentmods.dev/commands/kimyx0207/meta_kim/meta-theory-report"><img src="https://agentmods.dev/badge/commands/kimyx0207/meta_kim/meta-theory-report/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meta-theory-report

Your own site · 80×15
<a href="https://agentmods.dev/commands/kimyx0207/meta_kim/meta-theory-report"><img src="https://agentmods.dev/badge/commands/kimyx0207/meta_kim/meta-theory-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00009 $0.00481
Opus 5 $0.00005 $0.00241
Sonnet 5 $0.00002 $0.00096
Haiku 4.5 $0.00001 $0.00048

Measured 11d ago against content hash f106fc505f5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meta-theory-report 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 11d 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.

canonical/runtime-assets/claude/commands/meta-theory-report.md · 47 lines

What it actually says

Open the user-readable report for a governed Meta_Kim run.

Run this from the installed Meta_Kim package root when the command has been rendered by global sync:

node "__META_KIM_PACKAGE_ROOT__/scripts/run-meta-theory-governed-execution.mjs" --read "${ARGUMENTS:-latest}"

If the package-root placeholder is still present and the current project is the Meta_Kim source checkout, use the source fallback:

npm run meta:theory:report -- "${ARGUMENTS:-latest}"

Report the returned status, runId, markdown report path, and selection explanation. selectionSource is latest_committed_pointer or explicit_run_id. selectionReason is last_committed_governed_report or explicit_committed_run_id. Both are stable machine-readable enums. selectionExplanation carries the human-readable explanation. In plain language:

  • selectionSource=latest_committed_pointer means the newest report that finished committing; it does not mean that report is the current Claude Code host run.
  • selectionSource=explicit_run_id means the requested historical/committed run was opened directly.
  • artifactClaimStatus is the selected artifact's own claim. A valid partial report is still readable and must not be hidden or turned into an error.
  • different_active_run means canonical repository lifecycle state identifies another active run. Say that clearly, then relay nextCommand to inspect or continue it. Do not invent a report for it.
  • unknown_invalid_projection means repository lifecycle state could not be validated; a weak active-run.json projection is not current-run authority.
  • not_checked_custom_output means a custom, temporary, or external report directory was read without consulting repository lifecycle state.

Never relay task text or task fingerprints from lifecycle state. Do not claim the run is verified unless the report itself contains fresh verification evidence. meta:run-status --latest --details and --json are redacted status surfaces; use this explicit report readback when the user asks to inspect report content.

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. 11d ago First seen · 47 lines · 9 tokens per session scan A f106fc505f5e

Subscribe to this mod's changes

meta-theory-report is a command published in the GitHub repository KimYx0207/Meta_Kim (273 stars, last pushed yesterday), licensed Apache-2.0. It adds 9 tokens to every session and 481 once invoked, about $0.0000 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.