mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
754 B
754 B
Repository Intelligence CLI
Version action: minor
PR Summary
- Added public
truthmark index,truthmark impact, andtruthmark contextcommands with RepoIndex, RouteMap, ImpactSet, and ContextPack JSON contracts. - Added freshness diagnostics and workflow-facing repository-intelligence guidance while preserving direct checkout inspection as the source of authority.
Release Note
- Added repository-intelligence commands for derived index, impact, and context-pack output:
truthmark index,truthmark impact --base <ref>, andtruthmark context --workflow <workflow>.
Verification
npm test -- tests/context-pack/build.test.ts tests/repo-index/build.test.ts tests/impact/build.test.ts tests/cli/index-impact-context.test.ts