@hienlh/ppm 0.2.15 → 0.2.16
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
CHANGED
|
@@ -265,8 +265,8 @@ export class ClaudeAgentSdkProvider implements AIProvider {
|
|
|
265
265
|
cwd: meta.projectPath,
|
|
266
266
|
// Use full Claude Code system prompt (coding guidelines, security, response style)
|
|
267
267
|
systemPrompt: { type: "preset", preset: "claude_code" },
|
|
268
|
-
// Load
|
|
269
|
-
settingSources: ["project"],
|
|
268
|
+
// Load skills/settings from both user (~/.claude) and project directory
|
|
269
|
+
settingSources: ["user", "project"],
|
|
270
270
|
// Neutralize Anthropic env vars so SDK uses subscription, not project .env keys.
|
|
271
271
|
env: {
|
|
272
272
|
...process.env,
|