From c238c75db2fa861e5d78e1c4f9dfa3724c0227cc Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 9 Jul 2025 16:57:20 -0700 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index d9fd7579..377403e3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -8,7 +8,7 @@ Thank you for trying out the beta of our GitHub Action! This document outlines o - **Cross-repo support** - Enable Claude to work across multiple repositories in a single session - **Ability to modify workflow files** - Let Claude update GitHub Actions workflows and other CI configuration files - **Support for workflow_dispatch and repository_dispatch events** - Dispatch Claude on events triggered via API from other workflows or from other services -- **Ability to disable commit signing** - Option to turn off GPG signing for environments where it's not required. This will enable Claude to use normal `git` bash commands for committing. This will likely become the default behavior once added. +- ~**Ability to disable commit signing**~ - Option to turn off GPG signing for environments where it's not required. This will enable Claude to use normal `git` bash commands for committing. This will likely become the default behavior once added. - **Better code review behavior** - Support inline comments on specific lines, provide higher quality reviews with more actionable feedback - **Support triggering @claude from bot users** - Allow automation and bot accounts to invoke Claude - **Customizable base prompts** - Full control over Claude's initial context with template variables like `$PR_COMMENTS`, `$PR_FILES`, etc. Users can replace our default prompt entirely while still accessing key contextual data