From 15f886735c10bc445624b2341ea8a2bc33884f20 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 5 Feb 2026 17:28:44 -0700 Subject: [PATCH] chore: update predicate and AGENTS.md instruction --- .agent | 2 +- AGENTS.md | 28 +++------------------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/.agent b/.agent index 52a79cb..0796d32 160000 --- a/.agent +++ b/.agent @@ -1 +1 @@ -Subproject commit 52a79cbfb7689490eec6f6741f89c1d0a1199e3f +Subproject commit 0796d329393ca84744d9d2860c227c72226beb16 diff --git a/AGENTS.md b/AGENTS.md index a91de63..0e2b9cd 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,40 +1,18 @@ # Project Agent Configuration -## Predicates +## Predicate System This project uses [predicate](https://github.com/nrdxp/predicate) for agent configuration. -**Installation Location:** `.agent/predicates/` - -The agent MUST read and adhere to the global engineering ruleset and any active fragments: - -``` -.agent/ -├── predicates/ -│ ├── 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 -``` +> [!IMPORTANT] +> You **must** review [.agent/PREDICATE.md](.agent/PREDICATE.md) and follow its instructions before beginning work. **Active Fragments:** - 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:** - -- `/ai-audit` — Audit code for AI-generated patterns -- `/core` — C.O.R.E. structured interaction protocol -- `/predicate` — Re-read global rules; combats context drift -- `/humanizer` — Remove AI writing patterns from text - --- ## Project Overview