Skip to content

docs: add repository agent workflow - #318

Merged
CytechDevs merged 1 commit into
mainfrom
docs/agent-git-workflow
Sep 3, 2026
Merged

docs: add repository agent workflow#318
CytechDevs merged 1 commit into
mainfrom
docs/agent-git-workflow

Conversation

@lykakis

@lykakis lykakis commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add repository-wide agent instructions for DCO sign-off.
  • Clarify that cryptographic signing does not replace the Signed-off-by: trailer.
  • Require branches to be rebased onto the latest origin/main before opening a pull request.
  • Require --force-with-lease when a published branch must be updated after rebasing.

Motivation

This captures the workflow lessons from the Quick Start documentation change and prevents future DCO failures or pull requests being opened from stale branches.

Verification

  • Commit has a valid SSH signature and DCO trailer.
  • git rev-list --count HEAD..origin/main returns 0.
  • git diff --check passes.
  • Documentation-only change; no runtime tests required.

Signed-off-by: pavlos <pavlos@cytech.gr>
@lykakis
lykakis requested a review from a team September 3, 2026 09:18
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Sep 3, 2026
@CytechDevs
CytechDevs merged commit fa9bc2e into main Sep 3, 2026
18 checks passed
@CytechDevs
CytechDevs deleted the docs/agent-git-workflow branch September 3, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants