-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 7.79 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 7.79 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@intelip/tabellio",
"version": "0.5.0",
"description": "Tabellio: GitHub-native context and evidence for agentic development.",
"type": "module",
"license": "Apache-2.0",
"author": "IntelIP",
"homepage": "https://github.com/IntelIP/Tabellio#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/IntelIP/Tabellio.git"
},
"bin": {
"tabellio-run": "scripts/tabellio-run.mjs",
"tabellio-stack": "scripts/tabellio-stack.mjs",
"tabellio-stack-operation": "scripts/tabellio-stack-operation.mjs",
"tabellio-review": "scripts/tabellio-review.mjs",
"tabellio-validate": "scripts/tabellio-validate.mjs",
"tabellio-merge-ready": "scripts/tabellio-merge-ready.mjs",
"tabellio-validator": "scripts/tabellio-validator.mjs",
"tabellio-design-memory": "scripts/check-tabellio-design-memory.mjs",
"tabellio-design-captures": "scripts/finalize-tabellio-visual-captures.mjs",
"tabellio-control-ref": "scripts/tabellio-control-ref.mjs",
"tabellio-ledger": "scripts/tabellio-ledger.mjs",
"tabellio-preflight": "scripts/tabellio-preflight.mjs",
"tabellio-release": "scripts/tabellio-release.mjs",
"tabellio-analytics": "scripts/tabellio-analytics.mjs",
"tabellio-analytics-validator": "scripts/tabellio-analytics-validator.mjs",
"tabellio-buildkite-builds": "scripts/tabellio-buildkite-builds.mjs",
"tabellio-github-releases": "scripts/tabellio-github-releases.mjs",
"tabellio-analytics-releases": "scripts/tabellio-analytics-releases.mjs",
"tabellio-plane-work-items": "scripts/tabellio-plane-work-items.mjs",
"tabellio-wave-admit": "scripts/tabellio-wave-admit.mjs",
"tabellio-deployment-check": "scripts/check-tabellio-deployment-receipt.mjs",
"tabellio-cloud-run-deployment": "scripts/tabellio-cloud-run-deployment.mjs",
"tabellio-vercel-deployment": "scripts/tabellio-vercel-deployment.mjs"
},
"bugs": {
"url": "https://github.com/IntelIP/Tabellio/issues"
},
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"LICENSE",
"NOTICE",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md",
"tabellio.platform.json",
"tabellio.validation.json",
"tabellio.*.validation.json",
"schemas",
"scripts",
"examples",
"templates",
"docs",
"reports"
],
"scripts": {
"test": "node --test tests/*.test.mjs",
"tabellio:run": "node scripts/tabellio-run.mjs",
"tabellio:run:example:check": "node scripts/check-tabellio-run.mjs --state examples/tabellio-run/minimal-run.json",
"tabellio:stack": "node scripts/tabellio-stack.mjs",
"tabellio:stack:check": "node scripts/check-tabellio-stack.mjs --stack tabellio-stack.json",
"tabellio:stack:example:check": "node scripts/check-tabellio-stack.mjs --stack examples/tabellio-stack/minimal-stack.json",
"tabellio:stack:operation": "node scripts/tabellio-stack-operation.mjs",
"tabellio:stack:operation:example:check": "node scripts/check-tabellio-stack-operation.mjs --intent examples/tabellio-stack-operation/minimal-intent.json --approval examples/tabellio-stack-operation/minimal-approval.json --at 2026-07-10T12:02:00.000Z",
"tabellio:review": "node scripts/tabellio-review.mjs",
"tabellio:review:example:check": "node scripts/check-tabellio-review-cycle.mjs --cycle examples/tabellio-review/minimal-cycle.json && node scripts/check-tabellio-agent-review.mjs --review examples/tabellio-review/minimal-agent-review.json",
"tabellio:validate": "node scripts/tabellio-validate.mjs",
"tabellio:merge-ready": "node scripts/tabellio-merge-ready.mjs",
"tabellio:control-ref": "node scripts/tabellio-control-ref.mjs",
"tabellio:preflight": "node scripts/tabellio-preflight.mjs",
"tabellio:release": "node scripts/tabellio-release.mjs",
"tabellio:release:example:check": "node scripts/check-tabellio-release.mjs --intent examples/tabellio-release/minimal-intent.json",
"tabellio:platform:check": "node scripts/check-tabellio-platform.mjs",
"tabellio:validate:example:check": "node scripts/check-tabellio-validation.mjs --manifest tabellio.validation.json && node scripts/check-tabellio-validation.mjs --manifest examples/tabellio-validation/product-manifest.json && node scripts/check-tabellio-validation.mjs --evidence examples/tabellio-validation/minimal-validator-evidence.json && node scripts/check-tabellio-validation.mjs --result examples/tabellio-validation/minimal-result.json",
"tabellio:design-memory:example:check": "node scripts/check-tabellio-design-memory.mjs --repo . --profile examples/tabellio-design-memory/product.design.json",
"tabellio:ledger": "node scripts/tabellio-ledger.mjs",
"tabellio:ledger:check": "node scripts/check-tabellio-ledger.mjs --ledger tabellio-ledger.json",
"tabellio:ledger:example:check": "node scripts/check-tabellio-ledger.mjs --ledger examples/tabellio-ledger/minimal-ledger.json",
"tabellio:context:capture": "node scripts/capture-tabellio-context.mjs --out tabellio-context.json",
"tabellio:context:check": "node scripts/check-tabellio-context.mjs --context tabellio-context.json",
"tabellio:context:example:check": "node scripts/check-tabellio-context.mjs --context examples/tabellio-context/minimal-context.json",
"tabellio:evidence:example:check": "node scripts/check-tabellio-evidence-envelope.mjs --evidence examples/tabellio-evidence/minimal-evidence.json",
"tabellio:evidence:write": "node scripts/write-tabellio-evidence-envelope.mjs --out tabellio-pr-evidence.json",
"tabellio:evidence:check": "node scripts/check-tabellio-evidence-envelope.mjs --evidence tabellio-pr-evidence.json",
"tabellio:analytics": "node scripts/tabellio-analytics.mjs",
"tabellio:analytics:validator": "node scripts/tabellio-analytics-validator.mjs",
"tabellio:analytics:report": "node scripts/tabellio-analytics-report.mjs",
"tabellio:analytics:product:check": "node scripts/check-tabellio-analytics-baseline.mjs",
"tabellio:buildkite-builds": "node scripts/tabellio-buildkite-builds.mjs",
"tabellio:github-releases": "node scripts/tabellio-github-releases.mjs",
"tabellio:analytics:releases": "node scripts/tabellio-analytics-releases.mjs",
"tabellio:plane-work-items": "node scripts/tabellio-plane-work-items.mjs",
"tabellio:deployment:check": "node scripts/check-tabellio-deployment-receipt.mjs --receipt examples/tabellio-deployment-receipt/minimal-receipt.json",
"tabellio:deployment:cloud-run": "node scripts/tabellio-cloud-run-deployment.mjs",
"tabellio:deployment:vercel": "node scripts/tabellio-vercel-deployment.mjs",
"tabellio:delivery:evidence": "node scripts/tabellio-delivery-evidence.mjs",
"tabellio:delivery:report": "node scripts/tabellio-delivery-report.mjs",
"tabellio:external-actions:check": "node scripts/check-tabellio-external-actions.mjs --evidence tabellio-pr-evidence.json",
"check": "npm test && npm run tabellio:platform:check && npm run tabellio:run:example:check && npm run tabellio:stack:example:check && npm run tabellio:stack:operation:example:check && npm run tabellio:review:example:check && npm run tabellio:validate:example:check && npm run tabellio:design-memory:example:check && npm run tabellio:ledger:example:check && npm run tabellio:release:example:check && npm run tabellio:context:example:check && npm run tabellio:analytics:product:check && npm run tabellio:evidence:example:check && npm run tabellio:deployment:check && node scripts/check-tabellio-external-actions.mjs --evidence examples/tabellio-evidence/minimal-evidence.json"
},
"engines": {
"node": ">=20"
},
"keywords": [
"agentic",
"git",
"native-git",
"bare-repository",
"worktree",
"pull-request",
"evidence",
"provenance",
"ci",
"workflow",
"tabellio",
"json-schema",
"sarif",
"stacked-pr",
"git-spice",
"entire",
"codex"
]
}