Guides
Task-focused guides for operating ctxgrd — getting started, adopting compliance packs, keeping packs current, and gating an agent loop on a feature's done-signal.
- how-to
Adopting the GDPR and HIPAA compliance packs
Adopting the GDPR and HIPAA compliance packs Add structured linting for GDPR Art. 28/30/35 documentary artifacts and the HIPAA Security Rule BAA register to a …
- reference
CLI reference
CLI reference ctxgrd 0.46.0 – the complete public surface: commands, flags, exit codes, output formats, and rule codes. Exit-code contract The same …
- tutorial
Getting started with ctxgrd
Getting started with ctxgrd Lint your first structured-markdown record – an ADR, PRD, runbook, or any .md file with <NAMESPACE>-<number> …
- explanation
How ctxgrd decides what to lint
How ctxgrd decides what to lint ctxgrd is quiet by default – and this is on purpose. Understanding why requires understanding the single design decision …
- how-to
Keeping adopted packs current
Keeping adopted packs current Pull pack-definition changes into an already-adopted ctxgrd.toml without losing your hand edits. Background pack add writes a …
- how-to
Linting C4 architecture diagrams
Linting C4 architecture diagrams Enforce the “declare your level” convention from Simon Brown’s C4 model across every diagram doc in a …
- how-to
Polling a feature done-signal in an agent loop
Polling a feature done-signal in an agent loop Gate an agent loop on one feature’s completion – not the whole project’s – using ctxgrd …