LICENSE
README.md
pyproject.toml
src/runmark/__init__.py
src/runmark/__main__.py
src/runmark/py.typed
src/runmark.egg-info/PKG-INFO
src/runmark.egg-info/SOURCES.txt
src/runmark.egg-info/dependency_links.txt
src/runmark.egg-info/entry_points.txt
src/runmark.egg-info/requires.txt
src/runmark.egg-info/top_level.txt
src/runmark/cli/__init__.py
src/runmark/cli/app.py
src/runmark/cli/commands/__init__.py
src/runmark/cli/commands/check.py
src/runmark/cli/commands/contract.py
src/runmark/cli/commands/diff.py
src/runmark/cli/commands/doctor.py
src/runmark/cli/commands/history.py
src/runmark/cli/commands/init.py
src/runmark/cli/commands/scan.py
src/runmark/cli/commands/share.py
src/runmark/cli/commands/snapshot.py
src/runmark/cli/commands/verify.py
src/runmark/cli/commands/version.py
src/runmark/contracts/__init__.py
src/runmark/contracts/canonicalizer.py
src/runmark/contracts/diff.py
src/runmark/contracts/discovery.py
src/runmark/contracts/evaluator.py
src/runmark/contracts/evidence.py
src/runmark/contracts/generator.py
src/runmark/contracts/parser.py
src/runmark/contracts/security.py
src/runmark/contracts/validator.py
src/runmark/contracts/version_constraints.py
src/runmark/core/__init__.py
src/runmark/core/contract_check.py
src/runmark/core/contract_diff.py
src/runmark/core/contract_init.py
src/runmark/core/diff.py
src/runmark/core/doctor.py
src/runmark/core/reporter.py
src/runmark/core/scanner.py
src/runmark/core/snapshot.py
src/runmark/core/verifier.py
src/runmark/detectors/__init__.py
src/runmark/detectors/base.py
src/runmark/detectors/registry.py
src/runmark/detectors/containers/__init__.py
src/runmark/detectors/containers/compose.py
src/runmark/detectors/dependencies/__init__.py
src/runmark/detectors/dependencies/node.py
src/runmark/detectors/dependencies/python.py
src/runmark/detectors/environment/__init__.py
src/runmark/detectors/environment/env.py
src/runmark/detectors/git/__init__.py
src/runmark/detectors/git/git.py
src/runmark/detectors/network/__init__.py
src/runmark/detectors/network/ports.py
src/runmark/detectors/project/__init__.py
src/runmark/detectors/project/docker.py
src/runmark/detectors/project/node.py
src/runmark/detectors/project/python.py
src/runmark/detectors/runtimes/__init__.py
src/runmark/detectors/runtimes/docker.py
src/runmark/detectors/runtimes/git.py
src/runmark/detectors/runtimes/node.py
src/runmark/detectors/runtimes/python.py
src/runmark/detectors/services/__init__.py
src/runmark/detectors/services/postgres.py
src/runmark/detectors/services/redis.py
src/runmark/detectors/system/__init__.py
src/runmark/detectors/system/system.py
src/runmark/models/__init__.py
src/runmark/models/common.py
src/runmark/models/container.py
src/runmark/models/contract.py
src/runmark/models/contract_result.py
src/runmark/models/dependency.py
src/runmark/models/diagnostic.py
src/runmark/models/environment.py
src/runmark/models/git.py
src/runmark/models/network.py
src/runmark/models/project.py
src/runmark/models/runmark.py
src/runmark/models/runtime.py
src/runmark/models/service.py
src/runmark/models/system.py
src/runmark/output/__init__.py
src/runmark/output/contract.py
src/runmark/output/json.py
src/runmark/output/markdown.py
src/runmark/output/tables.py
src/runmark/output/terminal.py
src/runmark/schemas/__init__.py
src/runmark/schemas/contract-v1.json
src/runmark/schemas/runmark-v1.json
src/runmark/security/__init__.py
src/runmark/security/contract_sanitizer.py
src/runmark/security/export_sanitizer.py
src/runmark/security/redactor.py
src/runmark/security/sanitizer.py
src/runmark/security/secret_patterns.py
src/runmark/storage/__init__.py
src/runmark/storage/filesystem.py
src/runmark/storage/paths.py
src/runmark/utils/__init__.py
src/runmark/utils/commands.py
src/runmark/utils/hashing.py
src/runmark/utils/platform.py