Skip to content

Remove Amend Restriction from av-cli Skill#28

Draft
tulioz wants to merge 1 commit into
masterfrom
av/rb-643-1-5964
Draft

Remove Amend Restriction from av-cli Skill#28
tulioz wants to merge 1 commit into
masterfrom
av/rb-643-1-5964

Conversation

@tulioz

@tulioz tulioz commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR was created automatically by Aviator Runbooks.
Runbook URL: https://app.aviator.co/r/643
Executed by: @tulioz

💡 Revise with Runbooks

Use /aviator revise to 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:

  • Reply with /aviator revise [instructions] to an existing review comment to address that specific thread
  • Post /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

  • 1.1 Add amend-preference critical rule
View all Runbook steps (1 of 1 complete)
  1. Update av-cli SKILL.md
    • 1.1 Add amend-preference critical rule 👈

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.`
@aviator-app aviator-app Bot changed the title [WIP] Remove Amend Restriction from av-cli Skill Remove Amend Restriction from av-cli Skill Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant