fix(skills): remove prescriptive branch naming in compound-refresh

Let the agent generate a reasonable branch name based on context
and repo conventions instead of prescribing a date-based format
that would collide on multiple runs per day.
This commit is contained in:
Trevin Chow
2026-03-13 15:16:03 -07:00
parent d4c12c39fd
commit e3e7748c56

View File

@@ -485,7 +485,7 @@ Use sensible defaults — no user to ask:
| Context | Default action | | Context | Default action |
|---------|---------------| |---------|---------------|
| On main/master | Create a branch (`docs/compound-refresh-YYYY-MM-DD`), commit, attempt to open a PR. If PR creation fails, report the branch name. | | On main/master | Create a descriptively named branch, commit, attempt to open a PR. If PR creation fails, report the branch name. |
| On a feature branch | Commit as a separate commit on the current branch | | On a feature branch | Commit as a separate commit on the current branch |
| Git operations fail | Include the recommended git commands in the report and continue | | Git operations fail | Include the recommended git commands in the report and continue |