Skip to content

v0.3.0 - DT to Spec rename, layer-prefixed structure

Choose a tag to compare

@systemowiec systemowiec released this 20 Mar 00:49
· 1 commit to main since this release

[0.3.0] - 2026-03-20

Added

  • New specification directory structure docs/specs/ with 6 layer subdirectories (arch, backend, frontend, infra, ai, e2e)
  • Layer-prefixed numbering: ARCH-NNN, BE-NNN, FE-NNN, INFRA-NNN, AI-NNN, E2E-NNN
  • New spec-lifecycle.md replacing dt-lifecycle.md
  • New templates: _spec.md, _spec-report.md
  • Context templates moved to docs/templates/: _project-overview.md, _api-map.md, _model-relationships.md
  • New graphical header image (PNG) replacing versioned SVG headers
  • infra/README.md: added logs/ directory for IDE-accessible container logs with bind mount example
  • learnings/patterns.md for reusable patterns discovered during work
  • .gitignore entries for infra/logs/ and infra/storage/

Changed

  • BREAKING: Renamed "Technical Document (DT)" to "Specification (Spec)" across entire project (~55 files)
  • BREAKING: Renamed 4 workflows: dt-development -> spec-development, dt-report -> spec-report, create-dt -> create-spec, complete-dt -> complete-spec
  • BREAKING: docs/dt/ directory replaced with docs/specs/{layer}/{PREFIX}-NNN/
  • All directory READMEs (frontend, backend, infra, e2e): changed "Expected structure" to "Suggested structure" with flexibility notes
  • Simplified .agents/context/README.md - removed template file entries
  • Updated all roles, workflows, skills, IDE configs (Claude, Cursor, Codex) with new spec terminology

Removed

  • docs/dt/ directory and docs/dt-lifecycle.md
  • docs/agent-reports/ directory
  • docs/assets/header-dark.svg and docs/assets/header-light.svg (version-embedded)
  • docs/templates/_dt.md and docs/templates/_dt-report.md
  • Template context files from .agents/context/ (moved to docs/templates/)
  • Polish comments in .gitignore