Skip to content

Sync Kaizen dogfood contracts#30

Merged
s-hiraoku merged 1 commit into
mainfrom
codex/daily-dogfood-sync
Jun 25, 2026
Merged

Sync Kaizen dogfood contracts#30
s-hiraoku merged 1 commit into
mainfrom
codex/daily-dogfood-sync

Conversation

@s-hiraoku

@s-hiraoku s-hiraoku commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Sync deterministic Kaizen dogfood contracts from kaizen-agents-org/.github.
  • Update only the manifest-managed shared skills, issue template, Kaizen config, and agent guidance.

Verification

  • Automated sync copied and compared every manifest-managed path.

No source issue; this ready-for-review PR is generated by the daily dogfood sync workflow.

Summary by CodeRabbit

  • New Features
    • Updated scheduled maintenance runs to run twice daily and added a configurable issue-watch job that can execute on a regular interval when enabled.
  • Bug Fixes
    • Improved issue-creation workflow guidance to use only the repository-provided execution authorization label (when available), with clearer instructions for immediate execution vs. cases requiring human clarification first.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The .kaizen/config.yml scheduler is refactored from named nightly, afternoon, and poll entries into a jobs list with two daily maintenance runs and one disabled issue-watch interval job. skills/kaizen-bug-router/SKILL.md updates label-handling instructions for execution authorization.

Changes

Kaizen config and skill doc updates

Layer / File(s) Summary
Scheduler jobs array migration
.kaizen/config.yml
Replaces nightly, afternoon, and poll scheduler fields with a jobs array: two daily run.mode: maintenance entries at 03:00 and 15:00, plus a disabled issue-watch job every 5 minutes with skipIfRunning: true.
Bug-router execution authorization label guidance
skills/kaizen-bug-router/SKILL.md
Removes guidance to prefer kaizen:ready/kaizen:needs-human; instead, it uses the repository-configured execution authorization label when present and forbids adding one when human clarification is required.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related issues

Possibly related PRs

  • kaizen-agents-org/.github#41: Refactors .kaizen/config.yml from nightly/afternoon/poll fields to scheduler.jobs, including the disabled issue-watch job.
  • kaizen-agents-org/verifier#24: Updates skills/kaizen-bug-router/SKILL.md execution authorization label guidance around opt-in and human-clarification flows.
  • kaizen-agents-org/kaizen-loop#71: Touches both .kaizen/config.yml scheduler structure and skills/kaizen-bug-router/SKILL.md label guidance, matching the same change surfaces.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the sync of Kaizen dogfood contract files in this pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/daily-dogfood-sync

Comment @coderabbitai help to get the list of available commands.

@s-hiraoku s-hiraoku force-pushed the codex/daily-dogfood-sync branch from 030963b to c047998 Compare June 25, 2026 06:57

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@skills/kaizen-bug-router/SKILL.md`:
- Around line 47-49: The opt-in selection flow in SKILL.md is using an execution
authorization label that is not clearly defined, while the only configured label
in the routing config appears to be issues.label. Update the selection handling
to reference the actual configured source for the execution label, and add a
safe fallback in the logic that adds the label only when it exists. Make sure
the branches for immediate execution and human clarification in the relevant
SKILL.md flow use the same label source consistently.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: kaizen-agents-org/coderabbit/.coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ccc6c402-6222-4fb2-af68-4682716b9eed

📥 Commits

Reviewing files that changed from the base of the PR and between 030963b and c047998.

📒 Files selected for processing (2)
  • .kaizen/config.yml
  • skills/kaizen-bug-router/SKILL.md

Comment thread skills/kaizen-bug-router/SKILL.md
@s-hiraoku s-hiraoku merged commit de2eab2 into main Jun 25, 2026
2 checks passed
@s-hiraoku s-hiraoku deleted the codex/daily-dogfood-sync branch June 25, 2026 22:07
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.

2 participants