Organization-level configuration for the polyphon-ai GitHub organization.
profile/README.md— Organization profile displayed on the GitHub org pageCLAUDE.md— Workspace-level context for Claude Code
CLAUDE.md describes the relationships between the projects in this organization so that Claude Code has full cross-project context when working in the workspace.
It is intended to be loaded from the parent directory that contains all sibling repos. Claude Code loads CLAUDE.md files hierarchically, so placing it (or a symlink to it) one level above the project directories makes it available across all of them.
After cloning this repo alongside the other polyphon-ai repos, create a symlink in the parent directory:
# From the directory that contains polyphon/, obsidian-polyphon/, polyphon-ai.github.io/, and .github/
ln -s .github/CLAUDE.md CLAUDE.mdExpected layout:
polyphon-ai/
.github/ ← this repo
CLAUDE.md ← real file
profile/
CLAUDE.md ← symlink → .github/CLAUDE.md
polyphon/
obsidian-polyphon/
polyphon-ai.github.io/