This repo contains scripts and configuration files for AI-assisted development of a Next.js app. These items were extracted from the Carmen project.
Ensure tools are installed and configured:
brew install jq
npm install -g linearis@latest
echo -n "Enter the Linear API token: "
read -s LINEAR_API_TOKEN
echo "LINEAR_API_TOKEN=${LINEAR_API_TOKEN}" >> ~/.zshrcYou can copy these files as is into your project's repo.
In your project's CLAUDE.md file, either include CLAUDE-AUTOMATION.md with @CLAUDE-AUTOMATION.md or paste its contents directly into CLAUDE.md.