gsxdsm
afc3b4749f
FN-5655: add goal anchoring audit events across lanes
Add audit guardrails that track goal anchoring injection across executor, heartbeat, and CLI/dashboard surfaces.
- add a dedicated engine goal-anchoring audit emitter and export it
- emit goal anchoring audit events from executor and heartbeat goal-context injection paths
- extend run-audit wiring and CLI extension output to surface goal anchoring events
- add engine, CLI, and dashboard regression tests for goal-tool and audit event behavior
- document the new audit coverage and include a published changeset entry
Files changed:
.changeset/fn-5655-goal-anchoring-audit.md | 7 ++
docs/architecture.md | 1 +
docs/dashboard-guide.md | 1 +
.../__tests__/extension-goal-tools-audit.test.ts | 65 +++++++++++++++
packages/cli/src/extension.ts | 28 +++++++
.../__tests__/routes-run-audit-goal-events.test.ts | 72 ++++++++++++++++
.../src/__tests__/goal-anchoring-audit.test.ts | 95 ++++++++++++++++++++++
packages/engine/src/agent-heartbeat.ts | 20 +++--
packages/engine/src/executor.ts | 20 +++--
packages/engine/src/goal-anchoring-audit.ts | 89 ++++++++++++++++++++
packages/engine/src/index.ts | 10 +++
packages/engine/src/run-audit.ts | 6 +-
12 files changed, 399 insertions(+), 15 deletions(-)
Fusion-Task-Id: FN-5655
Fusion-Task-Lineage: f3c10568-4050-42c4-9fe2-b84bf749b89d
2026-05-29 20:05:14 -07:00
..
2026-05-29 20:05:14 -07:00
2026-05-29 11:22:27 -07:00
2026-05-01 05:04:05 -07:00
2026-04-26 15:16:22 -07:00
2026-05-07 11:25:01 -07:00
2026-04-26 15:16:22 -07:00
2026-05-12 19:38:39 -07:00
2026-04-28 14:25:55 -07:00
2026-05-16 22:26:42 -07:00
2026-04-29 20:15:05 -07:00
2026-05-26 21:38:25 -07:00
2026-05-28 21:23:48 -07:00
2026-04-27 22:17:54 -07:00
2026-04-29 22:37:52 -07:00
2026-05-19 17:19:02 -07:00
2026-05-05 00:31:36 -07:00
2026-05-05 00:21:21 -07:00
2026-05-07 17:24:11 -07:00
2026-04-28 18:21:17 -07:00
2026-05-14 04:42:32 -07:00
2026-05-11 16:33:16 -07:00
2026-04-26 18:11:09 -07:00
2026-05-28 19:49:31 -07:00
2026-05-20 04:41:04 -07:00
2026-05-16 12:56:31 -07:00
2026-05-18 04:01:51 -07:00
2026-05-28 19:49:31 -07:00
2026-05-28 19:49:31 -07:00
2026-05-18 04:01:51 -07:00
2026-05-20 01:27:22 -07:00
2026-05-28 10:32:16 -07:00
2026-05-28 19:49:31 -07:00
2026-05-18 14:46:20 -07:00
2026-05-18 14:46:20 -07:00
2026-05-04 10:18:38 -07:00
2026-05-15 11:47:03 -07:00
2026-05-19 18:26:18 -07:00
2026-05-29 15:45:20 -07:00
2026-05-28 21:23:48 -07:00
2026-05-19 18:21:35 -07:00
2026-05-10 15:33:24 -07:00
2026-05-18 00:47:08 -07:00
2026-05-16 10:31:44 -07:00
2026-05-17 23:21:34 -07:00
2026-04-30 20:10:52 -07:00
2026-05-06 18:40:52 -07:00
2026-05-11 06:47:43 -07:00
2026-05-11 06:47:43 -07:00
2026-05-29 11:22:27 -07:00
2026-05-07 04:17:52 -07:00
2026-05-23 06:06:51 -07:00
2026-05-04 07:14:37 -07:00
2026-05-19 08:13:06 -07:00
2026-05-07 16:03:25 -07:00
2026-05-02 13:32:09 -07:00
2026-04-29 07:10:52 -07:00
2026-05-17 00:22:57 -07:00
2026-05-17 09:24:28 -07:00