LICENSE
README.md
pyproject.toml
harbor/__init__.py
harbor/test_utils.py
harbor/adapters/__init__.py
harbor/adapters/python/__init__.py
harbor/adapters/python/parser.py
harbor/cli/__init__.py
harbor/cli/main.py
harbor/core/__init__.py
harbor/core/audit.py
harbor/core/ci.py
harbor/core/context_integrity.py
harbor/core/contract_impact.py
harbor/core/contract_presence.py
harbor/core/ddt.py
harbor/core/decorator.py
harbor/core/diary.py
harbor/core/doctor.py
harbor/core/drafting.py
harbor/core/git_utils.py
harbor/core/index.py
harbor/core/init.py
harbor/core/init_prompt.py
harbor/core/init_wizard.py
harbor/core/l2.py
harbor/core/module_capsule.py
harbor/core/module_skill.py
harbor/core/project_structure.py
harbor/core/stale.py
harbor/core/storage.py
harbor/core/sync.py
harbor/core/t_decorate.py
harbor/core/utils.py
harbor/core/workspace.py
harbor/core/workspace_inspect.py
harbor/core/workspace_migrate.py
harbor/templates/__init__.py
harbor/templates/init/__init__.py
harbor/templates/init/files/AGENTS.md
harbor/templates/init/files/harbor/policy.yaml
harbor/templates/init/files/harbor/safety.yaml
harbor/templates/init/files/harbor/rules/agent-policy.md
harbor/templates/init/files/harbor/rules/contract-rules.md
harbor/templates/init/files/harbor/rules/ddt-rules.md
harbor/templates/init/files/harbor/rules/diary-rules.md
harbor/templates/init/files/harbor/rules/glossary.md
harbor/templates/init/files/harbor/rules/project-rules-guide.md
harbor/templates/init/files/harbor/rules/role-rules.md
harbor/templates/init/files/harbor/rules/runtime-safety.md
harbor/utils/__init__.py
harbor/utils/formatting.py
harbor/utils/i18n.py
harbor_spec.egg-info/PKG-INFO
harbor_spec.egg-info/SOURCES.txt
harbor_spec.egg-info/dependency_links.txt
harbor_spec.egg-info/entry_points.txt
harbor_spec.egg-info/requires.txt
harbor_spec.egg-info/top_level.txt
tests/test_adapter_basic.py
tests/test_adopted_roots.py
tests/test_audit.py
tests/test_cache_isolation_hardening.py
tests/test_checkpoint_ci.py
tests/test_ci_mode.py
tests/test_cli_config.py
tests/test_cli_decorate.py
tests/test_cli_docs_modes.py
tests/test_cli_doctor.py
tests/test_cli_finish_sync_context.py
tests/test_cli_help_and_ux.py
tests/test_cli_i18n.py
tests/test_cli_i18n_env.py
tests/test_cli_init_output.py
tests/test_cli_json_output.py
tests/test_cli_module_capsule.py
tests/test_cli_module_capsule_batch.py
tests/test_cli_module_capsule_stale.py
tests/test_cli_module_skill.py
tests/test_cli_project_structure.py
tests/test_cli_stale.py
tests/test_cli_v2.py
tests/test_cli_workspace_inspect.py
tests/test_cli_workspace_migrate.py
tests/test_config_update.py
tests/test_context_integrity.py
tests/test_contract_impact.py
tests/test_contract_presence.py
tests/test_ddt_validate.py
tests/test_ddt_version_baseline.py
tests/test_decorator_engine.py
tests/test_derive_adopted_roots.py
tests/test_diary_workspace_paths.py
tests/test_doctor.py
tests/test_drafting.py
tests/test_drafting_json_parse.py
tests/test_gitignore_prune.py
tests/test_index_builder.py
tests/test_index_builder_bad_syntax.py
tests/test_index_progress.py
tests/test_init_detector.py
tests/test_init_governance.py
tests/test_init_llm_env.py
tests/test_init_wizard.py
tests/test_initializer.py
tests/test_l2_paths.py
tests/test_lock_flags.py
tests/test_lock_register_adopted.py
tests/test_min_count_one.py
tests/test_module_capsule.py
tests/test_module_capsule_stale.py
tests/test_module_skill.py
tests/test_project_structure.py
tests/test_release_packaging.py
tests/test_semantic_audit_contract_gap.py
tests/test_stale.py
tests/test_sync_engine.py
tests/test_utils_format.py
tests/test_windows_abs_path_prefix.py
tests/test_workspace_gitignore_policy.py
tests/test_workspace_i18n.py
tests/test_workspace_inspect.py
tests/test_workspace_migrate.py
tests/test_workspace_paths.py