<!-- RDLC Wizard Version: 0.1.0 -->
<!-- Setup Date: 2026-05-11 -->
<!-- Completed Steps: codex-adapter-bootstrap -->
<!-- Domain: research -->

# RDLC Configuration

This repository builds the Codex adapter for RDLC. Consumer repos receive their own generated `RDLC.md`; this file records the canonical research contract the adapter ships.

## Enforcement

- Source-at-first-mention for substantive claims.
- Confidence labels on claims: `VERIFIED`, `SUPPORTED`, `INFERRED`, `UNVERIFIED`, or project-specific `GAP`.
- Slop scan before commit.
- Audience firewall for generated deliverables.
- Fact regression tests for every defect found by review.
- Codex-native review for high-stakes changes.

## Commands

Consumer repos generated by this wizard use:

```bash
bash scripts/slop_scan.sh
bash scripts/regression_test.sh
```

For this wizard repo, run the package test suite and adapter tests before release.

## Lessons Learned

- Codex RDLC is a sibling adapter, not an install of `codex-sdlc-wizard` inside an RDLC repo.
