Skip to content

chore: sync v8.3 from main to develop#186

Merged
SimplyLiz merged 1 commit intodevelopfrom
main
Mar 27, 2026
Merged

chore: sync v8.3 from main to develop#186
SimplyLiz merged 1 commit intodevelopfrom
main

Conversation

@SimplyLiz
Copy link
Copy Markdown
Owner

Sync v8.3.0 changes that were merged directly to main back into develop.

This includes:

  • Compliance audit (20 frameworks, 131 checks)
  • MCP tools (listSymbols, getSymbolGraph, auditCompliance)
  • Bug-pattern FP fixes (42→0)
  • searchSymbols enrichment (lines, complexity, server-side filtering)
  • Daemon API implementations
  • 46 new tests
  • Wiki documentation updates

## v8.3.0 Release

### Compliance Audit
- 20 regulatory frameworks, 131 checks, cross-framework mapping
- `--recommend` flag for auto-detecting applicable frameworks
- `auditCompliance` MCP tool
- Score: 48→97/100 after dogfood (FP reduction from 11,356→1 finding)

### MCP Tools
- `listSymbols` — bulk symbol listing with complexity metrics
- `getSymbolGraph` — batch call graph with complexity per node
- `searchSymbols` — now returns lines/cyclomatic/cognitive + server-side filtering (minLines, minComplexity, excludePatterns)
- `batchGet` — `includeCounts` for reference/caller/callee counts
- FTS empty-query bug fix + MCP warmup cache poisoning fix

### Bug-Pattern FP Fixes (42→0)
- FindNodesSkipping for closure-aware AST analysis
- singleReturnNew/noErrorMethods allowlists
- Scope-aware shadowed-err detection

### Other
- 46 new tests, comprehensive generated file detection
- Daemon API endpoints implemented (7 stubs→real)
- Query engine stubs implemented (ownership, hotspot, responsibility refresh)
- Wiki documentation updated across 14 pages
- Flutter l10n coupling FP fix (#185)
@SimplyLiz SimplyLiz merged commit ad50f70 into develop Mar 27, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant