.gitignore
.releaserc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
SUPPORT.md
agent_platform_backup.tar.gz
package-lock.json
package.json
pyproject.toml
requirements.txt
version_commits.json
.cursor/rules/enforce-agents-sdk-openai.mdc
.cursor/rules/enforce-logs.mdc
.cursor/rules/enforce-refactor-file-operations.mdc
.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/auto-tag.yml
.github/workflows/lint-python.yml
.github/workflows/release.yml
.github/workflows/update-docs-index.yml
.github/workflows/update-tree.yml
docs/README.md
docs/pr/101_feature_plan.md
docs/pr/104_feature_plan.md
docs/pr/106_feature_plan.md
docs/pr/108_feature_plan.md
docs/pr/110_feature_plan.md
docs/pr/112_feature_plan.md
docs/pr/114_feature_plan.md
docs/pr/117_feature_plan.md
docs/pr/119_feature_plan.md
docs/pr/121_feature_plan.md
docs/pr/123_feature_plan.md
docs/pr/125_feature_plan.md
docs/pr/127_feature_plan.md
docs/pr/129_feature_plan.md
docs/pr/157_feature_plan.md
docs/pr/159_feature_plan.md
docs/pr/87_feature_plan.md
docs/pr/89_feature_plan.md
docs/pr/91_feature_plan.md
docs/pr/94_feature_plan.md
docs/pr/97_feature_plan.md
src/__init__.py
src/agent_flow_craft.egg-info/PKG-INFO
src/agent_flow_craft.egg-info/SOURCES.txt
src/agent_flow_craft.egg-info/dependency_links.txt
src/agent_flow_craft.egg-info/entry_points.txt
src/agent_flow_craft.egg-info/requires.txt
src/agent_flow_craft.egg-info/top_level.txt
src/apps/__init__.py
src/apps/_version.py
src/apps/agent_manager/__init__.py
src/apps/agent_manager/agents/__init__.py
src/apps/agent_manager/agents/base_agent.py
src/apps/agent_manager/agents/concept_generation_agent.py
src/apps/agent_manager/agents/context_manager.py
src/apps/agent_manager/agents/feature_concept_agent.py
src/apps/agent_manager/agents/feature_coordinator_agent.py
src/apps/agent_manager/agents/feature_creation_agent.py
src/apps/agent_manager/agents/github_integration_agent.py
src/apps/agent_manager/agents/local_agent_runner.py
src/apps/agent_manager/agents/plan_validator.py
src/apps/agent_manager/agents/refactor_agent.py
src/apps/agent_manager/agents/tdd_criteria_agent.py
src/apps/agent_manager/agents/guardrails/__init__.py
src/apps/agent_manager/agents/guardrails/out_guardrail_concept_generation_agent.py
src/apps/agent_manager/agents/guardrails/out_guardrail_tdd_criteria_agent.py
src/apps/feature_creation/start.py
src/configs/__init__.py
src/configs/agents/plan_requirements.yaml
src/core/__init__.py
src/core/core/__init__.py
src/core/core/agent_factory.py
src/core/core/logger.py
src/core/core/utils.py
src/core/settings/__init__.py
src/core/settings/agents.py
src/core/settings/common.py
src/core/utils/__init__.py
src/scripts/clean_pycache.py
src/scripts/create_feature.py
src/scripts/generate_docs_index.py
src/scripts/generate_tree.py
src/scripts/install_mcp.sh
src/scripts/mcp_agent.py
src/scripts/migration_script.py
src/scripts/run_concept_agent.py
src/scripts/run_context_manager.py
src/scripts/run_coordinator_agent.py
src/scripts/run_feature_concept_agent.py
src/scripts/run_github_agent.py
src/scripts/run_out_guardrail_concept_generation_agent.py
src/scripts/run_out_guardrail_tdd_criteria_agent.py
src/scripts/run_plan_validator.py
src/scripts/run_tdd_criteria_agent.py
src/scripts/setup_mcp_test.py
src/scripts/start_feature_agent.py
src/scripts/start_refactor_agent.py
src/scripts/uninstall_mcp.sh
src/scripts/update_imports.py
src/tests/run_coverage.py
src/tests/test_feature_concept_agent.py
src/tests/test_feature_creation_agent.py
src/tests/test_mcp_e2e.py
src/tests/agents/test_refactor_file_operations.py