Tags: gl0bal01/contract-agents
Tags
v3.0.0 — Quality over count 125 → 52 agents. 10 → 8 divisions. Every agent has real domain rules. contract-orchestrator hardened with mandatory delegation enforcement. Makefile now actually implements SCOPE/LOCAL_PATH/DIVISION per README. See CHANGELOG.md for the full list.
Contract-Agents v1.0.1 - Black Box Style Massive token reduction through black-box architecture: - All agents rewritten in clean, consistent format - No emojis, no verbose sections - Average 36 lines per agent - ~89% token reduction (23,854 lines removed) - Protocol-based: Role → Session Start → Protocol → Domain Rules → Output
Contract-Agents v1.0.0 Professional AI agents governed by shared contract. Features: - 101 agents across 10 divisions - Flattened structure with division prefixes (eng-*, test-*, design-*, etc.) - AGENTS_CONTRACT.md with shared rules - Evidence requirements (3+ file:line citations) - Approval gates for risky operations - Self-improvement loop via tasks/lessons.md Based on agency-agents by @msitarzewski and black-box-architecture by @gl0bal01