Summary
Replicate the contribution-guidelines setup that was added to the kagenti/.github repo (merged in PR #79) onto this kagenti/automation repo, and replicate the org workflow callers used in kagenti/kagenti.
The kagenti/.github repo now has a merged CLAUDE.md documenting:
- DCO Sign-Off (mandatory
-s)
- Commit Attribution Policy (
Assisted-By, never Co-authored-by)
- PR Description Attribution (
Assisted-By: Claude Code)
- Scope Discipline
It also references a commit-msg hook at scripts/hooks/commit-msg that enforces the attribution policy automatically.
This repo currently has NEITHER a CLAUDE.md nor the commit-msg hook, and is missing the org workflow callers.
Tasks
The three workflows are thin callers to org-wide reusable workflows in kagenti/.github, so they replicate cleanly with no repo-specific changes.
Reference
Assisted-By: Claude Code
Summary
Replicate the contribution-guidelines setup that was added to the
kagenti/.githubrepo (merged in PR #79) onto thiskagenti/automationrepo, and replicate the org workflow callers used inkagenti/kagenti.The
kagenti/.githubrepo now has a mergedCLAUDE.mddocumenting:-s)Assisted-By, neverCo-authored-by)Assisted-By: Claude Code)It also references a
commit-msghook atscripts/hooks/commit-msgthat enforces the attribution policy automatically.This repo currently has NEITHER a
CLAUDE.mdnor thecommit-msghook, and is missing the org workflow callers.Tasks
CLAUDE.md(adapted title for the Automation repo) replicating the mergedkagenti/.githubcontentscripts/hooks/commit-msghook (verbatim fromkagenti/.github).github/workflows/self-assign.ymlfromkagenti/kagenti.github/workflows/project.ymlfromkagenti/kagenti.github/workflows/pr-verifier.ymlfromkagenti/kagentiThe three workflows are thin callers to org-wide reusable workflows in
kagenti/.github, so they replicate cleanly with no repo-specific changes.Reference
kagenti/.github(CLAUDE.md + hook)kagenti/kagenti.github/workflows/{self-assign,project,pr-verifier}.ymlAssisted-By: Claude Code