Community

GITHUB
REPOSITORY

The public record of every decision, issue, and contribution

The GitHub repository is the canonical record of the Integral project. Every architectural decision, every open problem, every pull request, every critique — all of it lives here in public.

PRIMARY REPOSITORY
INTEGRAL / INTEGRAL
White paper, development guide, technical specifications, architectural decision records, and issue tracker. The source of truth for all project decisions.
Open on GitHub →
Issue Templates
ARCHITECTURAL CRITIQUE
Identify a flaw, gap, or contradiction in the white paper architecture.
REVISION PROPOSAL
Propose a specific change to the white paper, development guide, or specifications.
ARCHITECTURE PROPOSAL
Propose a new architectural decision or a change to the module set.
BUG REPORT
Report an issue with the website, documentation, or any project tooling.
github // contribution.workflow
// All work begins with an issue.
// Feature branches from develop.
// Pull requests require cross-system review for shared/ changes.
// Discord for coordination. GitHub for decisions.

branch_naming:feature/cds-issue-capture-module
commit_style:conventional commits
decisions_live_in:docs/architecture/decisions/