Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cb3fe4d
docs: add jam intel codebase intelligence design spec
sunilp Mar 18, 2026
d367c59
docs: update jam intel spec after review — address all 13 issues
sunilp Mar 18, 2026
a32d98c
docs: add framework intelligence and mermaid export to jam intel spec
sunilp Mar 18, 2026
cabb181
docs: add jam intel implementation plan (23 tasks, TDD)
sunilp Mar 18, 2026
28f6002
feat(intel): add knowledge graph type definitions
sunilp Mar 18, 2026
dff0432
feat(intel): add IntelGraph class with traversal, search, serialization
sunilp Mar 18, 2026
5aad585
feat(intel): add AnalyzerPlugin interface, registry, and config schema
sunilp Mar 18, 2026
ff87af2
fix(intel): fix strict type errors in IntelGraph edge access
sunilp Mar 18, 2026
a44026c
feat(intel): add TypeScript/JavaScript analyzer with Express and Reac…
sunilp Mar 18, 2026
4c6aae3
feat(intel): add Python analyzer with Flask, Django, SQLAlchemy, Airf…
sunilp Mar 18, 2026
c6a6aa4
feat(intel): add COBOL analyzer with COPYBOOK, EXEC SQL/CICS, CALL de…
sunilp Mar 18, 2026
3f1ee9d
feat(intel): add SQL analyzer with dbt ref/source, CREATE TABLE, FK d…
sunilp Mar 18, 2026
ed4b703
feat(intel): add Docker/docker-compose analyzer with service topology
sunilp Mar 18, 2026
0bce386
feat(intel): add OpenAPI/Swagger analyzer with endpoint and schema ex…
sunilp Mar 18, 2026
dd16f29
feat(intel): add framework detector with profiles for Express, dbt, R…
sunilp Mar 18, 2026
8863471
feat(intel): add default analyzer registry with all v1 analyzers
sunilp Mar 18, 2026
d259dec
feat(intel): add Scanner orchestrator with incremental scan support
sunilp Mar 18, 2026
9aef209
feat(intel): add graph storage layer with JSON persistence and file l…
sunilp Mar 18, 2026
0fd15a5
feat(intel): add Mermaid generators for architecture, deps, flow, imp…
sunilp Mar 18, 2026
3c3d0d2
feat(intel): add Mermaid viewer with auto-reload HTML page
sunilp Mar 18, 2026
407a0de
feat(intel): add LLM enrichment engine with priority queue and budget…
sunilp Mar 18, 2026
797b6c7
feat(intel): add query engine with NL tool-use and offline keyword fa…
sunilp Mar 18, 2026
d36d498
feat(intel): add barrel export for intel module
sunilp Mar 18, 2026
5182f11
feat(intel): add jam intel scan, status, query, impact, diagram, expl…
sunilp Mar 18, 2026
9eb5663
test(intel): add integration tests for full scan→query→diagram pipeline
sunilp Mar 18, 2026
f947dfd
chore: add .jam/ to gitignore for intel storage
sunilp Mar 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ improvements.md
docs/superpowers/
.superpowers/

.jam/
Loading
Loading