Shared Claude AI configuration for Screenly Edge App repositories.
Add this repo as a git submodule in your Edge App repository:
git submodule add https://github.com/Screenly/edge-apps-claude-config .claudeWhen cloning a repo that uses this submodule:
gh repo clone Screenly/<repo-name> -- --recurse-submodulesTo update the submodule to the latest version:
git submodule update --remote .claudeIf you cloned the repo without the flag, initialize and populate the submodule manually:
git submodule update --init .claude