@valentia-ai-skills/framework 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. package/bin/cli.js +3 -0
  2. package/package.json +2 -2
package/bin/cli.js CHANGED
@@ -28,6 +28,8 @@ const SUPABASE_FUNCTION_URL =
28
28
  process.env.AI_SKILLS_API_URL || "https://znshdhjquohrzvbnloki.supabase.co/functions/v1/lookup-team";
29
29
  const ANALYZE_FUNCTION_URL =
30
30
  process.env.AI_SKILLS_ANALYZE_URL || "https://znshdhjquohrzvbnloki.supabase.co/functions/v1/analyze-commit";
31
+ const SCAN_FUNCTION_URL =
32
+ process.env.AI_SKILLS_SCAN_URL || "https://znshdhjquohrzvbnloki.supabase.co/functions/v1/scan-results";
31
33
 
32
34
  const TOOL_CONFIGS = {
33
35
  "claude-code": {
@@ -387,6 +389,7 @@ async function cmdSetup() {
387
389
  team: teamName,
388
390
  source: "supabase",
389
391
  analyzeUrl: ANALYZE_FUNCTION_URL,
392
+ scanUrl: SCAN_FUNCTION_URL,
390
393
  tools,
391
394
  skills: skills.map((s) => ({ name: s.name, scope: s.scope, version: s.version })),
392
395
  installedAt: new Date().toISOString(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valentia-ai-skills/framework",
3
- "version": "1.0.10",
4
- "description": "AI development skills framework — centralized coding standards, security patterns, and SOPs for AI-assisted development. Works with Claude Code, Cursor, Copilot, Windsurf, and any AI coding tool.",
3
+ "version": "1.0.11",
4
+ "description": "AI development skills framework — centralized coding standards, security patterns, and SOPs for AI-assisted development. Works with Claude Code, Cursor, Copilot, Windsurf, and any AI coding tool.",
5
5
  "keywords": [
6
6
  "ai-skills",
7
7
  "claude-code",