LICENSE
README.md
pyproject.toml
src/stellars_claude_code_plugins/__init__.py
src/stellars_claude_code_plugins/config.py
src/stellars_claude_code_plugins/config_document_processing.yaml
src/stellars_claude_code_plugins.egg-info/PKG-INFO
src/stellars_claude_code_plugins.egg-info/SOURCES.txt
src/stellars_claude_code_plugins.egg-info/dependency_links.txt
src/stellars_claude_code_plugins.egg-info/entry_points.txt
src/stellars_claude_code_plugins.egg-info/requires.txt
src/stellars_claude_code_plugins.egg-info/top_level.txt
src/stellars_claude_code_plugins/autobuild/__init__.py
src/stellars_claude_code_plugins/autobuild/fsm.py
src/stellars_claude_code_plugins/autobuild/model.py
src/stellars_claude_code_plugins/autobuild/orchestrator.py
src/stellars_claude_code_plugins/autobuild/resources/app.yaml
src/stellars_claude_code_plugins/autobuild/resources/phases.yaml
src/stellars_claude_code_plugins/autobuild/resources/workflow.yaml
src/stellars_claude_code_plugins/document_processing/__init__.py
src/stellars_claude_code_plugins/document_processing/calibration.py
src/stellars_claude_code_plugins/document_processing/chunking.py
src/stellars_claude_code_plugins/document_processing/cli.py
src/stellars_claude_code_plugins/document_processing/consistency.py
src/stellars_claude_code_plugins/document_processing/entity_check.py
src/stellars_claude_code_plugins/document_processing/extract.py
src/stellars_claude_code_plugins/document_processing/extractors.py
src/stellars_claude_code_plugins/document_processing/grounding.py
src/stellars_claude_code_plugins/document_processing/nli.py
src/stellars_claude_code_plugins/document_processing/ocr.py
src/stellars_claude_code_plugins/document_processing/semantic.py
src/stellars_claude_code_plugins/document_processing/settings.py
src/stellars_claude_code_plugins/document_processing/validate_many.py
src/stellars_claude_code_plugins/journal/__init__.py
src/stellars_claude_code_plugins/journal/journal_tools.py
src/stellars_claude_code_plugins/journal/prompts/standardize.yaml
src/stellars_claude_code_plugins/svg_tools/__init__.py
src/stellars_claude_code_plugins/svg_tools/_svg_paths.py
src/stellars_claude_code_plugins/svg_tools/_warning_gate.py
src/stellars_claude_code_plugins/svg_tools/calc_boolean.py
src/stellars_claude_code_plugins/svg_tools/calc_connector.py
src/stellars_claude_code_plugins/svg_tools/calc_empty_space.py
src/stellars_claude_code_plugins/svg_tools/calc_geometry.py
src/stellars_claude_code_plugins/svg_tools/calc_primitives.py
src/stellars_claude_code_plugins/svg_tools/charts.py
src/stellars_claude_code_plugins/svg_tools/check_alignment.py
src/stellars_claude_code_plugins/svg_tools/check_collisions.py
src/stellars_claude_code_plugins/svg_tools/check_connectors.py
src/stellars_claude_code_plugins/svg_tools/check_contrast.py
src/stellars_claude_code_plugins/svg_tools/check_css.py
src/stellars_claude_code_plugins/svg_tools/check_overlaps.py
src/stellars_claude_code_plugins/svg_tools/check_svg_valid.py
src/stellars_claude_code_plugins/svg_tools/cli.py
src/stellars_claude_code_plugins/svg_tools/custom_icons.py
src/stellars_claude_code_plugins/svg_tools/drawio_shapes.py
src/stellars_claude_code_plugins/svg_tools/finalize.py
src/stellars_claude_code_plugins/svg_tools/gen_backgrounds.py
src/stellars_claude_code_plugins/svg_tools/manifest.py
src/stellars_claude_code_plugins/svg_tools/place_icon.py
src/stellars_claude_code_plugins/svg_tools/propose_callouts.py
src/stellars_claude_code_plugins/svg_tools/render_png.py
src/stellars_claude_code_plugins/svg_tools/text_to_path.py
tests/test_calibration.py
tests/test_calibration_cli.py
tests/test_ci_imports.py
tests/test_claude_cassette_realism.py
tests/test_config.py
tests/test_document_processing.py
tests/test_fsm.py
tests/test_journal_tools.py
tests/test_model.py
tests/test_orchestrator.py
tests/test_svg_tools.py