This repository builds the static site for the FedRAMP Consolidated Rules for 2026 preview.
Preview site: https://fedramp.gov/preview/2026
The content and implementation are under active development. Treat this repository as provisional preview material, not final FedRAMP guidance.
This is a Zensical site that combines:
- Manually maintained Markdown and assets in
content/. - Generated Markdown produced from
tools/rules/fedramp-consolidated-rules.json. - Static output built into
html/.
The machine-readable source of truth for consolidated rules, definitions, deadlines, responsibilities, and key security indicators is:
tools/rules/fedramp-consolidated-rules.json
content/: manual source content for the site.tools/: Bun scripts, templates, config, tests, and therulessubmodule.src/: generated Zensical input.html/: generated static site output.zensical.toml: site navigation and Zensical configuration.AGENTS.md: instructions for Codex, Claude Code, and other repository agents.
Run project tooling from tools/:
bun run dev
bun test
bun run check
bun run buildSee tools/README.md for the detailed pipeline, configuration, generated page mappings, and content safety notes.