@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hienlh/ppm",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "Personal Project Manager — mobile-first web IDE with AI assistance",
5
5
  "module": "src/index.ts",
6
6
  "type": "module",
@@ -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 project CLAUDE.md, skills, and hooks from project directory
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,