BUG: flush-scheduler.ts flushAudit() read 'events' from IPC response but
Rust handle_flush_audit() returns { count, entries }. Audit events were
silently lost (always empty array). Fixed to read 'entries'.
Also fixed:
- server.test.ts: added missing flush-scheduler.js mock (new import in server.ts)
- feature-flags.ts: doc comment '12 flags' → '13 flags'
- flush-scheduler.test.ts: mock data aligned to Rust response shape
49 tests passing, 8 test files, typecheck clean.
|
||
|---|---|---|
| .. | ||
| audit-repo-health.md | ||
| docker-smoke-test.md | ||
| gitea-ci.md | ||
| implement-shared-packages.md | ||
| refresh-chat-history.md | ||
| repo_backup-and-push.md | ||
| repo_backup-main-branch.md | ||
| repo_commit-workspace.md | ||
| repo_push-repos.md | ||
| repo_sync-repos.md | ||
| repo_update-agent-docs.md | ||
| repos.txt | ||
| run-code-review.md | ||
| verify-all-backends.md | ||