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.
- package/README.md +5 -0
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# snipara-companion
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/snipara-companion)
|
|
4
|
+
[](https://github.com/Snipara/snipara-companion/actions/workflows/ci.yml)
|
|
5
|
+
[](./LICENSE)
|
|
6
|
+
[](./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.
|
|
4
|
-
"description": "
|
|
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",
|