* feat: add interactive platform selection to init
* chore: remove completed OpenSpec artifacts
* chore: remove implemented design note
* fix: protect init lifecycle from unsafe config paths
* fix: support clearing init platforms from CLI
* docs: retire config command from repository rules
* docs: align init lifecycle and clear-platform contracts
* docs: keep repository guidance current-state focused
* docs: limit cleanup to repository-native documents
* docs: preserve historical version notes
---------
Co-authored-by: MerlinH <merlinh221@gmail.com>
2026-07-31 18:54:10 +10:00
Merlin's CatGitHubCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>MerlinHCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* feat: add workflow eval framework
Add workflow evaluation scenarios, rubrics, schemas, and runner scripts for installed Truthmark workflows.
Move research notes under docs/research and migrate tests from Vitest to node:test.
* Potential fix for pull request finding 'CodeQL / Replacement of a substring with itself'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
---------
Co-authored-by: MerlinH <merlinh221@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Split Truthmark product and engineering truth lanes
* chore: align truthmark docs and runtime with lane updates
* chore: bump package version to 2.2.0
* chore: refresh truthmark surfaces for 2.2.0 and document release
* chore: migrate legacy truth docs to engineering legacy path
* chore: remove legacy docs/truth legacy docs from repository
* chore: trim document command prompts to adapter stubs
* chore: customize truth root README guidance per lane
* chore: make doc reviewer guidance lane-specific and helper-rendered
* fix: remove duplicate check lane-classification render in evidence gate
* fix: make realize doc example lane-agnostic to product and engineering
* feat: separate product and engineering truth lanes
* test: restore workflow surface coverage
* Fix workflow lane prompt boundaries
* test: guard read-only generated surface wording
* Fix manual Realize lane guidance
* fix: harden route relationship diagnostics
Validate reciprocal product and engineering route links, gate missing product-link review diagnostics on product evidence, and reject duplicate route entries with divergent relationship metadata.
* fix: merge duplicate route relationships
Allow repeated route entries for the same truth document, kind, and lane to contribute additive relationship metadata. Keep hard validation errors for kind and lane conflicts and emit merged relationships in RouteMap output.
* fix: make route relationships local
Treat realized_by and realizes metadata as route-local navigation edges. Validate target existence and lane compatibility without requiring reciprocal declarations, and document the chosen semantics.
---------
Co-authored-by: MerlinH <merlinh221@gmail.com>