cozystack/docs/agents
Aleksei Sviridkin d5ecac3fee
docs(agents): retry CI via empty commit, not gh run rerun
Rerun attempts restart jobs under the same run_id and do not re-register
into the workflow's concurrency group. When a real fix-commit lands
while a rerun is in flight, cancel-in-progress cannot gate the old
rerun, so two runs race to completion and operators pay CI twice.

Push an empty commit (`git commit --allow-empty`) instead — it
participates in the concurrency group cleanly and the next real push
cancels it as expected. Add the guidance to docs/agents/contributing.md
and wire a trigger in AGENTS.md so any agent asked to "rerun CI" or
"retry the failed build" reaches for the empty commit first.

Assisted-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
2026-04-24 14:07:16 +03:00
..
changelog.md docs(agents): scope git-write ban to cozystack working tree 2026-04-23 12:25:19 +05:00
contributing.md docs(agents): retry CI via empty commit, not gh run rerun 2026-04-24 14:07:16 +03:00
overview.md docs: adopt Conventional Commits across contributing docs 2026-04-13 22:50:08 +03:00
releasing.md [docs] Add AI agent documentation structure 2025-11-26 19:54:24 +01:00