sruja-reflect-on-run

sruja-reflect-on-run is a command for Claude Code, Cursor from sruja-ai/sruja. It costs 0 tokens per session (581 once invoked), scanned A, original, Apache-2.0.

A command that reviews the results of a completed Sruja agent run and records useful lessons in the agent's memory. Sruja is the project's architecture and coding-agent workflow tool.

In plain words
What is it for?
Use it after an agent applies changes to inspect the run results, identify guardrails, and record lessons for later work.
Why use it?
It turns verified successes and failures into future guidance without treating an unreviewed generated explanation as architectural fact.

Command for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code command (commands/*.md). Also seen: mentions AGENTS.md.

Good fit Use it after an agent applies changes to inspect the run results, identify guardrails, and record lessons for later work.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sruja-ai/sruja/sruja-reflect-on-run
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/sruja-ai/sruja

Made for: Claude Code, Cursor.

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 sruja-reflect-on-run

README.md
[![agentmods](https://agentmods.dev/badge/commands/sruja-ai/sruja/sruja-reflect-on-run/github.svg)](https://agentmods.dev/commands/sruja-ai/sruja/sruja-reflect-on-run)
Your own site
<a href="https://agentmods.dev/commands/sruja-ai/sruja/sruja-reflect-on-run"><img src="https://agentmods.dev/badge/commands/sruja-ai/sruja/sruja-reflect-on-run/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 sruja-reflect-on-run

Your own site · 80×15
<a href="https://agentmods.dev/commands/sruja-ai/sruja/sruja-reflect-on-run"><img src="https://agentmods.dev/badge/commands/sruja-ai/sruja/sruja-reflect-on-run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 581 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.00000 $0.00581
Opus 5 $0.00000 $0.00291
Sonnet 5 $0.00000 $0.00116
Haiku 4.5 $0.00000 $0.00058

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

Security

Grade A, and why

sruja-reflect-on-run 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.

.cursor/commands/sruja-reflect-on-run.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sruja: Reflect on agent run

Use this after an sruja agent loop, sruja agent apply, or sruja agent run --mode apply completes. This command guides your editor agent to distill lessons into agent memory.

Prerequisites

  • Repo root is the workspace root (-r .).
  • A recent run exists under .sruja/agent/runs/<run_id>/facts_bundle.json.

Steps

  1. Locate the latest run bundle

    • List .sruja/agent/runs/ and open the newest facts_bundle.json.
    • Note run_id, verification step outcomes, and any drift/lint facts referenced.
  2. Read current memory

    • Open .sruja/agent_memory.json (or run sruja agent history -r . -f json).
    • Avoid duplicating existing guardrail_advice entries.
  3. Reflect (narrative only)

    • Summarize: what was attempted, what passed/failed verification, what should change next time.
    • Optional: pipe facts_bundle.json to local LLM via Sruja enrichment pattern:
      jq -c . .sruja/agent/runs/<run_id>/facts_bundle.json | ollama run llama3
      
    • Do not treat model narrative as reviewed architecture truth.
  4. Record learnings

    • For each actionable guardrail:
      sruja agent record -r . \
        -c "<short context>" \
        -H "<what was tried>" \
        -o success|failed \
        -g "<guardrail for future agents>" \
        --hitl-kind precedent|correction|guardrail
      
    • Or call MCP sruja_record_learning with the same fields.
  5. Curate

    sruja agent curate -r .
    
    • Apply merges/updates only after human review (sruja agent merge, agent update, agent delete --force).
  6. Optional: team process

    • If the learning is stable policy, add a Decision Record under .sruja/decisions/ or update editor rules / sruja-architecture skill—not only agent memory.

References

Read the full file on GitHub · 54 lines

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 · 54 lines · 0 tokens per session scan A 59b1a443fa77

Subscribe to this mod's changes

sruja-reflect-on-run is a command published in the GitHub repository sruja-ai/sruja (24 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 581 tokens. 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.