@ryodeushii/ai-product-team-agents 0.0.8 → 0.0.9
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/package.json +1 -1
- package/src/setup/index.ts +1 -1
package/package.json
CHANGED
package/src/setup/index.ts
CHANGED
|
@@ -13,7 +13,7 @@ import type { Role } from "../models/types";
|
|
|
13
13
|
// Runs --update on every Claude Code session start so model overrides
|
|
14
14
|
// from .agents.yml are always applied without manual intervention.
|
|
15
15
|
const HOOK_COMMAND =
|
|
16
|
-
"bunx --bun @ryodeushii/ai-product-team-agents --update 2>/dev/null; true";
|
|
16
|
+
"bunx --bun --no-cache @ryodeushii/ai-product-team-agents --update 2>/dev/null; true";
|
|
17
17
|
|
|
18
18
|
interface SetupOptions {
|
|
19
19
|
projectName: string;
|