contextspin 0.1.0 → 0.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.
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "contextspin-core",
3
+ "version": "0.1.1",
4
+ "description": "Core daemon and CLI for ContextSpin — polls org data sources and writes the snippet cache.",
5
+ "author": { "name": "mannutech" },
6
+ "homepage": "https://github.com/mannutech/contextspin",
7
+ "license": "MIT"
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contextspin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Replace Claude Code spinner/statusline text with live org context (meetings, Slack, CI, incidents, PRs) aggregated from your existing MCP servers, CLIs, and HTTP endpoints.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,6 +33,7 @@
33
33
  "license": "MIT",
34
34
  "files": [
35
35
  "src",
36
+ ".claude-plugin",
36
37
  "README.md",
37
38
  "LICENSE",
38
39
  ".contextspin.example.json"