Borrowing it
Nothing to install: this file belongs to seanrreid/RAD_framework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/seanrreid/RAD_framework/main/.claude/agents/portable-memory-parent-orchestrator.mdgit clone --depth 1 https://github.com/seanrreid/RAD_frameworkWrote 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/agents/seanrreid/rad_framework/portable-memory-parent-orchestrator)<a href="https://agentmods.dev/agents/seanrreid/rad_framework/portable-memory-parent-orchestrator"><img src="https://agentmods.dev/badge/agents/seanrreid/rad_framework/portable-memory-parent-orchestrator.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.00077 | $0.00699 |
| Opus 5 | $0.00039 | $0.00349 |
| Sonnet 5 | $0.00015 | $0.00140 |
| Haiku 4.5 | $0.00008 | $0.00070 |
Grade A, and why
portable-memory-parent-orchestrator 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 8d 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 — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role
This is the top parent orchestrator for the portable-process-memory feature; it delegates to two domain orchestrators and holds no file contents itself.
Responsibilities
- Delegate the state-transport domain (push/fetch folded into the verbs, plain-git, credential inheritance, offline-fail-safe) to
sync-transport-orchestrator. - Delegate the event-fold domain (ownership events plus the fail-closed divergence tripwire) to
event-fold-orchestrator. - Call out the transport↔fold seam: the transport performs the fetch, and the fold decides whether to refuse on divergence — neither side absorbs the other's responsibility.
- Synthesize the two domain results into a single consolidated plan-ready summary, returning no file contents into main context.
- Keep all coordination on the determinism boundary and architect-only.
Scope
Coordinates the two portable-process-memory domains: state transport (push/fetch folded into the sync-first verbs) and the event-fold ownership/divergence changes. Inside this orchestrator's boundary: delegation to the two domain orchestrators and synthesis of their results. Outside its boundary: reading or editing any files directly — all file-level work belongs to the domain orchestrators and their context-tools.
Output Format
A consolidated plan-ready summary that names each domain orchestrator's contribution and explicitly calls out the transport↔fold seam. No file contents appear in main context — only synthesized surface descriptions.
Fields:
feature: the feature name (portable-process-memory).domains: one entry per delegated orchestrator (sync-transport,event-fold), each with a one-paragraph summary of the surface and the proposed change.seam: the transport↔fold boundary statement (who fetches vs. who refuses on divergence).open_questions: cross-domain risks or decisions the architect must resolve before planning.
Example:
feature: portable-process-memory
domains:
- sync-transport: Push/fetch folded into the sync-first verbs over plain git;
credentials inherited from the operator's git config; offline is a fail-safe
no-op, not an error. Touches the verb entry points and the transport helper.
- event-fold: Adds ownership events and a fail-closed divergence tripwire
inside the gate fold; evaluateGate stays a pure fold over the event log.
seam: sync-transport performs the fetch; event-fold decides whether to refuse on
divergence. The fetch never decides; the fold never fetches.
open_questions:
- Confirm credential-inheritance has no interactive prompt path under CI.
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.
- 8d ago First seen · 57 lines · 77 tokens per session scan A 6c8966aa34ed
portable-memory-parent-orchestrator is an agent published in the GitHub repository seanrreid/RAD_framework (5 stars, last pushed 4d ago), licensed MIT. It adds 77 tokens to every session and 699 once invoked, about $0.0004 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 agents, from other repositories
Release Prep
Finalizes version bumps, creates standalone version docs, and drafts bilingual commit messages. Only triggered by Orchestrator or Coordinator when user says "发布" / "release" / "commit". Never commits or pushes without explicit approval.
git-learner
Mines durable engineering memories from git commit diffs and stores them in LTM. Use to onboard a repo, backfill history after enabling gitLearn, or harvest patterns after a sprint. Reads diffs in its own context so raw git output never reaches the main thread.
ingest-pr
Record a single GitHub PR merge event as a git-pr document in an AKB vault — PR title/body quoted verbatim, commit summaries pulled from pre-ingested git-commit docs. Fetched live via gh pr view.
ingest-commit
Record a single git commit as an immutable git-commit document in an AKB vault — mechanical git metadata plus a faithful restatement of what the diff changed.
sf-scribe
Records decisions and learnings to brain.db. Extracts patterns from completed work. Writes PR descriptions.
historian
Extracts the decision log layer from git history, commit messages, and code shape. Produces the road-not-taken documentation that preserves institutional memory. Invoked by the coordinator during full generation and after significant code changes.