-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@ojesusmp/continuum",
"version": "0.1.0",
"description": "Project continuity across Claude Code session boundaries at near-zero token cost — checkpoints a distilled resume bundle before context compaction and resumes a fresh low-token session with full working knowledge. Engram-optional, cross-platform, zero dependencies.",
"license": "MIT",
"author": "ojesusmp (https://github.com/ojesusmp)",
"repository": {
"type": "git",
"url": "git+https://github.com/ojesusmp/continuum.git"
},
"homepage": "https://github.com/ojesusmp/continuum#readme",
"bugs": {
"url": "https://github.com/ojesusmp/continuum/issues"
},
"keywords": [
"claude-code",
"claude",
"anthropic",
"skill",
"plugin",
"continuity",
"context",
"compaction",
"session-resume",
"checkpoint",
"memory",
"token-saving",
"ai-coding"
],
"bin": {
"continuum": "bin/install.js"
},
"files": [
".claude-plugin/",
"skills/",
"bin/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=18"
}
}