LICENSE
README.md
pyproject.toml
src/lazarus/__init__.py
src/lazarus/__main__.py
src/lazarus/skills.md
src/lazarus/core/__init__.py
src/lazarus/core/config.py
src/lazarus/core/memory.py
src/lazarus/engine/__init__.py
src/lazarus/engine/assembler.py
src/lazarus/engine/blueprint_engine.py
src/lazarus/engine/blueprint_runner.py
src/lazarus/engine/blueprint_stages.py
src/lazarus/engine/blueprint_store.py
src/lazarus/engine/blueprint_units.py
src/lazarus/engine/blueprint_validate.py
src/lazarus/engine/compiler_engine.py
src/lazarus/engine/compiler_runner.py
src/lazarus/engine/editor.py
src/lazarus/engine/gates_vocabulary.py
src/lazarus/engine/intake.py
src/lazarus/engine/isa.py
src/lazarus/engine/lib.py
src/lazarus/engine/paths.py
src/lazarus/engine/proposal_engine.py
src/lazarus/engine/proposal_runner.py
src/lazarus/engine/reference_rom.py
src/lazarus/engine/test_runner.py
src/lazarus/engine/json/blueprint_blank.json
src/lazarus/engine/json/program_blank.json
src/lazarus/engine/json/proposal_blank.json
src/lazarus/engine/profiles/__init__.py
src/lazarus/engine/profiles/flask_react_sqlite.py
src/lazarus/modules/__init__.py
src/lazarus/modules/executor.py
src/lazarus/modules/jobs.py
src/lazarus/modules/projects.py
src/lazarus/modules/repair.py
src/lazarus/modules/runtime.py
src/lazarus/modules/session.py
src/lazarus/modules/toolchain.py
src/lazarus/web/__init__.py
src/lazarus/web/app.py
src/lazarus/web/static/fonts/JetBrainsMono-Variable.woff2
src/lazarus/web/static/fonts/README.md
src/lazarus/web/static/fonts/SpaceGrotesk-Variable.ttf
src/lazarus/web/static/fonts/Vazirmatn-Variable.ttf
src/lazarus/web/static/fonts/fonts.css
src/lazarus/web/templates/admin.html
src/lazarus/web/templates/api_settings.html
src/lazarus/web/templates/base.html
src/lazarus/web/templates/chat.html
src/lazarus/web/templates/error.html
src/lazarus/web/templates/index.html
src/lazarus/web/templates/login.html
src/lazarus/web/templates/settings.html
src/lazarus/web/templates/setup.html
src/lazarus/web/templates/user.html
src/lazarus_cms.egg-info/PKG-INFO
src/lazarus_cms.egg-info/SOURCES.txt
src/lazarus_cms.egg-info/dependency_links.txt
src/lazarus_cms.egg-info/entry_points.txt
src/lazarus_cms.egg-info/requires.txt
src/lazarus_cms.egg-info/top_level.txt
tests/test_artifacts.py
tests/test_ask_ai.py
tests/test_blueprint_split.py
tests/test_brief_guarantees.py
tests/test_budget_gates.py
tests/test_cleanup.py
tests/test_config.py
tests/test_editor.py
tests/test_engine_selftest.py
tests/test_executor.py
tests/test_executor_gates.py
tests/test_extract.py
tests/test_fonts.py
tests/test_gate_vocabulary.py
tests/test_isa_contract.py
tests/test_match_transparency.py
tests/test_memory.py
tests/test_migration.py
tests/test_program_determinism.py
tests/test_proposal_gates.py
tests/test_runner_hygiene.py
tests/test_runtime_repair.py
tests/test_session.py
tests/test_shared_tools.py
tests/test_stop_signal.py
tests/test_web.py
tests/test_web_security.py