@stefanoginella/auto-bmad 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -143,24 +143,12 @@ npm install
|
|
|
143
143
|
npx vitest
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
### Dependency Check (SessionStart)
|
|
147
|
-
|
|
148
|
-
Outputs a system message at session start listing the required BMAD plugins, so Claude can warn early if a pipeline is invoked without the necessary dependencies.
|
|
149
|
-
|
|
150
146
|
## 🔐 Permissions
|
|
151
147
|
|
|
152
148
|
The pipelines run various bash commands (depending on the project), skills and MCP that Claude Code will prompt you to approve if they are not already approved.
|
|
153
149
|
|
|
154
150
|
Many bash commands are already pre-approved by the safe bash auto-approval hook, but some might still require manual approval, especially if you have custom steps or a unique project setup that involves commands not in the default safe list. For the first few runs in a new project, expect several approval prompts as the allow list builds up. After that, things stabilize and the pipelines run fully autonomously.
|
|
155
151
|
|
|
156
|
-
I recommend adding these to your project's `.claude/settings.json` under `permissions.allow` to avoid repeated prompts:
|
|
157
|
-
|
|
158
|
-
- "WebSearch"
|
|
159
|
-
- "WebFetch"
|
|
160
|
-
- "mcp__ide__getDiagnostics"
|
|
161
|
-
- "mcp__plugin_context7_context7__resolve-library-id"
|
|
162
|
-
- "mcp__plugin_context7_context7__query-docs"
|
|
163
|
-
|
|
164
152
|
> ⚠️ Alternatively, you can run Claude Code in "dangerously skip permissions" mode (`--dangerously-skip-permissions`), but do so at your own risk — this disables **all** permission checks, not just the ones above. Only use it in an isolated environment like a VM or container.
|
|
165
153
|
|
|
166
154
|
## 📄 License
|