@akanjs/cli 2.1.0 → 2.1.1-rc.0
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.
- package/README.ko.md +63 -0
- package/README.md +62 -0
- package/guidelines/componentRule/componentRule.generate.json +4 -10
- package/guidelines/cssRule/cssRule.generate.json +4 -10
- package/guidelines/docPageRule/docPageRule.generate.json +4 -10
- package/guidelines/docPageRule/docPageRule.instruction.md +1 -1
- package/guidelines/docSyncRule/docSyncRule.generate.json +4 -10
- package/guidelines/enumConstant/enumConstant.generate.json +4 -10
- package/guidelines/fieldRule/fieldRule.generate.json +4 -10
- package/guidelines/framework/framework.generate.json +4 -10
- package/guidelines/modelConstant/modelConstant.generate.json +4 -10
- package/guidelines/modelDictionary/modelDictionary.generate.json +4 -10
- package/guidelines/modelDocument/modelDocument.generate.json +4 -10
- package/guidelines/modelService/modelService.generate.json +4 -10
- package/guidelines/modelSignal/modelSignal.generate.json +4 -10
- package/guidelines/modelStore/modelStore.generate.json +4 -10
- package/guidelines/modelTemplate/modelTemplate.generate.json +4 -10
- package/guidelines/modelUnit/modelUnit.generate.json +4 -10
- package/guidelines/modelUtil/modelUtil.generate.json +4 -10
- package/guidelines/modelView/modelView.generate.json +4 -10
- package/guidelines/modelZone/modelZone.generate.json +4 -10
- package/guidelines/moduleCodegen/moduleCodegen.generate.json +4 -10
- package/guidelines/moduleOverview/moduleOverview.generate.json +4 -10
- package/guidelines/scalarConstant/scalarConstant.generate.json +4 -10
- package/guidelines/scalarDictionary/scalarDictionary.generate.json +4 -10
- package/guidelines/scalarModule/scalarModule.generate.json +4 -10
- package/guidelines/sharedUiUsage/sharedUiUsage.generate.json +4 -10
- package/guidelines/utilUiUsage/utilUiUsage.generate.json +4 -10
- package/incrementalBuilder.proc.js +131 -18
- package/index.js +201 -26
- package/package.json +3 -2
- package/templates/libRoot/lib/___libName__/__libName__.signal.ts +15 -0
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Model Template",
|
|
3
3
|
"description": "Module form UI generation rules",
|
|
4
4
|
"group": "module",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/template.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Model Template",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/template.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./modelTemplate.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/template.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Model Unit",
|
|
3
3
|
"description": "Module compact display UI rules",
|
|
4
4
|
"group": "module",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/unit.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Model Unit",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/unit.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./modelUnit.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/unit.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Model Util",
|
|
3
3
|
"description": "Module utility UI rules",
|
|
4
4
|
"group": "module",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/util.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Model Util",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/util.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./modelUtil.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/util.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Model View",
|
|
3
3
|
"description": "Module full detail UI rules",
|
|
4
4
|
"group": "module",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/view.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Model View",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/view.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./modelView.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/view.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Model Zone",
|
|
3
3
|
"description": "Module page section UI rules",
|
|
4
4
|
"group": "module",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/zone.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Model Zone",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/zone.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./modelZone.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/zone.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Module Codegen",
|
|
3
3
|
"description": "AI module generation orchestration",
|
|
4
4
|
"group": "module",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/overview.tsx",
|
|
6
6
|
"codegenPriority": 1,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Module Codegen",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/overview.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./moduleCodegen.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/overview.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Module Overview",
|
|
3
3
|
"description": "Module file roles and growth order",
|
|
4
4
|
"group": "core",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/module/overview.tsx",
|
|
6
6
|
"codegenPriority": 1,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Module Overview",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/module/overview.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./moduleOverview.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/module/overview.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Scalar Constant",
|
|
3
3
|
"description": "Scalar constant generation rules",
|
|
4
4
|
"group": "scalar",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/scalar/constant.tsx",
|
|
6
6
|
"codegenPriority": 1,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Scalar Constant",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/scalar/constant.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./scalarConstant.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/scalar/constant.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Scalar Dictionary",
|
|
3
3
|
"description": "Scalar dictionary generation rules",
|
|
4
4
|
"group": "scalar",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/scalar/dictionary.tsx",
|
|
6
6
|
"codegenPriority": 1,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Scalar Dictionary",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/scalar/dictionary.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./scalarDictionary.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/scalar/dictionary.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Scalar Module",
|
|
3
3
|
"description": "Scalar module overview rules",
|
|
4
4
|
"group": "scalar",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/conventions/scalar/overview.tsx",
|
|
6
6
|
"codegenPriority": 1,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Scalar Module",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/conventions/scalar/overview.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./scalarModule.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/conventions/scalar/overview.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Shared UI Usage",
|
|
3
3
|
"description": "Shared UI usage rules",
|
|
4
4
|
"group": "core",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/references/ui/overview.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Shared UI Usage",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/references/ui/overview.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./sharedUiUsage.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/references/ui/overview.tsx"
|
|
37
31
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
"title": "Util UI Usage",
|
|
3
3
|
"description": "Utility UI usage rules",
|
|
4
4
|
"group": "core",
|
|
5
|
-
"docsSource": "apps/
|
|
5
|
+
"docsSource": "apps/akan/page/(docs)/references/ui/core.tsx",
|
|
6
6
|
"codegenPriority": 3,
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"scans": [
|
|
9
9
|
{
|
|
10
10
|
"type": "docs",
|
|
11
11
|
"description": "Current docs source for Util UI Usage",
|
|
12
|
-
"path": "apps/
|
|
12
|
+
"path": "apps/akan/page/(docs)/references/ui/core.tsx"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"type": "example",
|
|
@@ -20,18 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"update": {
|
|
22
22
|
"filePath": "./utilUiUsage.instruction.md",
|
|
23
|
-
"contents": [
|
|
24
|
-
"purpose",
|
|
25
|
-
"file ownership",
|
|
26
|
-
"current API patterns",
|
|
27
|
-
"codegen rules",
|
|
28
|
-
"validation checklist"
|
|
29
|
-
],
|
|
23
|
+
"contents": ["purpose", "file ownership", "current API patterns", "codegen rules", "validation checklist"],
|
|
30
24
|
"rules": [
|
|
31
25
|
"Use current Akan APIs only",
|
|
32
26
|
"Keep output parseable for codegen",
|
|
33
27
|
"Include ownership boundaries and review checklist"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
|
-
"page": "apps/
|
|
30
|
+
"page": "apps/akan/page/(docs)/references/ui/core.tsx"
|
|
37
31
|
}
|