README.md
pyproject.toml
setup.py
devhive/__init__.py
devhive/cli.py
devhive/server.py
devhive.egg-info/PKG-INFO
devhive.egg-info/SOURCES.txt
devhive.egg-info/dependency_links.txt
devhive.egg-info/entry_points.txt
devhive.egg-info/requires.txt
devhive.egg-info/top_level.txt
devhive/agents/__init__.py
devhive/agents/architect.py
devhive/agents/archivist.py
devhive/agents/auditor.py
devhive/agents/base_agent.py
devhive/agents/ceo.py
devhive/agents/developer.py
devhive/agents/explorer.py
devhive/agents/proposal.py
devhive/agents/qa.py
devhive/agents/task_agent.py
devhive/core/__init__.py
devhive/core/artifact_manager.py
devhive/core/context_router.py
devhive/core/llm.py
devhive/core/memory_store.py
devhive/core/project_state_manager.py
devhive/core/prompt_builder.py
devhive/core/task_orchestrator.py
devhive/skills/auditor/owasp_security_audit.md
devhive/skills/auditor/performance_bottlenecks.md
devhive/skills/developer/backend-architect.md
devhive/skills/developer/backend-security-coder.md
devhive/skills/explorer/edge_case_hunter.md
devhive/skills/explorer/nfr_checklist.md
devhive/skills/global/inclusive_language.md
devhive/skills/global/json_strictness.md
devhive/skills/global/security_mandates.md
devhive/utils/__init__.py
devhive/utils/filesystem.py
devhive/utils/validation.py