This repo carries the cogitave org's generic defaults: if a repo does not provide its own file, the ones here are used as a fallback. Reusable workflows are called by all repos via workflow_call (DRY CI).
profile/README.md # org page (marketing landing)
CODE_OF_CONDUCT.md CONTRIBUTING.md SECURITY.md SUPPORT.md CODEOWNERS
.github/
├─ FUNDING.yml PULL_REQUEST_TEMPLATE.md
├─ ISSUE_TEMPLATE/{config,bug_report,feature_request}.yml
├─ dependabot.yml
└─ workflows/{ci,docs,security-scan,release}.yml # reusable (workflow_call)
Inherit note: CoC/CONTRIBUTING/SECURITY/SUPPORT/FUNDING/issue-PR template/profile inherit as a fallback. CODEOWNERS, dependabot, labels, workflows do NOT inherit → propagated via template repos + the "require workflows" ruleset. See [documentation/inheritance].