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 →
WEBSITE REPOSITORY
INTEGRAL / SITE
This website is open source. Corrections, improvements, and new content contributions are welcome through the same issue and pull request process.
Open on GitHub →
Issue Templates
ARCHITECTURAL CRITIQUE
Identify a flaw, gap, or contradiction in the white paper architecture.
Use template
REVISION PROPOSAL
Propose a specific change to the white paper, development guide, or specifications.
Use template
ARCHITECTURE PROPOSAL
Propose a new architectural decision or a change to the module set.
Use template
BUG REPORT
Report an issue with the website, documentation, or any project tooling.
Use template
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/