Metadata-Version: 2.4
Name: dacip
Version: 0.1.0
Summary: DACIP — the deterministic PR gate that proves it. Free on public repos; zero-install trial launcher.
Project-URL: Homepage, https://dacip.dev
Project-URL: Documentation, https://dacip.dev
Project-URL: Changelog, https://dacip.dev/changelog
Author-email: Spectral Automata <hello@dacip.dev>
License: MIT
Keywords: api-contracts,code-review,deterministic,pr-gate,static-analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# DACIP

**The deterministic PR gate that proves it.** DACIP reads both sides of your
pull request from source — backend routes and the frontend calls that target
them — and reports the exact call site a change breaks, with a runnable repro
that fails until you fix it. No LLM in the pipeline: same commits in,
byte-identical verdict out.

## Try it in one command

```sh
uvx dacip scan            # inside any public GitHub repo clone
# or: pipx run dacip scan
```

- **Public repos: free forever, fully offline** after the first download.
- **Private repos:** `dacip login` gives you one private repo free (GitHub
  device sign-in; we receive your username and an anonymous repo fingerprint —
  never your code, file names, or findings).

This package is a small MIT launcher that downloads the DACIP engine binary
for your platform (macOS arm64, Linux x86_64), verifies its SHA256, and runs
it. The engine itself is proprietary — see https://dacip.dev/terms.

## Proof, not promises

Validated cold against 9 major OSS repos (sentry, zulip, posthog, superset,
redash, …) with zero false positives and three real bugs found and disclosed
upstream. Live evidence: https://dacip.dev/proof

## Links

- Site & docs: https://dacip.dev
- GitHub App (PR gating in CI): https://dacip.dev#pricing
- Contact: hello@dacip.dev
