From 99987bd057d51b62a2a28038ca32c69e397ece1e Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sat, 31 Jan 2026 16:52:30 -0700 Subject: [PATCH] doc(AGENTS): activate integral fragment --- AGENTS.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index cbeb05e..a91de63 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,9 +11,12 @@ The agent MUST read and adhere to the global engineering ruleset and any active ``` .agent/ ├── predicates/ -│ ├── global.md # Base engineering ruleset (required) -│ └── fragments/ # Active extensions -│ └── rust.md # Rust conventions +│ ├── engineering.md # Base engineering ruleset (always active) +│ └── fragments/ # Context-specific extensions (opt-in) +│ ├── rust.md # Rust idioms +│ ├── depmap.md # DepMap MCP tools +│ ├── integral.md # Holistic problem-solving +│ └── personalization.md # User preferences └── workflows/ └── ... # Task-specific workflows ``` @@ -22,6 +25,8 @@ The agent MUST read and adhere to the global engineering ruleset and any active - Rust idioms (`.agent/predicates/fragments/rust.md`) - DepMap MCP tools (`.agent/predicates/fragments/depmap.md`) +- Integral problem-solving (`.agent/predicates/fragments/integral.md`) +- Personalization (`.agent/predicates/fragments/personalization.md`) **Available Workflows:**