agentic-engineering-framework AGENTS.md

agentic-engineering-framework AGENTS.md is an instructions file for Codex, OpenCode from DimitriGeelen/agentic-engineering-framework. It costs 1,270 tokens per session, scanned C, original, Apache-2.0.

AGENTS.md instructions for DimitriGeelen/agentic-engineering-framework, covering agents.md — agentic engineering framework, identity, core principle, rules and authority model.

Instructions file for CodexOpenCode

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 instructions/dimitrigeelen/agentic-engineering-framework/agents-md
Clone the repo
git clone --depth 1 https://github.com/DimitriGeelen/agentic-engineering-framework

Made for: Codex, OpenCode.

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 agentic-engineering-framework AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dimitrigeelen/agentic-engineering-framework/agents-md.svg)](https://agentmods.dev/instructions/dimitrigeelen/agentic-engineering-framework/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/dimitrigeelen/agentic-engineering-framework/agents-md"><img src="https://agentmods.dev/badge/instructions/dimitrigeelen/agentic-engineering-framework/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,270 This file is loaded in full into every session.
When invoked 1,270 The same file — it is already loaded in full.
Security scan C 1 finding. 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.01270 $0.01270
Opus 5 $0.00635 $0.00635
Sonnet 5 $0.00254 $0.00254
Haiku 4.5 $0.00127 $0.00127

Measured today against content hash 398f9d37e810, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

agentic-engineering-framework AGENTS.md scanned grade C with 1 finding 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 today.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

4. **Destructive commands require approval.** Force push, hard reset, `rm -rf`, DROP TABLE → `fw tier0 approve`.
AGENTS.md · 114 lines

How it starts

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

AGENTS.md — Agentic Engineering Framework

Standard agent instruction file (AAIF/Linux Foundation convention). For Claude Code-specific integration, see CLAUDE.md. For the full provider-neutral guide, see FRAMEWORK.md.

Identity

  • Name: Agentic Engineering Framework
  • Purpose: Governance framework for AI coding agents — enforces task traceability, structural gates, session continuity, and audit trails.
  • Version: 1.0.0

Core Principle

Nothing gets done without a task. This is enforced structurally, not by agent discipline.

Rules

  1. Create a task before editing files. Use fw work-on "description" --type build to create and focus.
  2. Every commit references a task. Format: T-XXX: description. Enforced by commit-msg hook.
  3. Never bypass structural gates. If a gate blocks you, stop and ask the human.
  4. Destructive commands require approval. Force push, hard reset, rm -rf, DROP TABLE → fw tier0 approve.
  5. Generate a handover before ending. Use fw handover --commit to preserve session context.

Authority Model

Human     → SOVEREIGNTY  → Can override anything
Framework → AUTHORITY    → Enforces rules, checks gates
Agent     → INITIATIVE   → Can propose, never decides

Quick Commands

Action Command
Start work fw work-on "name" --type build
Commit fw git commit -m "T-XXX: description"
Run audit fw audit
Health check fw doctor
End session fw handover --commit
Check status fw context status

Enforcement Tiers

Tier Scope Bypass
0 Destructive commands Human approval via fw tier0 approve
1 All file modifications Create a task first
2 Situational exceptions Single-use, mandatory logging
3 Read-only operations Pre-approved

Memory System

The framework maintains three memory layers:

  • Working memory (.context/working/) — Current session state
  • Project memory (.context/project/) — Patterns, decisions, learnings
  • Episodic memory (.context/episodic/) — Completed task histories

Read the full file on GitHub · 114 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. today First seen · 114 lines · 1,270 tokens per session scan C 398f9d37e810

Subscribe to this mod's changes

agentic-engineering-framework AGENTS.md is an instructions file published in the GitHub repository DimitriGeelen/agentic-engineering-framework (13 stars, last pushed today), licensed Apache-2.0. It adds 1,270 tokens to every session, about $0.0064 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.