Skip to content

Commit cb1ac83

Browse files
committed
chore: update changeset with docs and fixture additions
1 parent c29d170 commit cb1ac83

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/audit-findings.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ Fix three HIGH-severity bugs found via cross-audit triangulation, plus performan
2121

2222
- Fix Wyhash → SHA-256 in architecture.md and SKILL.md (3 locations)
2323
- Correct `symbols.kind` values (`variable``const`, `type_alias``type`) and `exports.kind` values
24-
- Clarify `Database.query()` caching is Bun-only; Node re-prepares via wrapper
24+
- Clarify `Database.query()` caching is Bun-only; Node statement cache via wrapper
25+
- Update architecture.md: component heuristic, statement cache, `closeDb` readonly, incremental/`--files` custom extensions
26+
- Update benchmark.md and golden-queries.md for enriched fixture
27+
28+
**Testing**
29+
30+
- Enrich `fixtures/minimal/` to cover all 10 indexed tables (CSS module, `@keyframes`, `@import`, non-component PascalCase export, FIXME marker)
31+
- Add 7 new golden scenarios (exports, css_variables, css_classes, css_keyframes, css_imports, markers-all-kinds, components-no-false-positives)
2532

2633
**Cleanup**
2734

0 commit comments

Comments
 (0)