Skip to content

v0.2.0 - Token optimization, new skills, agent patterns

Choose a tag to compare

@systemowiec systemowiec released this 20 Mar 00:49
· 2 commits to main since this release

[0.2.0] - 2026-03-20

Added

  • New skill agent-patterns - MCP Server, A2A Agent, Orchestrator, Shared Contracts templates
  • New skill agent-testing - testing strategies for MCP, A2A, pipeline, and contract tests
  • New skill python-standards - enterprise Python coding standards (Principal/Staff level)
  • New rule agent-rules - 13 hard rules for multi-agent systems (MCP + A2A)
  • New rule security - secrets, input validation, prompt security, Docker security, auth
  • New context template mcp-sdk - MCP Python SDK quick reference
  • New context template a2a-sdk - A2A Python SDK quick reference
  • New template _scope.md - scope delegation template for architect-to-engineer handoffs
  • Quality Gate: Pre-Review Gate (5 automated tool checks before code review)
  • Quality Gate: Metrics Thresholds table (file/function/params/nesting/cyclomatic/imports)
  • Quality Gate: Named Anti-Patterns catalog (Fat Router, God Service, Leaking Layers, etc.)
  • Backend patterns: Layer Prohibitions table (explicit MUST NOT per layer)
  • Backend patterns: Router size limits and 5 explicit NEVER rules
  • Python standards: naming anti-patterns (forbidden generic names, builtin shadows)

Changed

  • AGENTS.md reduced from 310 to 213 lines (-31%) via Discovery Guide pattern
  • All 17 skills: code blocks replaced with concise text rules (token optimization)
  • All 8 roles: streamlined descriptions, removed redundant content
  • All 15 workflows: self-improvement blocks replaced with cross-links
  • rules/global.md reduced from 95 to 22 lines (redirects to AGENTS.md)
  • dt-lifecycle.md reorganized with clearer status flow
  • DT templates updated to docs/dt/DT-NNN/ directory structure
  • CONTRIBUTING.md updated repo names and PL/EN relationship (independent versions)
  • context/README.md updated with new MCP and A2A SDK references
  • skills/README.md updated section reference to Discovery Guide

Removed

  • docs/agent-reports/README.md (merged into DT directory structure)
  • Approximately 900 lines of redundant code blocks across skills and roles
  • Self-improvement boilerplate duplicated across workflow files

Fixed

  • 7 critical inconsistencies (DT paths, dead links, status naming)
  • Cross-links between roles, skills, and workflows verified and corrected