Remove Amend Restriction from av-cli Skill#28
Draft
tulioz wants to merge 1 commit into
Draft
Conversation
Add a new critical rule to **av-cli/skills/av-cli/SKILL.md** immediately after the existing `--no-edit` rule (after line 44). The new rule should make clear that, in contrast to general Git practice, amending is the correct default in av workflows because `av commit --amend` auto-restacks children. - In the **Critical Rules** section of SKILL.md, add after the `NEVER pass --no-edit` rule: `**`av commit --amend` is the standard approach** for updating an existing commit in a stack. Unlike general Git workflows that prefer new commits, amending is correct and expected here — av automatically restacks child branches. Prefer `av commit --amend` when updating existing work; use a new commit only for genuinely separate, additive changes.`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was created automatically by Aviator Runbooks.
Runbook URL: https://app.aviator.co/r/643
Executed by: @tulioz
💡 Revise with Runbooks
Use
/aviator reviseto address the feedback provided on this PR:As a PR comment:
/aviator revise- Process all unresolved review comments on the PR/aviator revise [instructions]- Process any unresolved comments and handle additional instructions.As a review comment:
/aviator revise [instructions]to an existing review comment to address that specific thread/aviator revise [instructions]as a review comment to have Runbooks revise that code section based on given instructions.CI Failures:
/aviator revise --ci [instructions]- Review the CI failures and attempt to fix them, optionally providing additional context.Read the complete guide with examples
This PR is being generated automatically. Additional commits will be added as steps complete.
Steps
Included in this PR
View all Runbook steps (1 of 1 complete)