@c0x12c/spartan-ai-toolkit 1.11.0 → 1.13.0
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/VERSION +1 -1
- package/claude-md/30-infrastructure.md +1 -1
- package/commands/spartan/build.md +205 -756
- package/commands/spartan/tf-cost.md +2 -0
- package/commands/spartan/tf-deploy.md +1 -0
- package/commands/spartan/tf-drift.md +1 -0
- package/commands/spartan/tf-import.md +2 -0
- package/commands/spartan/tf-module.md +3 -0
- package/commands/spartan/tf-plan.md +1 -0
- package/commands/spartan/tf-review.md +4 -0
- package/commands/spartan/tf-scaffold.md +3 -0
- package/commands/spartan/tf-security.md +1 -0
- package/commands/spartan/web-to-prd.md +284 -75
- package/lib/worktree.sh +104 -0
- package/package.json +1 -1
- package/rules/infrastructure/MODULES.md +7 -1
- package/rules/infrastructure/NAMING.md +7 -1
- package/rules/infrastructure/PROVIDERS.md +7 -1
- package/rules/infrastructure/SECURITY.md +7 -1
- package/rules/infrastructure/STATE_AND_BACKEND.md +7 -1
- package/rules/infrastructure/STRUCTURE.md +7 -1
- package/rules/infrastructure/VARIABLES.md +7 -1
- package/skills/web-to-prd/SKILL.md +58 -54
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.13.0
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Two template variants: [Multi-Root](https://github.com/spartan-stratos/template-infra-terraform-multiple-root) (per-env directories) and [Single-Root](https://github.com/spartan-stratos/template-infra-terraform-single-root) (envs/ layout, supports ECS + EKS).
|
|
9
9
|
|
|
10
|
-
Rules in `rules/infrastructure/` are
|
|
10
|
+
Rules in `rules/infrastructure/` load automatically when `.tf`, `.hcl`, or `.tfvars` files are in context (Claude Code path-scoped rules). All `/spartan:tf-*` commands also import relevant rules explicitly.
|
|
11
11
|
|
|
12
12
|
### Infrastructure Commands
|
|
13
13
|
|