MANIFEST.in
README.md
pyproject.toml
agent/implementer.py
agent/orchestrator.py
agent/parallel_implementer.py
agent/planner.py
agent/reviewer.py
agent/reviewer_external.py
agent/test_generator.py
agent/verifier.py
api/ws.py
api/routes/agents.py
api/routes/analytics.py
api/routes/auth.py
api/routes/automations.py
api/routes/health.py
api/routes/keys.py
api/routes/linear.py
api/routes/marketplace.py
api/routes/pipelines.py
api/routes/prism.py
api/routes/repos.py
api/routes/skills.py
api/routes/slack.py
api/routes/tasks.py
cli/__init__.py
cli/architecture_induction.py
cli/client.py
cli/config.py
cli/git.py
cli/interactive.py
cli/local_executor.py
cli/main.py
cli/model_router.py
cli/pair.py
cli/plugin_manager.py
cli/renderer.py
cli/session_recorder.py
cli/sounds.py
cli/tdd_executor.py
cli/voice.py
cli/watcher.py
models/automation.py
models/health.py
models/pipeline.py
models/schemas.py
models/skill.py
models/task.py
models/task_metrics.py
models/user.py
nimbus_ai.egg-info/PKG-INFO
nimbus_ai.egg-info/SOURCES.txt
nimbus_ai.egg-info/dependency_links.txt
nimbus_ai.egg-info/entry_points.txt
nimbus_ai.egg-info/requires.txt
nimbus_ai.egg-info/top_level.txt
prism/__init__.py
prism/parser.py
services/agent_library.py
services/auth.py
services/automation_engine.py
services/chunker.py
services/claude_code.py
services/embedding.py
services/health_scorer.py
services/memory.py
services/pipeline_executor.py
services/rag.py
services/review_rules.py
services/skills.py
services/vector_store.py
tools/file_tools.py
tools/git_tools.py
tools/shell_tools.py