# Linear integration with custom team # Requires LINEAR_API_KEY environment variable $schema: https://raw.githubusercontent.com/ComposioHQ/agent-orchestrator/main/schema/config.schema.json projects: my-app: repo: owner/my-app path: ~/my-app defaultBranch: main # Linear tracker integration tracker: plugin: linear teamId: "2a6e9b1b-19cd-4e30-b5bd-7b34dc491c7e" # Custom rules for agents agentRules: | Always link Linear tickets in commit messages. Run tests before pushing. Use conventional commits (feat:, fix:, chore:).