Steve Yegge
9fa4a42030
feat: add audit trail for detach operations (gt-h6eq.8)
Add DetachMoleculeWithAudit() function that logs detach operations
to .beads/audit.log in JSONL format. Each entry captures:
- timestamp
- operation type (detach, burn, squash)
- pinned_bead_id
- detached_molecule
- detached_by (agent identity)
- reason (optional)
- previous_state
Updated callers:
- runMoleculeDetach: logs "detach" operation
- runMoleculeBurn: logs "burn" operation with reason
- runMoleculeSquash: logs "squash" operation with digest ID
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 11:40:06 -08:00
..
2025-12-23 11:40:06 -08:00
2025-12-22 17:51:15 -08:00
2025-12-23 11:40:06 -08:00
2025-12-23 04:47:07 -08:00
2025-12-23 04:05:14 -08:00
2025-12-23 00:02:23 -08:00
2025-12-23 04:02:17 -08:00
2025-12-20 02:12:21 -08:00
2025-12-23 11:34:50 -08:00
2025-12-20 16:54:16 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 23:57:55 -08:00
2025-12-19 12:44:42 -08:00
2025-12-22 12:22:08 -08:00
2025-12-23 03:56:31 -08:00
2025-12-23 00:17:32 -08:00
2025-12-23 04:05:14 -08:00
2025-12-22 17:52:44 -08:00
2025-12-22 17:52:44 -08:00
2025-12-19 12:44:42 -08:00
2025-12-22 23:48:04 -08:00
2025-12-23 04:48:14 -08:00
2025-12-23 00:54:10 -08:00