# hanarang-rails sample configuration. # Copy to rails.config.yaml and tune for your environment. pipeline: stages: - plan - implement - review - deploy agents: plan: role: plan displayName: Planner transport: mock # or discord, local channelId: "" # discord channel id for this agent timeoutMs: 30000 implement: role: implement displayName: Generator transport: mock channelId: "" timeoutMs: 60000 review: role: review displayName: Evaluator transport: mock channelId: "" timeoutMs: 30000 deploy: role: deploy displayName: Deploy transport: mock channelId: "" timeoutMs: 30000 discord: enabled: false railsToken: ${RAILS_DISCORD_TOKEN} guildId: ${DISCORD_GUILD_ID} pipelineChannelId: ${DISCORD_PIPELINE_CHANNEL_ID}