Commit 8c7064a
authored
feat(index): callback dispatch synthesis (#164)
* feat(index): callback dispatch synthesis tracer (SCHEMA 37)
Add calls.provenance and optional JSX parent→child heuristic edges via
synthesis.heuristicCalls (default off). Filter call-path to ast-only;
ship calls-including-heuristic recipe.
* fix(index): Moat-A provenance filters and resolve ordering
Purge heuristic calls before resolveCalls; filter ast-only rows in resolver,
impact/trace, and default recipes. Golden coverage for calls-including-heuristic.
* fix(index): extend Moat-A to deletions-only and verdict recipes
Shared runCallResolveAndSynthesis for index + run-index deletions path;
filter heuristic calls in untested-and-dead and components-touching-deprecated.
* fix(pr-164): close review gaps — import-aware synthesis, docs, tests
Tie JSX child edges to same-file or import resolved_path; global heuristic
purge when synthesis off; minimal jsx-synthesis bench + integration tests;
consumer docs, example config, golden refresh.
* docs: fix last PR-164 review nits (MCP refs, plan default, calls-consumer SQL)
* docs: retire callback-dispatch-synthesis plan after JSX tracer
Delete shipped plan; roadmap marks #164 done. EventEmitter/setState heuristics
explicitly out of scope for now. PR title lesson in .agents/lessons.md.1 parent 6e50d77 commit 8c7064a
60 files changed
Lines changed: 913 additions & 179 deletions
File tree
- .agents
- .changeset
- docs
- plans
- fixtures
- golden
- minimal
- minimal/src/bench/jsx-synthesis
- src
- application
- templates
- agent-content
- rule
- skill
- recipes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
0 commit comments