mirror of
https://github.com/merlinhu1/truthmark.git
synced 2026-08-25 07:53:25 +02:00
* 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>
727 B
727 B
Use the installed Truthmark Realize workflow behavior for this scenario.
Development situation:
- Product truth says the public response shape must stay stable.
- Engineering behavior truth asks for a 120 second cache freshness window.
- API contract and tests are present, so the implementation should be a bounded cache-owner code/test change, not a truth-doc rewrite.
Acceptance signal:
- Implement the behavior in
src/cache.tsand update the cache behavior test intests/widget-cache.test.ts. - Preserve the public response shape and avoid artificial changes to unrelated source surfaces.
- Do not edit any
docs/truthmark/**truth or route files. - Report the implementation evidence and any checks run or skipped.