Skip to content

Add agent-level bootstrap control and skills path resolution fixes#1241

Open
GoldNico wants to merge 1 commit intoobra:mainfrom
GoldNico:main
Open

Add agent-level bootstrap control and skills path resolution fixes#1241
GoldNico wants to merge 1 commit intoobra:mainfrom
GoldNico:main

Conversation

@GoldNico
Copy link
Copy Markdown

Summary

  • Add disableBootstrapForAgents config for per-agent bootstrap skipping
  • Fix skills path resolution for various install layouts
  • Add chat.message hook for agent-scoped bootstrap control
  • Add tests for bootstrap agent control

Motivation

Currently the superpowers plugin injects bootstrap into ALL agents unconditionally. Some agents (like no-skills, empty-no) should skip bootstrap injection entirely. This change enables that via configuration:

{
  "superpowers": {
    "disableBootstrapForAgents": ["no-skills", "empty-no"]
  }
}

Testing

  • test-bootstrap-agent-control.sh verifies agents in disableBootstrapForAgents skip bootstrap while others receive it

@obra obra added opencode pr-template-rules-ignored PR filed after template was added but didn't use it labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

opencode pr-template-rules-ignored PR filed after template was added but didn't use it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants