-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 2.73 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 2.73 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
{
"name": "huijoohwee.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"agentic-naming:check": "node scripts/check-agentic-naming.mjs",
"check": "npm run agentic-naming:check && python3 schema/AgenticRAG/sync_map.py --mode check",
"adlc:policy:check": "node scripts/check-adlc-guideline.mjs",
"adlc:contract:test": "node --test scripts/__tests__/adlc-migration-contract.test.mjs",
"evals": "npm --prefix node_modules/agentic-os run evals",
"agenticrag:guidelines-map:check": "node scripts/check-agenticrag-guidelines-map.mjs",
"git-guidelines:check": "node scripts/check-git-guidelines.mjs",
"git-guidelines:test": "node --test scripts/__tests__/*.test.mjs scripts/__pbt__/*.test.mjs",
"commerce:contract:check": "node scripts/check-commerce-contracts.mjs",
"guideline:check": "npm run commerce:contract:check && npm run guideline:budget:check && npm run adlc:policy:check && npm run prd-tad-adr-mvp-gtm:policy:check && npm run diagram:canvas:check",
"test": "node node_modules/agentic-os/bin/agentic-os-validation.mjs run",
"diagram:canvas:check": "node scripts/check-diagram-canvas-render.mjs guidelines",
"prd-tad-adr-mvp-gtm:policy:check": "node scripts/check-prd-tad-adr-mvp-gtm-guideline.mjs",
"guideline:budget:check": "node scripts/check-guideline-file-budget.mjs",
"doctor": "agentic-os doctor",
"lane": "agentic-os start",
"land": "agentic-os land",
"status": "agentic-os status",
"reap": "agentic-os reap",
"planning:check": "node --test __tests__/planning-context-record-contract.test.mjs __tests__/kanban-projection.test.mjs __tests__/planning-migration.test.mjs __tests__/planning-naming.test.mjs",
"test:source": "npm run planning:check && npm run guideline:check && npm run git-guidelines:test && npm run agenticrag:guidelines-map:check && npm run agentic-naming:check && npm run evals",
"check:plan": "node node_modules/agentic-os/bin/agentic-os-validation.mjs plan",
"check:ci": "node node_modules/agentic-os/bin/agentic-os-validation.mjs ci",
"test:all": "node node_modules/agentic-os/bin/agentic-os-validation.mjs run --all --fresh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huijoohwee/huijoohwee.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/huijoohwee/huijoohwee.github.io/issues"
},
"homepage": "https://github.com/huijoohwee/huijoohwee.github.io#readme",
"devDependencies": {
"agentic-os": "https://codeload.github.com/huijoohwee/agentic-os/tar.gz/6b148e89dc2b34c39e6b7e10b6cd39e0029f3841",
"fast-check": "3.23.2",
"js-yaml": "4.3.1"
}
}