MANIFEST.in
README.md
pyproject.toml
setup.py
src/rfd/__init__.py
src/rfd/ai_validator.py
src/rfd/analyze.py
src/rfd/auto_handoff.py
src/rfd/build.py
src/rfd/claude_integration.py
src/rfd/cli.py
src/rfd/cli_clean.py
src/rfd/cli_enforcement.py
src/rfd/cli_prevent.py
src/rfd/cli_utils.py
src/rfd/config_manager.py
src/rfd/context_manager.py
src/rfd/database_accountability.py
src/rfd/db_utils.py
src/rfd/enforcement.py
src/rfd/feature_commands.py
src/rfd/feature_manager.py
src/rfd/init_wizard.py
src/rfd/migration.py
src/rfd/prevention.py
src/rfd/project_updater.py
src/rfd/rfd.py
src/rfd/session.py
src/rfd/spec.py
src/rfd/spec_formatter.py
src/rfd/spec_generator.py
src/rfd/speckit_integration.py
src/rfd/status_commands.py
src/rfd/template_sync.py
src/rfd/update_check.py
src/rfd/validation.py
src/rfd/workflow_engine.py
src/rfd/workflow_isolation.py
src/rfd/templates/CLAUDE.md
src/rfd/templates/PROJECT.md
src/rfd/templates/commands/rfd-analyze.md
src/rfd/templates/commands/rfd-build.md
src/rfd/templates/commands/rfd-check.md
src/rfd/templates/commands/rfd-complete.md
src/rfd/templates/commands/rfd-dashboard.md
src/rfd/templates/commands/rfd-features.md
src/rfd/templates/commands/rfd-fix.md
src/rfd/templates/commands/rfd-gaps.md
src/rfd/templates/commands/rfd-help.md
src/rfd/templates/commands/rfd-init.md
src/rfd/templates/commands/rfd-plan.md
src/rfd/templates/commands/rfd-quick-ref.md
src/rfd/templates/commands/rfd-resume.md
src/rfd/templates/commands/rfd-session.md
src/rfd/templates/commands/rfd-setup.md
src/rfd/templates/commands/rfd-spec.md
src/rfd/templates/commands/rfd-start.md
src/rfd/templates/commands/rfd-validate.md
src/rfd/templates/commands/rfd-workflow-guide.md
src/rfd/templates/commands/rfd.md
src/rfd_protocol.egg-info/PKG-INFO
src/rfd_protocol.egg-info/SOURCES.txt
src/rfd_protocol.egg-info/dependency_links.txt
src/rfd_protocol.egg-info/entry_points.txt
src/rfd_protocol.egg-info/requires.txt
src/rfd_protocol.egg-info/top_level.txt
tests/test_components.py
tests/test_drop_in.py
tests/test_enforcement.py
tests/test_integration.py
tests/test_qa_cycles.py
tests/test_real_dogfooding.py