Skip to content

E2E-2: knowledge_cache_attest uses shared read-audit API #89

Description

@Cho-Geer

E2E-2: knowledge_cache_attest uses shared read-audit API

Parent Epic: #87

Verify that knowledge_cache_attest.ts uses getReadEventsForSession() and normalizeReadAuditPath() from read-audit.ts instead of inline readAuditLog().

Commands

grep -c "getReadEventsForSession\|normalizeReadAuditPath" .opencode/tools/knowledge_cache_attest.ts
# Should return >= 2
grep -c "readAuditLog\|read_audit.jsonl" .opencode/tools/knowledge_cache_attest.ts
# Should return 0

Metadata

Metadata

Assignees

Labels

area/framework框架代码(.opencode/)p1Priority 1 - High

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions