Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,22 +260,11 @@ pip install -e ".[dev]"
## Verify claims (experimental)

DevTime is growing into a verification layer: ask whether a statement about the
repository is actually supported.
repository is actually supported. Watch a claim live through its whole life -
supported, contradicted by a stub, restored, and stale after the evidence
changes:

```bash
dtc verify billing-webhook-signature
```

```
Billing Webhook Signature Verification
Claim: Incoming billing webhooks verify the payment provider's signature.
Status: CONTRADICTED

Contradictions:
- The billing webhook endpoint cannot verify signatures because it is a disabled stub.
claimed: apps/web/pages/api/stripe/webhook.ts is named and routed as a billing webhook endpoint.
observed: The handler's only behavior is a 404/501 response.
```
![dtc verify demo - a claim goes from SUPPORTED to CONTRADICTED to STALE](assets/devtime-verify-demo.svg)

Statuses are SUPPORTED, WEAK, CONTRADICTED, or UNKNOWN; contradictions always
show both sides; changed evidence marks a claim STALE. Two built-in claims ship
Expand Down
55 changes: 55 additions & 0 deletions assets/devtime-verify-demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading