projscan 0.17.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -231,7 +231,7 @@ Cache version bumped 2 → 3 in 0.11 (CC stored per file). Existing v2 caches ar
231
231
 
232
232
  ## Performance
233
233
 
234
- Reference numbers from `npm run bench` on an Apple M3 Pro running Node 25 (cold / warm cache, milliseconds). These are the 0.17 numbers and form the baseline 1.0 will commit to:
234
+ Reference numbers from `npm run bench` on an Apple M3 Pro running Node 25 (cold / warm cache, milliseconds). These are the 1.0 reference numbers:
235
235
 
236
236
  | Repo | Files | analyze | doctor | hotspots | coupling | search |
237
237
  |------|-------|---------|--------|----------|----------|--------|
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "projscan",
3
- "version": "0.17.0",
3
+ "version": "1.0.0",
4
4
  "mcpProtocolVersion": "2025-03-26",
5
- "generatedAt": "2026-05-02T16:07:11.796Z",
5
+ "generatedAt": "2026-05-04T15:48:46.404Z",
6
6
  "toolCount": 20,
7
7
  "tools": [
8
8
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "projscan",
3
- "version": "0.17.0",
3
+ "version": "1.0.0",
4
4
  "description": "Agent-first code intelligence. MCP server (2025-03-26) with AST parsing for JavaScript, TypeScript, Python, Go, Java, and Ruby; code graph, file + per-function AST cyclomatic complexity, per-function fan-in, coupling + cycle detection, structural PR diff, one-call PR review (projscan_review), rule-driven fix suggestions (projscan_fix_suggest, projscan_explain_issue) closing the diagnose-fix loop, transitive blast-radius analysis (projscan_impact for files and symbols), per-function semantic search chunks (sub-file embeddings), monorepo workspace awareness with cross-package import policy + per-package dependencies / outdated / audit, BM25 + optional semantic search, cursor pagination, progress notifications, context-budgeted output, and a stable-surface CI guard. CLI on the side.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",