@willbooster/wbfy 20.3.1 → 20.5.0
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 +1 -0
- package/dist/index.js +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,3 +17,4 @@ This tool must keep idempotency, i.e., it always yields the same result when a u
|
|
|
17
17
|
## How to Use
|
|
18
18
|
|
|
19
19
|
1. `bunx @willbooster/wbfy <project directory>`
|
|
20
|
+
2. `bunx @willbooster/wbfy generate-user-agent-configs` to overwrite your user-level agent instruction files (`~/.codex/AGENTS.md`, `~/.claude/CLAUDE.md`, `~/.gemini/GEMINI.md`) with the organization's fixed content and merge the organization's settings (e.g. disabling Claude Code's commit/PR attribution) into `~/.claude/settings.json`
|