🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

kspec

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kspec - npm Package Compare versions

Comparing version
2.3.1-beta-c699aef
to
2.3.1
+1
-1
package.json
{
"name": "kspec",
"version": "2.3.1-beta-c699aef",
"version": "2.3.1",
"description": "Spec-driven development workflow for Kiro CLI",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -12,3 +12,3 @@ # kspec — Spec-Driven Development for Kiro CLI

|---|---|
| **Kiro V3 early access** | `kspec engine set v3` generates Markdown agents, capability permissions, and standalone V3 hooks; V2 remains the default |
| **Kiro V3 early access** | `kspec engine set v3` generates JSON agents with tag-based tools, capability `permissions` (+ `toolsSettings`), and standalone V3 hooks; V2 remains the default |
| **Native specs** | New V3 work uses `requirements.md`; legacy `spec.md` remains supported and can be converted with `kspec migrate-spec` |

@@ -470,3 +470,3 @@ | **Reliable active context** | Every custom agent and `/kspec-*` skill resolves `.kiro/.current`, refreshes `CONTEXT.md` through kspec, and reads active artifacts |

V2 agents use `toolsSettings`; V3 Markdown agents use capability-based `permissions`. Both retain the same role-based filesystem, shell, MCP, secret, and subagent boundaries.
V2 and V3 agents are JSON configs in `.kiro/agents/`. V2 uses `toolsSettings`; V3 adds capability-based `permissions` **and keeps `toolsSettings`** (kiro-cli 2.11 skips permissions-only agents on discovery, so both are shipped). Both retain the same role-based filesystem, shell, MCP, secret, and subagent boundaries.

@@ -691,3 +691,3 @@ | Agent type | Write paths | Shell scope |

| `.kiro/steering/` | Yes | Shared product, tech, testing guidelines (+ enterprise-governance.md if `--enterprise`) |
| `.kiro/agents/` | Yes | Active-engine agents — V2 JSON or V3 Markdown |
| `.kiro/agents/` | Yes | Active-engine agents — JSON configs (V2 `toolsSettings` or V3 `permissions`) |
| `.kiro/hooks/` | Yes | Versioned V3 lifecycle hooks |

@@ -694,0 +694,0 @@ | `.kiro/skills/` | Yes | Kiro Agent Skills — `/<name>` slash commands |

Sorry, the diff of this file is too big to display