Skip to content

v4.0.0 - WD Framework Architecture

Latest

Choose a tag to compare

@CarolaneLFBV CarolaneLFBV released this 24 Jan 09:19
· 4 commits to main since this release
1c84b01

πŸš€ What's New in v4.0.0

Breaking Changes

  • Skills removed: Patterns now integrated directly into specialist agents
  • New .claude/ structure: 7 core framework files

✨ New Features

  • 7 Core Framework Files (~850 lines total)

    • CLAUDE.md - Entry point with references
    • CORE.md - Principles, rules, symbols
    • ROUTING.md - Detection engine, orchestration
    • CAPABILITIES.md - 7 agents + MCP coordination
    • COMMANDS.md - 15 command matrix
    • FLAGS.md - iOS-specific flags
    • WORKFLOWS.md - Development tracks, BMAD, ADR
  • MCP Integration

    • Context7 (REQUIRED before implementation)
    • Sequential (complex analysis)
  • Development Tracks

    • Quick: <0.3 complexity β†’ Plan β†’ Implement
    • Standard: 0.3-0.7 β†’ Context7 β†’ Analyze β†’ Plan β†’ Implement β†’ Test
    • Enterprise: >0.7 β†’ Full Analysis β†’ ADR β†’ Wave β†’ Validate
  • BMAD Integration

    • Story File Pattern
    • ADR (Architecture Decision Records) support
  • Wave Orchestration

    • Auto-activation on complexity β‰₯0.7

πŸ“Š Improvements

  • ~80% token reduction through optimized structure
  • 15 commands with standardized YAML frontmatter
  • 7 Opus agents with MCP integration + integrated patterns
  • 8-step Quality Gates validation cycle
  • Smart auto-activation with keyword-based routing

πŸ—‘οΈ Removed

  • skills/ folder (patterns now embedded in agents)
  • ARCHITECTURE.md (content moved to .claude/CAPABILITIES.md)
  • .claude/ORCHESTRATOR.md (replaced by ROUTING.md)
  • .claude/PRINCIPLES.md (integrated in CORE.md)

Full Changelog: v3.0.0...v4.0.0