This file provides guidance to Claude Code when working in this repository.
This is the diogenes-project/.github profile repository. It holds
org-level default configuration for the diogenes-project GitHub
organization: the org profile README, default community health files
(issue templates, PR template, CONTRIBUTING.md, SECURITY.md,
CODE_OF_CONDUCT.md, SUPPORT.md), and the repo's own CI workflow.
This is a documentation-only repository. There is no application code, no Python package, no build artifacts.
vrg-docker-run -- uv run vrg-validateThis runs common checks only (markdownlint, yamllint, shellcheck,
actionlint). There are no language-specific checks because
primary-language = "none" in vergil.toml.
Use vrg-commit for all commits. Raw git commit is blocked by the
pre-commit hook.
Use vrg-submit-pr for all pull requests.
profile/README.md— org profile page (public-facing, renders on the GitHub org landing page)ISSUE_TEMPLATE/— default issue templates inherited by all repospull_request_template.md— default PR template inherited by all reposCONTRIBUTING.md,SECURITY.md,CODE_OF_CONDUCT.md,SUPPORT.md— community health files inherited by repos without their own copies.github/workflows/ci.yml— CI for this repo (the nested.github/is correct — this repo's own workflows live in its own.github/directory)README.md— describes what this repo is (not the org profile)
GitHub's .github repo provides org-level defaults:
- Standalone files (CONTRIBUTING, SECURITY, etc.) inherit per-file
- Template directories (ISSUE_TEMPLATE/) inherit per-directory (all-or-nothing)
- LICENSE files do not inherit — each repo must have its own