chore: update predicate and AGENTS.md instruction

This commit is contained in:
Timothy DeHerrera
2026-02-05 17:28:44 -07:00
parent 8df8aa434f
commit 15f886735c
2 changed files with 4 additions and 26 deletions

2
.agent

Submodule .agent updated: 52a79cbfb7...0796d32939

View File

@@ -1,40 +1,18 @@
# Project Agent Configuration # Project Agent Configuration
## Predicates ## Predicate System
This project uses [predicate](https://github.com/nrdxp/predicate) for agent configuration. This project uses [predicate](https://github.com/nrdxp/predicate) for agent configuration.
**Installation Location:** `.agent/predicates/` > [!IMPORTANT]
> You **must** review [.agent/PREDICATE.md](.agent/PREDICATE.md) and follow its instructions before beginning work.
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
```
**Active Fragments:** **Active Fragments:**
- Rust idioms (`.agent/predicates/fragments/rust.md`) - Rust idioms (`.agent/predicates/fragments/rust.md`)
- DepMap MCP tools (`.agent/predicates/fragments/depmap.md`) - DepMap MCP tools (`.agent/predicates/fragments/depmap.md`)
- Integral problem-solving (`.agent/predicates/fragments/integral.md`)
- Personalization (`.agent/predicates/fragments/personalization.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 ## Project Overview