-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVERSION_MANIFEST.json
More file actions
73 lines (66 loc) · 5.29 KB
/
VERSION_MANIFEST.json
File metadata and controls
73 lines (66 loc) · 5.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"version": "9.0.3",
"release_date": "2026-03-24",
"codename": "Phase 5 Enrichment - Domain-Specific Skill YAML Elevation",
"summary": "Incremental .agents framework v9.0.3: Phase 5 skill enrichment with domain-specific YAML. Added 73 new Phase 5 skills (512 → 585 total). 40 skills enriched with measurable mandates, concrete response patterns, and real usage contexts. Framework now has 100% documentation coverage with 3 new README files (55 total pages). Full support for Phase 5 enriched skills with relaxed file size limits (<1500 bytes).",
"phase_5_status": "ACTIVE - 73 skills across 9 categories (Batches 1-9), 40 enriched with domain-specific YAML",
"statistics": {
"total_workflows": 63,
"total_skills": 585,
"total_scripts": 10,
"total_documentation_pages": 55,
"platforms_supported": 6,
"token_reduction": "30-60%",
"skill_compression": "40-60%",
"phase_5_skills_added": 73,
"phase_5_skills_enriched": 40,
"phase_5_batches": 9
},
"v9_0_3_changes": {
"date": "2026-03-24",
"added": [
"73 Phase 5 skills (Features 2, 3, 5, 6, 7, 8, 9, 10)",
"40 enriched skills with domain-specific YAML (Batches 5-9)",
"4 missing skill files (Batch 9)",
"3 missing README files (hooks, scripts, workflows)",
"Comprehensive audit report (vs 9.0.2)"
],
"git_commit": "ee26ff8 - feat(phase5-enrichment): Add domain-specific YAML enrichment to 40 Phase 5 skills",
"documentation": "55 total pages (52 → 55), 100% coverage",
"file_size_support": "<1500 bytes for enriched skills (vs 1200 bytes standard)"
},
"workflows": {
"core_development": [6, "vibe-project-init", "unity-2d-setup", "unity-3d-setup", "unity-xr-ar-setup", "vibe-vr-scaffold", "unity-brainstorm-feature"],
"code_quality": [7, "code-review-swarm", "csharp-format-project", "unity-docs-generator", "unity-so-architecture", "unity-record-adr", "skill-audit", "technical-debt-audit"],
"testing_qa": [5, "vibe-vr-tdd-setup", "ui-testing-framework", "load-testing-setup", "qa-plan", "i18n-testing-workflow"],
"performance": [8, "unity-performance-audit", "unity-profile-audit", "unity-asset-audit", "build-size-optimization", "shader-optimization-guide", "memory-profiler-advanced", "assets-bundle-strategy", "mobile-optimization-audit"],
"debugging_recovery": [5, "unity-smart-debug", "unity-mcp-check", "unity-clean-project", "error-recovery", "project-health-check"],
"build_deployment": [5, "unity-build-quest", "android-specific-setup", "ios-specific-setup", "webgl-build-setup", "console-build-setup"],
"git_cicd": [7, "vibe-git-push", "vibe-git-sync", "github-actions-unity-setup", "changelog-generator", "devops-audit"],
"multiplayer_backend": [2, "multiplayer-setup", "backend-setup"],
"localization_analytics": [2, "localization-setup", "analytics-integration"],
"accessibility_compliance": [4, "accessibility-audit", "accessibility-audit-workflow", "vr-accessibility", "gdpr-compliance-setup"],
"security": [2, "security-audit", "security-vulnerability-scan"],
"game_design": [3, "game-balance-review", "animation-state-machine", "audio-setup"],
"skill_workflow_management": [9, "create-skill", "create-workflow", "build-dev-cli", "skill-pipeline", "project-onboarding", "dependency-health-check", "unity-ui-scaffold", "unity-smart-placement-setup", "vibe-router"]
},
"platforms": ["VR/XR (Meta Quest, PCVR)", "PC (Windows, macOS, Linux)", "iOS", "Android", "WebGL", "Console (PS5, Xbox)"],
"changelog_highlights": {
"9.0.3": "Phase 5 Enrichment - 73 new skills (512→585 total), 40 enriched with domain-specific YAML (measurable mandates, concrete response patterns, real usage contexts). 1.5-2.0KB file sizes (1.2KB → 1.5KB tolerance for enrichment). 3 new README files complete documentation (55 pages, 100% coverage). Commit ee26ff8.",
"9.0.2": "Phase 4 QA & Polish - Final validation of all 63 workflows (100% coverage, 0 errors). Perfect 10.0/10 quality score. Comprehensive documentation: Framework guide, integration procedures, troubleshooting, upgrade paths. Production ready with atomic git history.",
"9.0.1": "Phase 3 Deep Integration - All 63 workflows enhanced with 9 new integration fields. Validation gates mapping (494 gates), agent hierarchy, complexity metrics, and skill prerequisites. 100% success rate with 10/10 quality score.",
"8.2.0": "Phase 3 Skills Expansion - 450 total skills. Added Animation (35), Graphics & VFX (40), Debugging & Tools (30), Scripting & C# (35), Advanced Systems (10).",
"8.1.0": "Phase 2 Skills Expansion - 300 total skills. Added Timeline (28), Audio (32), Physics (38), Networking (45), Navigation & AI (7).",
"8.0.0": "Phase 1 Skills Expansion - 150 new skills across Materials (45), UI Toolkit (38), Terrain (35), Navigation (20), Cinemachine (12).",
"7.0.3": "Token Optimization & LLM Context Efficiency - 30-56% context reduction",
"7.0.0": "Ecosystem Complete - Multi-platform enterprise release"
},
"quality_gates": {
"skill_gates": 8,
"workflow_structure": "4-7 steps with verification",
"shell_compatibility": "bash (Unix semantics)",
"phase_5_support": "relaxed file size limits (<1500 bytes for enriched skills)",
"enrichment_support": "domain-specific YAML with specialized mandates + responses",
"validation_coverage": "100% of 585 skills"
}
}