You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-4Lines changed: 42 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,55 @@ and this project follows SemVer-style release intent for documented interfaces.
9
9
10
10
No unreleased entries.
11
11
12
+
## [0.1.5] - 2026-05-11
13
+
14
+
### Added
15
+
16
+
- Architecture figure embedded at the top of `docs/PHASMID_ARCHITECTURE.md` using `images/architecture_v1.png` to improve onboarding and design readability.
17
+
- Release-log updates in `docs/REVIEW_VALIDATION_RECORD.md` for profile-based test execution and combined coverage recording.
18
+
19
+
### Changed
20
+
21
+
- CI coverage gate logic updated to aggregate `tests` + `tests_optional` coverage before enforcing `--fail-under=70`.
22
+
-`CONTRIBUTING.md` validation guidance updated to document default/optional/archive-review test profiles.
23
+
-`tests/TEST_RETENTION_MATRIX.md` updated from candidate planning to current consolidation status.
24
+
-`0.1.4` changelog entry expanded to reflect the full scope of completed documentation and test-suite restructuring work.
25
+
26
+
### Security
27
+
28
+
- Coverage gating remains at 70% without threshold reduction by combining default and optional profiles, preserving verification discipline for active security boundaries.
29
+
12
30
## [0.1.4] - 2026-05-10
13
31
32
+
### Added
33
+
34
+
-`docs/README_INDEX.md` as a long-form documentation entrypoint and navigation index.
35
+
-`docs/archive/` policy and archived historical analysis/evaluation documents for traceable but non-active references.
- moved optional and archive-review tests to dedicated profiles
53
+
- CI expanded to include default, optional, reproducible-build, and manual archive-review job paths
54
+
-`tests/test_docs_and_templates.py` and `tests/test_terminology.py` aligned with README/docs archive restructuring.
55
+
- Historical roadmap links updated to archived document paths.
19
56
20
57
### Security
21
58
22
-
- Existing local-only boundary, restricted-action constraints, and neutral capture-visible language policies were preserved during refactor and documentation consolidation.
59
+
- Existing local-only boundary, restricted-action constraints, and neutral capture-visible language policies were preserved during documentation and test-suite restructuring.
60
+
- Capture-visible vocabulary controls and restricted-route semantics remained enforced by updated terminology and scenario tests.
Access flow, two-slot storage, coercion defense, and local-only boundary are documented in [`docs/PHASMID_ARCHITECTURE.md`](docs/PHASMID_ARCHITECTURE.md).
0 commit comments