agents-doc-boundary-matrix

agents-doc-boundary-matrix is an agent for coding agents from itdojp/ae-framework. It costs 0 tokens per session (1,793 once invoked), scanned A, original, Apache-2.0.

A documentation guide for defining which files own particular rules and which files merely point agents to them. It is designed to prevent the same policy from being copied into multiple documents.

In plain words
What is it for?
It is for maintaining AGENTS.md files and agent documentation, checking ownership boundaries, and routing topics such as CI, risk policies, and integrations to their primary sources.
Why use it?
It reduces conflicting or outdated instructions by separating the authoritative source from shorter agent-facing guidance.

Agent

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 agents/itdojp/ae-framework/agents-doc-boundary-matrix
Clone the repo
git clone --depth 1 https://github.com/itdojp/ae-framework

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 agents-doc-boundary-matrix

README.md
[![agentmods](https://agentmods.dev/badge/agents/itdojp/ae-framework/agents-doc-boundary-matrix.svg)](https://agentmods.dev/agents/itdojp/ae-framework/agents-doc-boundary-matrix)
Your own site
<a href="https://agentmods.dev/agents/itdojp/ae-framework/agents-doc-boundary-matrix"><img src="https://agentmods.dev/badge/agents/itdojp/ae-framework/agents-doc-boundary-matrix.svg" alt="Measured on agentmods" 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 1,793 The whole file, excluding the scripts and references it only reads on demand.
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.00000 $0.01793
Opus 5 $0.00000 $0.00897
Sonnet 5 $0.00000 $0.00359
Haiku 4.5 $0.00000 $0.00179

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

Security

Grade A, and why

agents-doc-boundary-matrix 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.

docs/agents/agents-doc-boundary-matrix.md · 81 lines

How it starts

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

Agent Documentation Boundary Matrix

🌍 Language / 言語: English | 日本語


English

Last updated: 2026-06-05

Purpose: define the ownership boundary that keeps AGENTS.md and docs/agents/* from duplicating primary-source policy text.

Boundary definitions (primary / secondary)

Topic Primary source (SSOT) Secondary source (agent-facing route) Managed scope
Overall CI policy docs/ci-policy.md AGENTS.md, docs/agents/README.md required checks, opt-in controls, operating principles
CI operating procedure docs/ci/ci-operations-handbook.md docs/agents/README.md daily monitoring, rerun, recovery procedure
CI incident recovery docs/ci/ci-troubleshooting-guide.md AGENTS.md decision table failure classification and standard recovery flow
Claude Code entrypoint docs/integrations/CLAUDE-CODE-TASK-TOOL-INTEGRATION.md, policy/risk-policy.yml CLAUDE.md, AGENTS.md, docs/agents/README.md Claude Code routing, handoff entrypoint, risk policy routing
Risk / label evaluation policy/risk-policy.yml AGENTS.md invariants risk:low/high, required labels, gate conditions
Slash command implementation .github/workflows/agent-commands.yml AGENTS.md, docs/agents/README.md accepted commands, attached labels, dispatch implementation
Workflow permission boundary docs/ci/automation-permission-boundaries.md AGENTS.md progressive disclosure boundary between workflow_dispatch and issue_comment
PR automation operations docs/ci/pr-automation.md AGENTS.md decision table review gate, auto-fix, auto-merge operations
Producer output artifact routing docs/product/ASSURANCE-CONTROL-PLANE-POLICY.md, docs/agents/agent-producer-matrix.md, docs/agents/evidence-adapters.md, docs/reference/CONTRACT-CATALOG.md AGENTS.md, docs/agents/README.md producer boundary, raw output fixture mapping, normalized judgment artifacts
Multi-agent safety operations docs/agents/multi-agent-safety.md AGENTS.md, docs/agents/README.md subagent permissions, ownership boundary, post-run checks
Dedicated worktree lifecycle docs/maintenance/subagent-worktree-runbook.md docs/agents/multi-agent-safety.md worktree creation, isolation, integration, cleanup

Read the full file on GitHub · 81 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. 3d ago First seen · 81 lines · 0 tokens per session scan A bee1702664ad

Subscribe to this mod's changes

agents-doc-boundary-matrix is an agent published in the GitHub repository itdojp/ae-framework (2 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,793 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-31.

Related

Other agents, from other repositories

playwright-test-generator

Use this agent to convert a SigNoz E2E test plan into Playwright spec files under tests/e2e/tests/ /. Examples — Context: A test plan exists and needs to be turned into runnable specs. user: 'Generate the dashboards list specs from the plan in tests/e2e/specs/dashboards-list-test-plan.md' assistant: 'Using the…

SigNoz/signoz · 0 tokens

playwright-test-healer

Use this agent to debug and fix failing SigNoz E2E Playwright tests. Examples — Context: A spec is red. user: 'tests/e2e/tests/dashboards/list.spec.ts is failing, fix it' assistant: 'Using the healer agent to debug each failing scenario and adjust the spec.' Context: After a frontend change a previously-green spec…

SigNoz/signoz · 0 tokens

playwright-test-planner

Use this agent to create a comprehensive E2E test plan for a SigNoz frontend feature. Examples — Context: A new feature has shipped and we need test coverage. user: 'Plan E2E tests for the alerts list page' assistant: 'I'll use the planner agent to read the relevant frontend source, navigate the page in a real…

SigNoz/signoz · 0 tokens

codex

Production OpenAI-Codex-capable rootfs/initramfs.

the-void-ia/void-box · 0 tokens

claude

Production Claude-capable rootfs/initramfs.

the-void-ia/void-box · 0 tokens

doc-style

Markdown documentation prose — RFCs, ADRs, files under docs/, and READMEs — follows the same one-paragraph-per-line rule as commit messages. Write each paragraph on a single line; do not hard-wrap prose to a fixed column. The renderer reflows it to the reader's display width, whereas manual mid-paragraph line breaks…

the-void-ia/void-box · 0 tokens