Files
git.stella-ops.org/docs/airgap
master 8779e9226f feat: add stella-callgraph-node for JavaScript/TypeScript call graph extraction
- Implemented a new tool `stella-callgraph-node` that extracts call graphs from JavaScript/TypeScript projects using Babel AST.
- Added command-line interface with options for JSON output and help.
- Included functionality to analyze project structure, detect functions, and build call graphs.
- Created a package.json file for dependency management.

feat: introduce stella-callgraph-python for Python call graph extraction

- Developed `stella-callgraph-python` to extract call graphs from Python projects using AST analysis.
- Implemented command-line interface with options for JSON output and verbose logging.
- Added framework detection to identify popular web frameworks and their entry points.
- Created an AST analyzer to traverse Python code and extract function definitions and calls.
- Included requirements.txt for project dependencies.

chore: add framework detection for Python projects

- Implemented framework detection logic to identify frameworks like Flask, FastAPI, Django, and others based on project files and import patterns.
- Enhanced the AST analyzer to recognize entry points based on decorators and function definitions.
2025-12-19 18:11:59 +02:00
..
up
2025-12-01 21:16:22 +02:00
2025-11-21 06:56:36 +00:00
up
2025-11-24 07:52:25 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-12-11 08:20:15 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-11-28 19:23:54 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-12-14 23:20:14 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-11-28 00:45:16 +02:00
up
2025-11-24 07:52:25 +02:00
2025-11-21 06:56:36 +00:00
2025-12-11 02:32:18 +02:00
up
2025-11-27 07:46:56 +02:00
up
2025-11-24 07:52:25 +02:00
up
2025-12-14 15:50:38 +02:00
2025-11-23 14:54:17 +02:00
2025-11-23 14:54:17 +02:00
2025-11-23 14:54:17 +02:00
2025-11-23 16:57:18 +02:00
2025-11-21 06:56:36 +00:00
up
2025-11-27 23:45:09 +02:00
up
2025-11-27 23:45:09 +02:00

AirGap Docs Index

  • Time anchors & staleness: time-anchor-scaffold.md, staleness-and-time.md, time-config-sample.json, time-api.md, time-anchor-verification-gap.md.
  • Importer scaffolds: importer-scaffold.md, bundle-repositories.md.
  • Controller/diagnostics: controller-scaffold.md, sealed-startup-diagnostics.md.
  • Portable evidence flows: portable-evidence.md.

Use these as the front door for AirGap module work; update alongside code changes.