LICENSE
README.md
pyproject.toml
src/norf_harness/__init__.py
src/norf_harness/cli.py
src/norf_harness/config.py
src/norf_harness/doctor.py
src/norf_harness/e2e_evidence.py
src/norf_harness/e2e_scaffold.py
src/norf_harness/gate.py
src/norf_harness/implementation_artifact.py
src/norf_harness/models.py
src/norf_harness/pipeline.py
src/norf_harness/project_gates.py
src/norf_harness/reporting.py
src/norf_harness/run_store.py
src/norf_harness/skill_install.py
src/norf_harness/tcp_forward.py
src/norf_harness/worktree.py
src/norf_harness/providers/__init__.py
src/norf_harness/providers/base.py
src/norf_harness/providers/claude.py
src/norf_harness/providers/codex.py
src/norf_harness/providers/command.py
src/norf_harness/providers/grok.py
src/norf_harness/providers/registry.py
src/norf_harness/providers/router.py
src/norf_harness/resources/default.yaml
src/norf_harness/resources/e2e_forward_command.py
src/norf_harness/resources/skills/norn/SKILL.md
src/norf_harness/resources/skills/norn/agents/openai.yaml
src/norf_harness/resources/skills/norn/references/cli.md
src/norn_cli.egg-info/PKG-INFO
src/norn_cli.egg-info/SOURCES.txt
src/norn_cli.egg-info/dependency_links.txt
src/norn_cli.egg-info/entry_points.txt
src/norn_cli.egg-info/requires.txt
src/norn_cli.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_e2e_evidence.py
tests/test_e2e_scaffold.py
tests/test_gate.py
tests/test_pipeline.py
tests/test_project_gates.py
tests/test_providers.py
tests/test_run_store.py
tests/test_skill_install.py
tests/test_tcp_forward.py
tests/test_worktree.py