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 04:16:32 -08:00
2025-12-23 04:05:14 -08:00
2025-12-22 15:42:37 -08:00
2025-12-23 04:05:14 -08:00
2025-12-23 04:02:17 -08:00
2025-12-23 11:34:50 -08:00
2025-12-22 22:56:38 -08:00
2025-12-23 02:04:17 -08:00
2025-12-22 22:04:11 -08:00
2025-12-23 01:51:47 -08:00
2025-12-23 01:51:47 -08:00
2025-12-22 15:42:37 -08:00
2025-12-23 11:40:06 -08:00
2025-12-23 11:40:06 -08:00
2025-12-23 01:38:34 -08:00
2025-12-23 01:38:34 -08:00
2025-12-23 01:38:34 -08:00
2025-12-22 17:52:44 -08:00
2025-12-22 13:38:31 -08:00
2025-12-22 23:38:57 -08:00
2025-12-23 01:47:41 -08:00
2025-12-23 03:56:31 -08:00
2025-12-23 04:47:07 -08:00
2025-12-22 14:09:25 -08:00
2025-12-22 23:33:14 -08:00
2025-12-23 04:51:17 -08:00
2025-12-23 04:05:14 -08:00
2025-12-22 20:31:33 -08:00
2025-12-22 13:38:31 -08:00
2025-12-22 17:52:44 -08:00
2025-12-22 20:19:33 -08:00
2025-12-23 04:02:17 -08:00