-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 738 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "contextos-for-opencode",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"insights": "node scripts/generate-insights.mjs --days 30",
"optimize-context": "node scripts/context-budget.mjs --days 14",
"rescue-session": "node scripts/rescue-session.mjs --max-count 20",
"insights:out": "set \"CONTEXTOS_OUTPUT_DIR=D:\\ai\\ctxos-out\" && node scripts/generate-insights.mjs --days 30",
"optimize-context:out": "set \"CONTEXTOS_OUTPUT_DIR=D:\\ai\\ctxos-out\" && node scripts/context-budget.mjs --days 14",
"rescue-session:out": "set \"CONTEXTOS_OUTPUT_DIR=D:\\ai\\ctxos-out\" && node scripts/rescue-session.mjs --max-count 20",
"test": "node --test"
}
}