.maintainer-workspace

.maintainer-workspace is an agent for coding agents from event4u-app/agent-config. It costs 0 tokens per session (454 once invoked), scanned A, original, MIT.

A project folder named agents/ that serves both as the package maintainer's workspace and as an example of the folder structure shipped to users.

In plain words
What is it for?
For maintaining roadmaps, settings, runtime files, decisions, reports, and evidence in a project that follows the package's agents/ convention.
Why use it?
It lets the package test its own documented convention while developing it. Keeping the same folder name also avoids extra path-handling rules.

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/event4u-app/agent-config/maintainer-workspace
Clone the repo
git clone --depth 1 https://github.com/event4u-app/agent-config

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 .maintainer-workspace

README.md
[![agentmods](https://agentmods.dev/badge/agents/event4u-app/agent-config/maintainer-workspace.svg)](https://agentmods.dev/agents/event4u-app/agent-config/maintainer-workspace)
Your own site
<a href="https://agentmods.dev/agents/event4u-app/agent-config/maintainer-workspace"><img src="https://agentmods.dev/badge/agents/event4u-app/agent-config/maintainer-workspace.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 454 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.00454
Opus 5 $0.00000 $0.00227
Sonnet 5 $0.00000 $0.00091
Haiku 4.5 $0.00000 $0.00045

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

Security

Grade A, and why

.maintainer-workspace 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 5d 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/.maintainer-workspace.md · 36 lines

What it actually says

agents/ — maintainer workspace AND dogfooded consumer convention

Explicit dual-role marker. Landed by ADR-053; the boundary itself was established by ADR-050.

This agents/ directory serves two roles at once, by design:

  1. The maintainer workspace for developing @event4u/agent-configroadmaps/, settings/, runtime/, decisions/, reports/, evidence/.
  2. A compliant instance of the agents/ convention this package ships to consumer projects. The package dogfoods its own convention: maintaining it means living inside a compliant consumer-project structure.

Why the names overlap (this is not a bug)

The runtime settings loader (src/scripts/_lib/agent_settings.ts) anchors on a directory literally named agents/ carrying convention markers (roadmaps/, settings/.ai-council.yml, roadmaps-progress.md) and reads .agent-settings.yml from agents/settings/. Those are convention identifiers — the same strings a consumer project carries. Renaming this workspace would either break the loader's convention coupling or force dual-path logic ("maintainer ⇒ X, consumer ⇒ agents/"), which is strictly worse than the intentional overlap. See ADR-053 § Alternatives considered.

What this means for a reviewer

  • A reference to agents/… in src/, docs/, templates/, or .agent-src/ almost always describes the consumer convention, not this workspace.
  • This workspace's gitignored .agent-settings.yml (under agents/settings/) is read at runtime; it must not move without the loader relocation-resilience guarantee proven in tests/test_agent_settings_relocation_resilience.py.
  • The dual role is the forcing function that keeps the shipped convention usable.
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. 5d ago First seen · 36 lines · 0 tokens per session scan A a46e3f6a5bc8

Subscribe to this mod's changes

.maintainer-workspace is an agent published in the GitHub repository event4u-app/agent-config (10 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 454 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.