feat: implement tool result tagging (#63) #161
Reference in New Issue
Block a user
Delete Branch "feature/issue-63-result-tagging"
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?
Summary\n- Wrap tool outputs with provenance metadata (tool name, time, agent/session IDs)\n- Trust classification: Internal (memory, inference) vs External (web, fs, shell)\n- Provenance header format: [TOOL_RESULT: TRUST_LEVEL | tool=X | agent=Y | ...]\n- Actual tool result content is never modified\n- 13 unit tests\n\nCloses #63