snipara-companion 2.0.8 → 2.0.9

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 +5 -0
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # snipara-companion
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/snipara-companion.svg)](https://www.npmjs.com/package/snipara-companion)
4
+ [![CI](https://github.com/Snipara/snipara-companion/actions/workflows/ci.yml/badge.svg)](https://github.com/Snipara/snipara-companion/actions/workflows/ci.yml)
5
+ [![MIT License](https://img.shields.io/badge/license-MIT-yellow.svg)](./LICENSE)
6
+ [![Node >=18](https://img.shields.io/badge/node-%3E%3D18-339933.svg)](./package.json)
7
+
3
8
  **Ask your repo what breaks if you touch this.**
4
9
 
5
10
  No global install. No `init`. No account. Your code stays on your machine.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "snipara-companion",
3
- "version": "2.0.8",
4
- "description": "Snipara Git-style companion CLI for local workflow continuity, hooks, hosted context, and Mini Snipara OSS workflows",
3
+ "version": "2.0.9",
4
+ "description": "Local-first CLI that asks your repo what breaks before an AI coding agent edits it.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "snipara-companion": "dist/index.js"
@@ -19,6 +19,14 @@
19
19
  "keywords": [
20
20
  "snipara",
21
21
  "snipara-companion",
22
+ "code-impact",
23
+ "code-graph",
24
+ "blast-radius",
25
+ "local-first",
26
+ "repository-analysis",
27
+ "npx",
28
+ "agent-continuity",
29
+ "workflow-continuity",
22
30
  "context",
23
31
  "llm",
24
32
  "claude",