Profiles

Three adoption profiles share one repository and one version stream. Pick the profile that matches your context.

The lists below are the canonical, machine-readable source of truth. The Profile-Completeness CI check parses the fenced text blocks and asserts every path exists. No wildcards, no glob expansion — paths are listed explicitly.

See standard.md for the conceptual definition and adoption.md for adoption steps.

Overview

PathOSSAINotes
README.mdProject entry point.
LICENSEMIT in this reference; choose what fits your project.
CONTRIBUTING.mdIncludes the Versioning policy.
CODE_OF_CONDUCT.md
SECURITY.md
SUPPORT.mdIssues vs Discussions guidance (added in v0.2.0).
ROADMAP.md
CHANGELOG.mdKeep a Changelog format.
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/pull_request_template.md
.github/workflows/ci.ymlStructural and lint checks.
docs/open-source-project-standard.md
docs/git-workflow.md
docs/branch-protection.md
docs/getting-started.md
docs/index.mdDoc index.
docs/standard.mdThe standard itself.
docs/profiles.mdThis file.
docs/adoption.mdAdoption guide.
docs/security-baseline.mdMinimum security posture (added in v0.2.0).
AGENTS.mdSource of truth for AI tools.
CLAUDE.mdPointer to AGENTS.md.
.github/copilot-instructions.mdPointer to AGENTS.md.
.cursor/rules/00-project.mdcPointer to AGENTS.md (added in v0.2.0).
.ai/**Operational workspace (see AI-only list below).
docs/ai-workspace-layer.md
docs/practical-ai-collaboration.md
docs/ai-tools.mdMulti-AI conventions (added in v0.2.0).

OSS-only profile

README.md
LICENSE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
SUPPORT.md
ROADMAP.md
CHANGELOG.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/pull_request_template.md
.github/workflows/ci.yml
docs/open-source-project-standard.md
docs/git-workflow.md
docs/branch-protection.md
docs/getting-started.md
docs/index.md
docs/standard.md
docs/profiles.md
docs/adoption.md
docs/security-baseline.md

AI-only profile

README.md
AGENTS.md
CLAUDE.md
.github/copilot-instructions.md
.cursor/rules/00-project.mdc
.ai/index.md
.ai/project-brief.md
.ai/state.md
.ai/routing.md
.ai/rules.md
.ai/tasks.md
.ai/progress.md
.ai/decisions.md
.ai/quality-gates.md
.ai/secure-development.md
.ai/risks.md
.ai/errors.md
.ai/loops.md
.ai/setup-interview.md
.ai/domains/architecture.md
.ai/domains/coding.md
.ai/domains/documentation.md
.ai/domains/release.md
.ai/domains/testing.md
docs/index.md
docs/standard.md
docs/profiles.md
docs/adoption.md
docs/security-baseline.md
docs/ai-workspace-layer.md
docs/practical-ai-collaboration.md
docs/ai-tools.md

Combined profile

The combined profile is the union of OSS-only and AI-only.

README.md
LICENSE
CONTRIBUTING.md
CODE_OF_CONDUCT.md
SECURITY.md
SUPPORT.md
ROADMAP.md
CHANGELOG.md
AGENTS.md
CLAUDE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/pull_request_template.md
.github/workflows/ci.yml
.github/copilot-instructions.md
.cursor/rules/00-project.mdc
.ai/index.md
.ai/project-brief.md
.ai/state.md
.ai/routing.md
.ai/rules.md
.ai/tasks.md
.ai/progress.md
.ai/decisions.md
.ai/quality-gates.md
.ai/secure-development.md
.ai/risks.md
.ai/errors.md
.ai/loops.md
.ai/setup-interview.md
.ai/domains/architecture.md
.ai/domains/coding.md
.ai/domains/documentation.md
.ai/domains/release.md
.ai/domains/testing.md
docs/open-source-project-standard.md
docs/git-workflow.md
docs/branch-protection.md
docs/getting-started.md
docs/index.md
docs/standard.md
docs/profiles.md
docs/adoption.md
docs/security-baseline.md
docs/ai-workspace-layer.md
docs/practical-ai-collaboration.md
docs/ai-tools.md

Files added during v0.2.0

Some paths above (docs/standard.md, docs/profiles.md, docs/adoption.md, docs/ai-tools.md, .cursor/rules/00-project.mdc) are introduced during the v0.2.0 release. The Profile-Completeness check is enabled only after every listed path exists on main.


Source: docs/profiles.md — edits land here on the next deploy.