mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-19 12:11:02 -04:00
[PR #279] feat: add evidence receipt hash chain prototype #293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/279
Author: @mason5052
Created: 4/22/2026
Status: 🔄 Open
Base:
main← Head:codex/issue-235-evidence-chain-v1📝 Commits (1)
0e62219feat: add evidence receipt hash chain prototype📊 Changes
9 files changed (+705 additions, -32 deletions)
View changed files
📝
.env.example(+3 -0)📝
backend/docs/config.md(+13 -8)📝
backend/pkg/config/config.go(+3 -0)📝
backend/pkg/config/config_test.go(+16 -1)➕
backend/pkg/tools/evidence_receipts.go(+316 -0)➕
backend/pkg/tools/evidence_receipts_test.go(+249 -0)📝
backend/pkg/tools/executor.go(+77 -11)📝
backend/pkg/tools/tools.go(+27 -12)📝
docker-compose.yml(+1 -0)📄 Description
Summary
<DATA_DIR>/flow-<flow_id>/evidence/receipts.jsonlValidation
go test ./pkg/tools/...go test ./pkg/config/...git diff --cached --checkRefs #235
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.