Releases: NSEvteev/FullSpec
Releases · NSEvteev/FullSpec
v1.1.0 — Hotfix process & discussion improvements
Added
Hotfix process
/hotfixcommand — separate workflow for bugs, production incidents, and small fix bundles- Full standard with 7 phases: triage, diagnosis, impact analysis, parallel fix (code + docs), validation, delivery
- 2 new agents:
hotfix-docs-agent(parallel doc updater) andhotfix-docs-search-agent(impact scanner) hotfix.mdrule — auto-suggests/hotfixfor bug-related requests
Discussion improvements
- PROP classification (Formal/Decision) in discussion, design, and plan-test workflows
- "Rejected proposals" section with validation (D024)
Development improvements
- Per-service fix agents: one agent = one service, max 3 fix iterations
- Stronger SSOT enforcement in chain workflow
Changed
/chainsimplified to pure Happy Path (15 tasks) — bugs/hotfixes →/hotfix- Removed
--hotfixand--bug-bundlemodes from/chain
Full details: CHANGELOG.md
v1.0.0 — First public release
First public release. 498 commits of building a complete AI-powered development template.
Added
Core process (8 phases)
/chaincommand — full lifecycle orchestration from idea to production- Analysis chain: Discussion → Design → Plan Tests → Plan Dev (DRAFT → WAITING status flow)
- Docs Sync: parallel agents for per-service docs, per-tech standards, system overview
- Dev launch:
/dev-create— Issues + Milestone + Branch automation - Implementation:
dev-agentwith TASK-N blocks, waves, CONFLICT detection - Final validation:
/test— sync main, docker, tests/lint/build/e2e - Delivery:
/review→/pr-create→/mergepipeline - Completion:
/chain-done— DONE cascade, docs update - Release:
/release-create+/post-releasevalidation
Skills (70) | Agents (23) | Per-tech standards (9) | 80+ validation scripts
Project infrastructure
- Microservice folder structure with
.instructions/in every folder - 16 context rules, labels system, issue/PR templates
- Makefile with 20+ commands, pre-commit hooks
- CLAUDE.md, initialization guide, onboarding, glossary
Changed
- License: proprietary → MIT
Full details: CHANGELOG.md