Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@specd/cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@specd/cli - npm Package Compare versions

Comparing version
0.1.1
to
0.2.0
+11
-9
package.json
{
"name": "@specd/cli",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"private": false,
"repository": "https://github.com/specd-sdd/SpecD",
"homepage": "https://getspecd.dev",
"files": [

@@ -24,10 +25,11 @@ "dist/"

"yaml": "^2.0.0",
"@specd/code-graph": "0.0.3",
"@specd/core": "0.1.0",
"@specd/plugin-agent-opencode": "0.0.2",
"@specd/plugin-agent-codex": "0.1.0",
"@specd/plugin-agent-copilot": "0.1.0",
"@specd/plugin-agent-claude": "0.1.0",
"@specd/plugin-manager": "0.1.0",
"@specd/schema-std": "0.1.0"
"@specd/code-graph": "0.1.0",
"@specd/plugin-agent-claude": "0.2.0",
"@specd/plugin-agent-codex": "0.2.0",
"@specd/plugin-agent-copilot": "0.2.0",
"@specd/plugin-agent-opencode": "0.0.3",
"@specd/plugin-agent-standard": "0.1.0",
"@specd/schema-std": "0.1.1",
"@specd/core": "0.2.0",
"@specd/plugin-manager": "0.2.0"
},

@@ -34,0 +36,0 @@ "devDependencies": {

# @specd/cli
The command-line interface for [specd](../../README.md) — a spec-driven development platform. Provides commands for managing the full change lifecycle, browsing specs, inspecting configuration and schemas, and managing agent skills.
The command-line interface for [specd](https://github.com/specd-sdd/SpecD) — a spec-driven development platform. For more information, visit [getspecd.dev](https://getspecd.dev). Provides commands for managing the full change lifecycle, browsing specs, inspecting configuration and schemas, and managing agent skills.

@@ -5,0 +5,0 @@ ## Installation

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