You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rhdh-agentic is the QE/reference installation for Fullsend. The rhdh-plugins runtime installation should follow it instead of carrying
repository-local workflow, harness, or agent customizations. Repository-specific
trigger scope and contributor guidance may remain alongside that installation.
The synchronization work in rhdh-plugins#3740
removed the old runtime overrides and established which previous capabilities
are now provided centrally or through portable repository guidance.
Resolved discrepancies
Public-repository command authorization: Fullsend v0.30.0 performs the
collaborator permission check in the managed reusable dispatcher. Slash
commands require repository write access, so the old repository-local shim
gate is no longer needed.
Selective pull-request scope:rhdh-plugins retains pull_request_target.paths restrictions for workspaces/boost/**, workspaces/scorecard/**, and workspaces/ai-integrations/**.
RHDH monorepo workspace routing:rhdh-plugins provides a portable
repository skill at .agents/skills/rhdh-workspace/SKILL.md, exposed through .claude/skills. A minimal Fullsend instruction file requires agents to use
it for workspace work.
Stale fix-branch handling: the old installation rebased and force-pushed
the PR branch before fix runs. The reference installation intentionally has no
repository-owned rebase hook, so fix runs may still start from a stale branch.
Desired outcome
Decide whether stale fix-branch handling belongs in Fullsend core, the shared
agents repository, or the rhdh-fullsend installation blueprint.
Implement it centrally rather than restoring a repository-specific hook.
Validate the change in rhdh-agentic before promoting it to rhdh-plugins.
Context
rhdh-agenticis the QE/reference installation for Fullsend. Therhdh-pluginsruntime installation should follow it instead of carryingrepository-local workflow, harness, or agent customizations. Repository-specific
trigger scope and contributor guidance may remain alongside that installation.
The synchronization work in
rhdh-plugins#3740
removed the old runtime overrides and established which previous capabilities
are now provided centrally or through portable repository guidance.
Resolved discrepancies
collaborator permission check in the managed reusable dispatcher. Slash
commands require repository write access, so the old repository-local shim
gate is no longer needed.
rhdh-pluginsretainspull_request_target.pathsrestrictions forworkspaces/boost/**,workspaces/scorecard/**, andworkspaces/ai-integrations/**.rhdh-pluginsprovides a portablerepository skill at
.agents/skills/rhdh-workspace/SKILL.md, exposed through.claude/skills. A minimal Fullsend instruction file requires agents to useit for workspace work.
.fullsend/AGENTS.mdrequires non-interactiveJest execution and explicit
TaskStopcleanup for auto-backgroundedverification commands, following Fullsend waits for hard timeout after Claude emits successful result #26.
Remaining discrepancy
the PR branch before fix runs. The reference installation intentionally has no
repository-owned rebase hook, so fix runs may still start from a stale branch.
Desired outcome
agents repository, or the
rhdh-fullsendinstallation blueprint.rhdh-agenticbefore promoting it torhdh-plugins.