Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ACNet-AI/MetaSpec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: ACNet-AI/MetaSpec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Nov 18, 2025

  1. feat(v0.9.1): Generator Pattern Clarification + Navigation Updates

    🎯 Core Enhancement: Generator Pattern Clarification
    
    Added comprehensive guidance to prevent toolkit vs domain confusion:
    - specify.md.j2: +87 lines Generator Pattern guidance (line 2196+)
    - analyze.md.j2: +290 lines Dimension L validation (line 813+)
    
    Prevents critical architectural mistake where Generator creates domain
    content (posts, articles) instead of project files (specs, constitution).
    
    ✅ Features:
    - CRITICAL pattern guide in specify.md.j2 Component 5
    - 3-level validation in analyze.md.j2 (Purpose, Templates, CLI)
    - Detects domain content anti-patterns automatically
    - Provides concrete fix guidance with error codes
    
    🔧 Navigation Updates (Historical Fixes):
    
    Fixed navigation inconsistencies in 4 command files:
    - sdd/plan.md.j2: 854 → 925 lines (+71)
    - sdd/implement.md.j2: 935 → 997 lines (+62)
    - sds/implement.md.j2: 1216 → 1270 lines (+54)
    - sds/tasks.md.j2: 993 → 1053 lines (+60)
    
    Updated line ranges, template references, and token savings calculations.
    
    📝 Documentation:
    - CHANGELOG.md: Added v0.9.1 entry with full details
    - README.md: Updated version and latest updates section
    - Version bumped: 0.9.0 → 0.9.1
    - docs/internal: Added proposal document
    
    🎉 Impact:
    - Prevents #1 architectural mistake in toolkit development
    - Ensures all generated toolkits follow correct patterns
    - 97% token savings on Generator Pattern guidance alone
    - Navigation now accurate for all command files
    
    Related: marketing-spec-kit feedback, complements v0.9.0 fixes
    NeilJo-GY committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    c0d2152 View commit details
    Browse the repository at this point in the history
Loading