Skip to content

Update skills for concrete handler behavior registration - #1

Open
dukesteen wants to merge 1 commit into
mainfrom
skills/handlers-concrete-behavior-registration
Open

Update skills for concrete handler behavior registration#1
dukesteen wants to merge 1 commit into
mainfrom
skills/handlers-concrete-behavior-registration

Conversation

@dukesteen

@dukesteen dukesteen commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update Immediate.Handlers registration and behavior skills for automatic concrete behavior registration in AddXxxHandlers()
  • carry the registration change into vertical-slice and Immediate.Jobs guidance
  • document IHR0024 for abstract behaviors
  • bump the affected plugin versions

Aligned with Immediate.Handlers main at 10e889a and Immediate.Dev PR #18.

Validation

  • python3 scripts/validate.py

Summary by CodeRabbit

  • Documentation

    • Updated registration guidance to use handler registration as the primary setup step.
    • Clarified that selected handlers automatically register their concrete behavior dependencies.
    • Documented tag filtering, transient behavior lifetimes, and preservation of existing registrations.
    • Added guidance for abstract behaviors and generated-constructor inspection.
    • Updated job and vertical-slice examples to reflect the streamlined registration process.
  • Chores

    • Updated plugin versions for immediate handlers, jobs, and platform.

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 96507871-3572-49b9-8055-11a6261cc346

📥 Commits

Reviewing files that changed from the base of the PR and between b345995 and 1bff8eb.

📒 Files selected for processing (10)
  • plugins/immediate-handlers/.codex-plugin/plugin.json
  • plugins/immediate-handlers/skills/configure-registration/SKILL.md
  • plugins/immediate-handlers/skills/configure-registration/references/registration-patterns.md
  • plugins/immediate-handlers/skills/create-behavior/SKILL.md
  • plugins/immediate-handlers/skills/create-behavior/references/behavior-patterns.md
  • plugins/immediate-jobs/.codex-plugin/plugin.json
  • plugins/immediate-jobs/skills/create-job/SKILL.md
  • plugins/immediate-jobs/skills/create-job/references/job-contract.md
  • plugins/immediate-platform/.codex-plugin/plugin.json
  • plugins/immediate-platform/skills/build-vertical-slice/references/vertical-slice.md

📝 Walkthrough

Walkthrough

The changes update three plugin versions and revise registration guidance. Handler registration now includes selected concrete behavior dependencies. Job and platform examples remove separate behavior registration calls.

Changes

Handler registration guidance

Layer / File(s) Summary
Handler registration semantics
plugins/immediate-handlers/...
The guidance uses AddXxxHandlers() for selected concrete behavior dependencies. It documents transient TryAdd registration, tag filtering, existing-registration precedence, and abstract behavior diagnostics.
Job registration integration
plugins/immediate-jobs/...
Job guidance aligns handler and job tags and removes separate behavior registration.
Platform composition guidance
plugins/immediate-platform/...
Platform guidance removes separate behavior startup registration and documents handler registration of selected concrete dependencies.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 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 clearly summarizes the main documentation changes for concrete handler behavior registration.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch skills/handlers-concrete-behavior-registration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

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.

1 participant