flutter-pro-max-cli
Advanced tools
@@ -26,3 +26,3 @@ #!/usr/bin/env python3 | ||
| script_dir.parent / ".shared" / "data", | ||
| # When running from .agent/workflows/scripts/ (nested 3 levels deep) | ||
| # When running from .agents/workflows/scripts/ (nested 3 levels deep) | ||
| script_dir.parent.parent.parent / ".shared" / "data", | ||
@@ -29,0 +29,0 @@ # When running from .claude/skills/flutter-pro-max/scripts/ (reference mode) |
@@ -6,3 +6,3 @@ { | ||
| "folderStructure": { | ||
| "root": ".agent", | ||
| "root": ".agents", | ||
| "skillPath": "skills/flutter-pro-max", | ||
@@ -24,5 +24,5 @@ "filename": "SKILL.md" | ||
| "rulesFile": { | ||
| "path": ".agent/rules/flutter-pro-max.md", | ||
| "path": ".agents/rules/flutter-pro-max.md", | ||
| "mode": "create" | ||
| } | ||
| } |
@@ -7,3 +7,3 @@ export const AI_TYPES = ['claude', 'cursor', 'windsurf', 'antigravity', 'copilot', 'roocode', 'kiro', 'codex', 'qoder', 'gemini', 'codebuddy', 'trae', 'opencode', 'continue', 'junie', 'vscode', 'all']; | ||
| windsurf: ['.windsurf', '.shared'], | ||
| antigravity: ['.agent', '.shared'], | ||
| antigravity: ['.agents', '.shared'], | ||
| copilot: ['.github', '.shared'], | ||
@@ -10,0 +10,0 @@ kiro: ['.kiro', '.shared'], |
@@ -14,3 +14,3 @@ import { existsSync } from 'node:fs'; | ||
| } | ||
| if (existsSync(join(cwd, '.agent'))) { | ||
| if (existsSync(join(cwd, '.agents'))) { | ||
| detected.push('antigravity'); | ||
@@ -67,3 +67,3 @@ } | ||
| case 'antigravity': | ||
| return 'Antigravity / Generic Agent (.agent/skills/)'; | ||
| return 'Antigravity / Generic Agent (.agents/skills/)'; | ||
| case 'copilot': | ||
@@ -70,0 +70,0 @@ return 'GitHub Copilot (.github/skills/)'; |
+1
-1
| { | ||
| "name": "flutter-pro-max-cli", | ||
| "version": "2.3.2", | ||
| "version": "2.3.3", | ||
| "description": "CLI to install Flutter Pro Max skill for AI coding assistants", | ||
@@ -5,0 +5,0 @@ "type": "module", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
448669
0