---
description: "Stage-13 compliance evidence from the Claude Code surface: wraps the review attest / verify-attestations CLI verbs (src/commands/attest.js) — previously CLI-only."
argument-hint: "[verify]"
owner: RStack developed by Richardson Gunde
---

# /sdlc-attest — Contract Attestations

`$ARGUMENTS` = `verify` to check existing envelopes; empty to attest current contracts.

```bash
RSTACK_PROJECT_ROOT="$(pwd)" npx rstack-agents review attest
```

```bash
RSTACK_PROJECT_ROOT="$(pwd)" npx rstack-agents review verify-attestations
```

No SDLC logic lives here — the harness owns attestation (src/core/harness/attestations.js); this command only shells out to it.
