@akanjs/cli 3.0.0-alpha.7 → 3.0.0-alpha.9

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.
Files changed (75) hide show
  1. package/.build-stamp +1 -1
  2. package/{agent.command-pggr92jj.js → agent.command-f0gqkfgz.js} +7 -6
  3. package/{application.command-692yap1d.js → application.command-x903m2qq.js} +5 -4
  4. package/buildBatch.proc.js +2 -1
  5. package/{capacitorApp-p0z5yab2.js → capacitorApp-9xswcgx7.js} +3 -2
  6. package/{cloud.command-wqfsyzv2.js → cloud.command-zs6kyf83.js} +8 -7
  7. package/{context.command-9bxtdn0w.js → context.command-fmepgjzg.js} +14 -13
  8. package/getDirname-m9s0cmhq.js +8 -0
  9. package/{guideline.command-nfqahxex.js → guideline.command-n6sw0a0c.js} +5 -4
  10. package/guidelines/conventions/conventions.generate.json +25 -0
  11. package/guidelines/conventions/conventions.instruction.md +668 -0
  12. package/guidelines/workspaceOnboarding/workspaceOnboarding.generate.json +24 -0
  13. package/guidelines/workspaceOnboarding/workspaceOnboarding.instruction.md +972 -0
  14. package/incrementalBuilder.proc.js +2 -1
  15. package/index-1577bej2.js +7 -0
  16. package/{index-bz2sfzzt.js → index-3vta1tqa.js} +4 -4
  17. package/{index-p3f4q532.js → index-4m0bphac.js} +3 -3
  18. package/{index-w6wbb612.js → index-5sn5w2mt.js} +13 -13
  19. package/{index-5dw57f0d.js → index-62955kn5.js} +6 -6
  20. package/{index-mssqn2sq.js → index-774gcx29.js} +43 -4
  21. package/{index-xhgtkekh.js → index-779ske1y.js} +1 -1
  22. package/{index-js368gk9.js → index-82jrh4hj.js} +5 -5
  23. package/{index-a1e0j63x.js → index-d43t8af2.js} +2 -2
  24. package/{index-gex7c8kd.js → index-eyyf2149.js} +34 -6
  25. package/{index-azv0xjb5.js → index-gcv8ncfh.js} +2 -2
  26. package/{index-7myvn0f0.js → index-j37qq1f2.js} +1 -1
  27. package/{index-ztpw544k.js → index-jf2ya7r2.js} +3 -3
  28. package/{index-vtj3zps1.js → index-jhpa13zj.js} +7 -7
  29. package/{index-6rhabeev.js → index-kdh76j26.js} +4 -2
  30. package/{index-5pmx7bkg.js → index-qzdjd4ct.js} +3 -3
  31. package/{index-2c3e2xh8.js → index-rxkpk7n4.js} +1 -1
  32. package/{index-4hek879p.js → index-xmmzf150.js} +1 -1
  33. package/{index-gmy45vz2.js → index-y4vkyhvv.js} +3 -3
  34. package/{index-vg0sj9nc.js → index-z8ptfkzv.js} +56 -18
  35. package/index.js +19 -18
  36. package/{library.command-md9715jz.js → library.command-cv9gdbmg.js} +4 -3
  37. package/{localRegistry.command-exkbamyj.js → localRegistry.command-d8fg36zc.js} +7 -6
  38. package/{module.command-w5aaddxk.js → module.command-qyr1s9cn.js} +7 -6
  39. package/{package.command-yfkrcy0z.js → package.command-wsjx0k47.js} +4 -3
  40. package/package.json +2 -2
  41. package/{page.command-echbavp4.js → page.command-rdzg65rm.js} +4 -3
  42. package/{primitive.command-9fbhspw2.js → primitive.command-89g38b53.js} +8 -7
  43. package/{quality.command-3pnt9yep.js → quality.command-0cs2z92d.js} +3 -2
  44. package/{repair.command-carj4vax.js → repair.command-6fphxfwj.js} +6 -5
  45. package/{scalar.command-51ryzypc.js → scalar.command-xfer69s6.js} +6 -5
  46. package/templates/app/page/styles.css.template +3 -3
  47. package/templates/crudPages/[__model__Id]/edit/page.tsx +1 -1
  48. package/templates/crudPages/new/page.tsx +1 -1
  49. package/templates/crudSinglePage/page.tsx +1 -1
  50. package/templates/module/__Model__.Util.tsx +1 -1
  51. package/templates/module/__Model__.Zone.tsx +3 -5
  52. package/templates/workspaceRoot/AGENTS.md.template +0 -972
  53. package/templates/workspaceRoot/biome.json.template +3 -244
  54. package/{workflow.command-91wmvm8k.js → workflow.command-2ygfqt4f.js} +13 -12
  55. package/{workspace.command-wa10mfd9.js → workspace.command-88m0zs64.js} +35 -33
  56. package/templates/workspaceRoot/.cursor/rules/akan-page-routing.mdc.template +0 -43
  57. package/templates/workspaceRoot/.cursor/rules/akan-sync-conventions.mdc.template +0 -34
  58. package/templates/workspaceRoot/.cursor/rules/application-test-commands.mdc.template +0 -16
  59. package/templates/workspaceRoot/.cursor/rules/change-scope.mdc.template +0 -12
  60. package/templates/workspaceRoot/.cursor/rules/client-server-boundaries.mdc.template +0 -18
  61. package/templates/workspaceRoot/.cursor/rules/coding-comments.mdc.template +0 -25
  62. package/templates/workspaceRoot/.cursor/rules/coding-style.mdc.template +0 -44
  63. package/templates/workspaceRoot/.cursor/rules/domain-module-conventions.mdc.template +0 -17
  64. package/templates/workspaceRoot/.cursor/rules/format-lint.mdc.template +0 -12
  65. package/templates/workspaceRoot/.cursor/rules/lint-enforced-rules.mdc.template +0 -19
  66. package/templates/workspaceRoot/.cursor/rules/module-file-playbook.mdc.template +0 -62
  67. package/templates/workspaceRoot/.cursor/rules/naming-conventions.mdc.template +0 -15
  68. package/templates/workspaceRoot/.cursor/rules/react-component-style.mdc.template +0 -21
  69. package/templates/workspaceRoot/.cursor/rules/repo-overview.mdc.template +0 -17
  70. package/templates/workspaceRoot/.cursor/rules/scalar-modeling.mdc.template +0 -99
  71. package/templates/workspaceRoot/.cursor/rules/secrets-and-env.mdc.template +0 -13
  72. package/templates/workspaceRoot/.cursor/rules/service-signal-conventions.mdc.template +0 -83
  73. package/templates/workspaceRoot/.cursor/rules/srvkit-adapters-and-guards.mdc.template +0 -50
  74. package/templates/workspaceRoot/.cursor/rules/ssr-first.mdc.template +0 -59
  75. package/templates/workspaceRoot/.cursor/rules/typescript-imports.mdc.template +0 -16
@@ -0,0 +1,24 @@
1
+ {
2
+ "title": "Workspace Onboarding",
3
+ "description": "Product-workspace orientation — layout, decision matrix, workflow recipes, and query gotchas",
4
+ "group": "core",
5
+ "codegenPriority": 2,
6
+ "deprecated": false,
7
+ "scans": [],
8
+ "update": {
9
+ "filePath": "./workspaceOnboarding.instruction.md",
10
+ "contents": [
11
+ "workspace layout and generated files",
12
+ "agent workflow and common commands",
13
+ "where-do-I-put-this decision matrix",
14
+ "workflow recipes",
15
+ "modeling and query gotchas"
16
+ ],
17
+ "rules": [
18
+ "Use current Akan APIs only",
19
+ "Write for someone building a product on Akan, not for someone changing Akan",
20
+ "Refer to the app as <%= appName %>; the renderer substitutes the workspace's first app",
21
+ "Do not repeat a rule that the conventions guideline already states"
22
+ ]
23
+ }
24
+ }