Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this template will be documented in this file.

## [v7.1.20260422] - Precise Hypatia - 2026-04-22

### Added

- **`docs/glossary.md`**: living glossary with five domain terms from `display-version`; append-only with supersession protocol (#107)
- **`docs/adr/`**: two concrete ADRs (`version-source`, `verbosity-validation`) cross-referenced in `system.md` (#107)

### Changed

- **`docs/system.md`**: full rewrite — Summary, Actors, Structure, Key Decisions, External Dependencies, Active Constraints, Domain Model (Entities, Actions, Relationships), C4 Context Mermaid, C4 Container Mermaid, ADR Index, Completed Features; domain actions renamed from "Verbs" to "Actions" (#107)
- **`docs/discovery.md`**, **`docs/scope_journal.md`**: concrete session entries replacing placeholder text; grounded in `display-version` feature (#107)
- **`docs/index.html`**: "Context Diagram" card → "C4 Diagrams" linking `system.md#context` (#107)
- **Workflow and skill improvements**: AGENTS.md, FLOW.md, agent files, and multiple skills updated (architect, define-scope, implement, run-session, select-feature, update-docs, verify, git-release, create-skill) (#107)

### Removed

- **`docs/context.md`**, **`docs/container.md`**: deleted — C4 Context and Container diagrams are now `## Context` and `## Container` sections inside `system.md`, owned by SA (#107)
- **`domain-model.md.template`** (implement skill): removed — domain model is a section of `system.md`, not a separate file (#107)

---

## [v7.0.20260422] - Mighty Titan - 2026-04-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "temple8"
version = "7.0.20260422"
version = "7.1.20260422"
description = "Python template with some awesome tools to quickstart any Python project"
readme = "README.md"
requires-python = ">=3.13"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading