@sniper.ai/cli 3.1.0 → 3.1.1

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/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ CLI tool for scaffolding and managing [SNIPER](https://sniperai.dev/)-enabled pr
7
7
 
8
8
  ## What is SNIPER?
9
9
 
10
- SNIPER (**S**pawn, **N**avigate, **I**mplement, **P**arallelize, **E**valuate, **R**elease) is an AI-powered project lifecycle framework that orchestrates Claude Code agent teams through structured phases -- from discovery and planning through implementation and release. Each phase spawns coordinated teams of specialized agents composed from layered personas.
10
+ SNIPER is an AI-powered project lifecycle framework that orchestrates Claude Code agent teams through structured phases -- from discovery and planning through implementation and release. Each phase spawns coordinated teams of specialized agents composed from layered personas.
11
11
 
12
12
  ## Quick Start
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniper.ai/cli",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "SNIPER v3 CLI — scaffold and manage SNIPER-enabled projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,7 +14,7 @@
14
14
  "citty": "^0.1.6",
15
15
  "@clack/prompts": "^0.9.1",
16
16
  "yaml": "^2.7.0",
17
- "@sniper.ai/core": "3.1.0"
17
+ "@sniper.ai/core": "3.1.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^22.0.0",
@@ -35,6 +35,7 @@
35
35
  "url": "https://github.com/virkt25/sniper.git",
36
36
  "directory": "packages/cli"
37
37
  },
38
+ "homepage": "https://sniperai.dev",
38
39
  "engines": {
39
40
  "node": ">=18"
40
41
  },