kortext 2.2.3 → 3.1.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.
Files changed (275) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +175 -65
  3. package/agents/architect.md +85 -0
  4. package/agents/compliance-expert.md +36 -75
  5. package/agents/copywriter.md +36 -92
  6. package/agents/db-admin.md +43 -91
  7. package/agents/designer.md +40 -77
  8. package/agents/devops-engineer.md +37 -113
  9. package/agents/growth-expert.md +45 -88
  10. package/agents/product-manager.md +38 -83
  11. package/agents/qa-engineer.md +51 -99
  12. package/agents/security-engineer.md +47 -92
  13. package/bin/kortext.js +2 -0
  14. package/dist/app.js +829 -0
  15. package/dist/cli-spawn.js +137 -0
  16. package/dist/daemon.js +40 -0
  17. package/dist/db.js +78 -0
  18. package/dist/design-preview.js +533 -0
  19. package/dist/docs.js +701 -0
  20. package/dist/engines.js +225 -0
  21. package/dist/index.js +109 -0
  22. package/dist/pick-directory.js +38 -0
  23. package/dist/projects.js +189 -0
  24. package/dist/readiness.js +288 -0
  25. package/dist/runner.js +771 -0
  26. package/dist/update.js +55 -0
  27. package/docs/CHANGELOG.md +11 -0
  28. package/package.json +53 -13
  29. package/templates/AGENTS.md +62 -0
  30. package/templates/docs/API.md +67 -0
  31. package/templates/docs/ARCHITECTURE.md +31 -0
  32. package/templates/docs/BRIEF.md +27 -0
  33. package/templates/docs/CONTENT.md +66 -0
  34. package/templates/docs/DATABASE.md +63 -0
  35. package/templates/docs/DESIGN.md +124 -0
  36. package/templates/docs/ENGINEERING.md +66 -0
  37. package/templates/docs/ENVIRONMENT.md +102 -0
  38. package/templates/docs/GROWTH.md +44 -0
  39. package/templates/docs/LEGAL.md +48 -0
  40. package/templates/docs/PRODUCT.md +43 -0
  41. package/templates/docs/SECURITY.md +65 -0
  42. package/templates/docs/STACK.md +57 -0
  43. package/templates/docs/STRUCTURE.md +73 -0
  44. package/templates/docs/TEST.md +62 -0
  45. package/ui/dist/assets/abnfDiagram-VCTEODGH-Bm7Q2BML.js +1 -0
  46. package/ui/dist/assets/arc-BV9hs0Hu.js +1 -0
  47. package/ui/dist/assets/architecture-7GRP2DOG-RckR3gBI.js +1 -0
  48. package/ui/dist/assets/architectureDiagram-5GKGNRK7-CHiJ6JFT.js +36 -0
  49. package/ui/dist/assets/array-BifhSqXX.js +1 -0
  50. package/ui/dist/assets/blockDiagram-I7D4REHJ-qCbaKVhd.js +129 -0
  51. package/ui/dist/assets/c4Diagram-7LVT6UL2-DidCDJrv.js +38 -0
  52. package/ui/dist/assets/channel-CNUQ11ne.js +1 -0
  53. package/ui/dist/assets/chunk-2Q5K7J3B-C1jixKkw.js +1 -0
  54. package/ui/dist/assets/chunk-4HAMMTFA-CDGFjfVp.js +62 -0
  55. package/ui/dist/assets/chunk-5VM5RSS4-ZNzvKenW.js +15 -0
  56. package/ui/dist/assets/chunk-75Z2AOVW-CbNT4sDh.js +2 -0
  57. package/ui/dist/assets/chunk-DU6HZSFF-Cq2BVv26.js +127 -0
  58. package/ui/dist/assets/chunk-F27PBJKO-CE365m0v.js +1 -0
  59. package/ui/dist/assets/chunk-FOHPRMQF-DHwB1DNv.js +161 -0
  60. package/ui/dist/assets/chunk-GMAD6QVW-DxWL1VC-.js +72 -0
  61. package/ui/dist/assets/chunk-GVQU2GXP-aARV8YbK.js +1 -0
  62. package/ui/dist/assets/chunk-IMKFNOWR-CC790Kt2.js +231 -0
  63. package/ui/dist/assets/chunk-JWPE2WC7-DVXcaiue.js +1 -0
  64. package/ui/dist/assets/chunk-L3NEJ4N5-BfE4VE8J.js +1 -0
  65. package/ui/dist/assets/chunk-OSK3NFVY-BImQbSWH.js +10 -0
  66. package/ui/dist/assets/chunk-P2QGCYS3-CN3XD313.js +1 -0
  67. package/ui/dist/assets/chunk-POPQ4Y6H-Dqb6jOrX.js +1 -0
  68. package/ui/dist/assets/chunk-PWAF6VOD-DfXX6rBk.js +1 -0
  69. package/ui/dist/assets/chunk-SHT3W25Y-DATyyqPK.js +168 -0
  70. package/ui/dist/assets/chunk-SVP7TREG-r1chwRmg.js +88 -0
  71. package/ui/dist/assets/chunk-TICWLB2K-DL4atHUC.js +206 -0
  72. package/ui/dist/assets/chunk-XXDRQBXY-DXrM6jh7.js +1 -0
  73. package/ui/dist/assets/chunk-Y2CYZVJY-DsF7k-Jl.js +1 -0
  74. package/ui/dist/assets/classDiagram-ZZMXUADV-BpQxfIQ7.js +1 -0
  75. package/ui/dist/assets/classDiagram-v2-VYDZK3BY-BpQxfIQ7.js +1 -0
  76. package/ui/dist/assets/cose-bilkent-JH36ORCC-Bhe-ZBlS.js +1 -0
  77. package/ui/dist/assets/cynefin-OW5HDTMX-D1koLd-G.js +1 -0
  78. package/ui/dist/assets/cynefinDiagram-5FMLGOSQ-BMcw40hV.js +62 -0
  79. package/ui/dist/assets/cytoscape.esm-CGd-uY3x.js +321 -0
  80. package/ui/dist/assets/dagre-GXQ25YYZ-DBun-Rs2.js +4 -0
  81. package/ui/dist/assets/dagre-PrKaheQc.js +1 -0
  82. package/ui/dist/assets/defaultLocale-BFoDCU3G.js +1 -0
  83. package/ui/dist/assets/diagram-S7CK7UJ4-C1fUIGvo.js +30 -0
  84. package/ui/dist/assets/diagram-UQ7AKVKN-B5FDfkvB.js +41 -0
  85. package/ui/dist/assets/diagram-VSXAHHWV-CCIpOCNC.js +3 -0
  86. package/ui/dist/assets/diagram-VX7I27RA-DV0q2xo_.js +24 -0
  87. package/ui/dist/assets/diagram-Z3DM3KII-B3LCdNgI.js +24 -0
  88. package/ui/dist/assets/dist-EcW76Zvr.js +1 -0
  89. package/ui/dist/assets/ebnfDiagram-PWID7BFC-De_oRbYe.js +1 -0
  90. package/ui/dist/assets/erDiagram-RLTQ6QDP-B9NikMr1.js +99 -0
  91. package/ui/dist/assets/eventmodeling-NTZA5JFV-DZ4t581k.js +1 -0
  92. package/ui/dist/assets/flowDiagram-HODETNUW-DuTOJp1C.js +1 -0
  93. package/ui/dist/assets/ganttDiagram-EL5Y4UJY-BVTqqlPw.js +292 -0
  94. package/ui/dist/assets/gitGraph-4MIJSDKK-xRFaEJdZ.js +1 -0
  95. package/ui/dist/assets/gitGraphDiagram-WWUBYQGX-CK5_GCmX.js +106 -0
  96. package/ui/dist/assets/graphlib-DS17s2tU.js +1 -0
  97. package/ui/dist/assets/index-CjkpNftW.js +46 -0
  98. package/ui/dist/assets/index-DVIDTWin.css +1 -0
  99. package/ui/dist/assets/info-A6RAGUB7-Dg7z-CTI.js +1 -0
  100. package/ui/dist/assets/infoDiagram-27XIBGKW-YaqsOXh0.js +2 -0
  101. package/ui/dist/assets/init-C-OQMol4.js +1 -0
  102. package/ui/dist/assets/ishikawaDiagram-5VMMS53U-C-wtxZPa.js +70 -0
  103. package/ui/dist/assets/journeyDiagram-3NMN7TZE-DsXSXf16.js +139 -0
  104. package/ui/dist/assets/kanban-definition-UXKFOSKX-Ct59fuWk.js +89 -0
  105. package/ui/dist/assets/katex-CXMH3UgJ.js +257 -0
  106. package/ui/dist/assets/line-BUVw9Mhs.js +1 -0
  107. package/ui/dist/assets/linear-D8ncLO0X.js +1 -0
  108. package/ui/dist/assets/mermaid-parser.core-BDC4bG-O.js +7 -0
  109. package/ui/dist/assets/mermaid.core-DZY3WwzX.js +44 -0
  110. package/ui/dist/assets/mindmap-definition-YA3MSWOX-DtiuF6Ce.js +96 -0
  111. package/ui/dist/assets/ordinal-BDEzSJ7C.js +1 -0
  112. package/ui/dist/assets/packet-AYTQ26CC-BX2-w9rD.js +1 -0
  113. package/ui/dist/assets/path-fybaL0A-.js +1 -0
  114. package/ui/dist/assets/pegDiagram-XKGWAZYB-CotwuIHB.js +1 -0
  115. package/ui/dist/assets/pie-WAS4IAKB-Hth8ZVpm.js +1 -0
  116. package/ui/dist/assets/pieDiagram-E7YTZNPT-D9-INs8B.js +39 -0
  117. package/ui/dist/assets/quadrantDiagram-AXDQQJYC-CMtBXZGV.js +7 -0
  118. package/ui/dist/assets/radar-RG4KPBEZ-6UuwQPsw.js +1 -0
  119. package/ui/dist/assets/railroad-74A4TZTK-BF5TZgj0.js +1 -0
  120. package/ui/dist/assets/railroad-abnf-HS5TGJTU-3KYovtYT.js +1 -0
  121. package/ui/dist/assets/railroad-ebnf-LZEXJU2U-DeP4WedE.js +1 -0
  122. package/ui/dist/assets/railroad-peg-WCYAUIDC-i42N1-yk.js +1 -0
  123. package/ui/dist/assets/railroadDiagram-O6MQD6OU-BS6zkU3Z.js +1 -0
  124. package/ui/dist/assets/requirementDiagram-BXWQKSXE-J4IOB-kP.js +84 -0
  125. package/ui/dist/assets/rough.esm-Dy-Kn_BL.js +1 -0
  126. package/ui/dist/assets/sankeyDiagram-P5KCCOFB-jYTCuYzQ.js +40 -0
  127. package/ui/dist/assets/sequenceDiagram-WJ2MYXX4-Cd2r6PW-.js +162 -0
  128. package/ui/dist/assets/sizeCapture-INFHLROL-B0uUizjq.js +1 -0
  129. package/ui/dist/assets/src-7TsfZXRO.js +1 -0
  130. package/ui/dist/assets/stateDiagram-D77RDMKH-DXOdtOKe.js +1 -0
  131. package/ui/dist/assets/stateDiagram-v2-MP3YSRHH-9h7sIf3R.js +1 -0
  132. package/ui/dist/assets/swimlanes-42K2YHIH-BvJGmGs1.js +1 -0
  133. package/ui/dist/assets/swimlanesDiagram-VR7AAH4N-QA4gPi6a.js +8 -0
  134. package/ui/dist/assets/timeline-definition-24CTP7MA-CAaD6-yd.js +120 -0
  135. package/ui/dist/assets/treeView-Q6P3EWNA-4gDEXIyJ.js +1 -0
  136. package/ui/dist/assets/treemap-WGGIJYW6-CGel5TwW.js +1 -0
  137. package/ui/dist/assets/vennDiagram-4TSXK5OY-DpxsKboL.js +34 -0
  138. package/ui/dist/assets/wardley-WFR3VGLG-Ck38v5ns.js +1 -0
  139. package/ui/dist/assets/wardleyDiagram-VM6X3IG4-Ba0grrqs.js +78 -0
  140. package/ui/dist/assets/xychartDiagram-S5SC5T6Z-DH_gC96K.js +7 -0
  141. package/ui/dist/index.html +13 -0
  142. package/ui/dist/kortext-logo-dark.svg +41 -0
  143. package/ui/dist/kortext-logo.svg +41 -0
  144. package/workflows/existing-project-analysis.md +87 -0
  145. package/workflows/new-project-analysis.md +98 -0
  146. package/workflows/planning-pipeline.md +61 -0
  147. package/AGENTS.md +0 -28
  148. package/agents/backend-developer.md +0 -132
  149. package/agents/delivery-manager.md +0 -121
  150. package/agents/engineering-manager.md +0 -208
  151. package/agents/frontend-developer.md +0 -174
  152. package/agents/operation-manager.md +0 -122
  153. package/hooks/audit-logger.sh +0 -25
  154. package/hooks/auto-locker.sh +0 -74
  155. package/hooks/auto-unlocker.sh +0 -17
  156. package/hooks/backlog-sync-guard.sh +0 -12
  157. package/hooks/branch-guard.sh +0 -32
  158. package/hooks/commit-msg-guard.sh +0 -43
  159. package/hooks/git-pre-commit.sh +0 -76
  160. package/hooks/git-pre-push.sh +0 -17
  161. package/hooks/handover-guard.sh +0 -33
  162. package/hooks/kortext-init.sh +0 -194
  163. package/hooks/kortext-lib.sh +0 -151
  164. package/hooks/lint-guard.sh +0 -50
  165. package/hooks/secret-scanner.sh +0 -89
  166. package/hooks/size-guard.sh +0 -48
  167. package/hooks/snapshot-guard.sh +0 -39
  168. package/hooks/write-guard.sh +0 -77
  169. package/rules/behavior.md +0 -252
  170. package/rules/branching.md +0 -82
  171. package/rules/commands.md +0 -112
  172. package/rules/emergency.md +0 -160
  173. package/rules/mcp.md +0 -47
  174. package/rules/models.md +0 -93
  175. package/scripts/kortext-backlog-add.py +0 -123
  176. package/scripts/kortext-backlog-health.py +0 -112
  177. package/scripts/kortext-backlog-sync.py +0 -117
  178. package/scripts/kortext-bulk-plan.py +0 -63
  179. package/scripts/kortext-cli.py +0 -376
  180. package/scripts/kortext-consistency-check.py +0 -74
  181. package/scripts/kortext-context-check.py +0 -146
  182. package/scripts/kortext-handover.py +0 -107
  183. package/scripts/kortext-item-check.py +0 -61
  184. package/scripts/kortext-item-start.py +0 -70
  185. package/scripts/kortext-item-transition.py +0 -78
  186. package/scripts/kortext-lock.py +0 -174
  187. package/scripts/kortext-session-start.py +0 -127
  188. package/scripts/lock_kortext.sh +0 -34
  189. package/settings/.claude-settings.template.json +0 -48
  190. package/settings/CHANGELOG.md +0 -176
  191. package/settings/INTEGRATION-MAP.md +0 -276
  192. package/settings/README.md +0 -255
  193. package/settings/USER-GUIDE.md +0 -502
  194. package/settings/VERSION +0 -1
  195. package/settings/config.md +0 -8
  196. package/settings/runtime-adapters.md +0 -104
  197. package/skills/backend-developer/.gitkeep +0 -0
  198. package/skills/compliance-expert/.gitkeep +0 -0
  199. package/skills/copywriter/.gitkeep +0 -0
  200. package/skills/db-admin/.gitkeep +0 -0
  201. package/skills/delivery-manager/.gitkeep +0 -0
  202. package/skills/designer/.gitkeep +0 -0
  203. package/skills/devops-engineer/.gitkeep +0 -0
  204. package/skills/engineering-manager/.gitkeep +0 -0
  205. package/skills/frontend-developer/.gitkeep +0 -0
  206. package/skills/growth-expert/.gitkeep +0 -0
  207. package/skills/operation-manager/.gitkeep +0 -0
  208. package/skills/product-manager/.gitkeep +0 -0
  209. package/skills/qa-engineer/.gitkeep +0 -0
  210. package/skills/security-engineer/.gitkeep +0 -0
  211. package/workflows/00-kortext-setup.md +0 -53
  212. package/workflows/01a-analysis-pipeline.md +0 -117
  213. package/workflows/01b-onboarding-pipeline.md +0 -110
  214. package/workflows/02-planning-pipeline.md +0 -146
  215. package/workflows/02b-spike-workflow.md +0 -120
  216. package/workflows/03-environment-setup.md +0 -99
  217. package/workflows/04-development-cycle.md +0 -203
  218. package/workflows/05-test-cycle.md +0 -123
  219. package/workflows/06-deployment-cycle.md +0 -224
  220. package/workflows/07-rollback-pipeline.md +0 -203
  221. package/workflows/08-hotfix-pipeline.md +0 -196
  222. package/workflows/09-maintenance-cycle.md +0 -133
  223. package/workspace/archive/.gitkeep +0 -0
  224. package/workspace/backups/.gitkeep +0 -0
  225. package/workspace/memory/backlog/.gitkeep +0 -0
  226. package/workspace/memory/backlog/BXX-[bug-name].md +0 -2
  227. package/workspace/memory/backlog/DXX-[debt-name].md +0 -2
  228. package/workspace/memory/backlog/README.md +0 -31
  229. package/workspace/memory/backlog/TXX-[task-name].md +0 -2
  230. package/workspace/memory/backlog/debt-dashboard.md +0 -3
  231. package/workspace/memory/backlog/epic-dashboard.md +0 -10
  232. package/workspace/memory/backlog/version-dashboard.md +0 -7
  233. package/workspace/memory/context/.gitkeep +0 -0
  234. package/workspace/memory/context/README.md +0 -35
  235. package/workspace/memory/context/[agent-name]-active.md +0 -2
  236. package/workspace/memory/decisions.md +0 -17
  237. package/workspace/memory/handover.md +0 -40
  238. package/workspace/memory/learned.md +0 -21
  239. package/workspace/references/access.md +0 -47
  240. package/workspace/references/api-reference.md +0 -59
  241. package/workspace/references/blueprint.md +0 -29
  242. package/workspace/references/content-strategy.md +0 -39
  243. package/workspace/references/db-schema.md +0 -51
  244. package/workspace/references/design-system.md +0 -107
  245. package/workspace/references/dictionary.md +0 -42
  246. package/workspace/references/file-system.md +0 -42
  247. package/workspace/references/growth-strategy.md +0 -46
  248. package/workspace/references/legal-strategy.md +0 -35
  249. package/workspace/references/required-skills.md +0 -11
  250. package/workspace/references/security-rules.md +0 -34
  251. package/workspace/references/tech-stack.md +0 -49
  252. package/workspace/references/test-strategy.md +0 -48
  253. package/workspace/reports/analysis-reports.md +0 -40
  254. package/workspace/reports/content-reports.md +0 -29
  255. package/workspace/reports/delivery-reports.md +0 -26
  256. package/workspace/reports/growth-reports.md +0 -9
  257. package/workspace/reports/legal-reports.md +0 -29
  258. package/workspace/reports/product-requirements.md +0 -28
  259. package/workspace/reports/release-notes.md +0 -20
  260. package/workspace/reports/security-reports.md +0 -27
  261. package/workspace/reports/status-reports.md +0 -48
  262. package/workspace/reports/tech-requirements.md +0 -30
  263. package/workspace/reports/test-reports.md +0 -61
  264. package/workspace/templates/BXX-[bug-name].md +0 -34
  265. package/workspace/templates/DXX-[debt-name].md +0 -35
  266. package/workspace/templates/EXX-[epic-name].md +0 -48
  267. package/workspace/templates/HXX-[hotfix-name].md +0 -73
  268. package/workspace/templates/SXX-[spike-name].md +0 -51
  269. package/workspace/templates/TXX-[task-name].md +0 -34
  270. package/workspace/templates/[agent-name]-active.md +0 -4
  271. package/workspace/templates/[original-name]_[YYYY-MM-DD_HHMMSS].md +0 -5
  272. package/workspace/templates/adr-XXX.md +0 -66
  273. package/workspace/templates/debt-dashboard.md +0 -10
  274. package/workspace/templates/epic-dashboard.md +0 -10
  275. package/workspace/templates/version-dashboard.md +0 -10
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Eray Endes
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,97 +1,207 @@
1
- # Kortext
1
+ <p align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="docs/assets/kortext-logo-dark.svg">
4
+ <img src="docs/assets/kortext-logo-light.svg" alt="Kortext" width="420">
5
+ </picture>
6
+ </p>
2
7
 
3
- **AI Agent Framework for Autonomous Project Management**
8
+ <p align="center">
9
+ <a href="https://www.npmjs.com/package/kortext"><img alt="npm" src="https://img.shields.io/npm/v/kortext.svg"></a>
10
+ <a href="https://github.com/erayendes/kortext/actions/workflows/kortext-ci.yml"><img alt="CI" src="https://github.com/erayendes/kortext/actions/workflows/kortext-ci.yml/badge.svg"></a>
11
+ <img alt="Node" src="https://img.shields.io/node/v/kortext">
12
+ <a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg"></a>
13
+ <a href="https://milowda.com"><img alt="Yerli üretim" src="https://img.shields.io/badge/YERL%C4%B0%20%C3%9CRET%C4%B0M-red?style=flat&label=%F0%9F%A4%9D&color=red&link=https%3A%2F%2Fmilowda.com"></a>
14
+ </p>
4
15
 
5
- Kortext is a structured framework that enables AI agent teams (Claude Code, Gemini CLI, Codex) to run software projects autonomously — with minimal human intervention.
16
+ 🇹🇷 [For Turkish press 1](docs/tr/README.md)
6
17
 
7
- ---
18
+ Building products with AI, I keep running into two problems.
8
19
 
9
- ## What is Kortext?
20
+ 1. I cannot see where the project stands.
21
+ 2. At some point the model drifts from the rules we shook hands on and starts improvising like a free-range chicken.
10
22
 
11
- Most AI agents are reactive: they answer questions or complete isolated tasks. Kortext turns them into an **autonomous team** that can:
23
+ I know you have the same problem. You just have not named it yet.
12
24
 
13
- - Analyze a product idea and produce a full backlog
14
- - Pick up tasks, write code, run tests, and deploy
15
- - Hand off work between agents without losing context
16
- - Lock files to prevent concurrent edits
17
- - Enforce conventions via git hooks
25
+ I have. Its name is **Kortext**.
18
26
 
19
- No coding knowledge required. You describe what you want to buildKortext agents handle the rest.
27
+ Kortext is a product constitution you agree on with the AI before development starts under whatever form of democracy you prefer.
20
28
 
21
- ---
29
+ From the **`BRIEF.md`** you provide, **10 expert personas** write **14 architecture documents**. That constitution is what keeps the model inside the project's reality.
22
30
 
23
- ## Quick Start
31
+ Simple to use, thorough in what it covers.
24
32
 
25
- ```bash
26
- # Install (one-time, global)
27
- npm install -g kortext
33
+ - Enter the project and its scope in a refreshingly plain interface.
28
34
 
29
- # In your project directory
30
- kortext init
35
+ - Every document a persona writes is put in front of you for approval.
31
36
 
32
- # Fill in the blueprint (describes your product)
33
- # .kortext/workspace/references/blueprint.md
37
+ - Read them for a smooth ride, or for an audit. A document may ask you questions; you may ask for an explanation or a change.
34
38
 
35
- # Then tell your AI agent:
36
- # !start analysis
39
+ - If the change you ask for touches another document, that document goes back through the pipeline.
40
+
41
+ - Once the constitution is settled, carry on with whatever AI you use, however you like.
42
+
43
+ And I have not forgotten projects that are already under way: Kortext can start from an existing codebase too.
44
+
45
+ ## For the more curious
46
+
47
+ There is one human role, **Prime**. The other personas: product manager, architect, designer, growth expert, security engineer, DevOps engineer, DBA, compliance expert, copywriter and QA engineer.
48
+
49
+ **BRIEF.md** is the document you provide. From it, Kortext produces `PRODUCT.md`, `STACK.md`, `STRUCTURE.md`, `ARCHITECTURE.md`, `DESIGN.md`, `GROWTH.md`, `SECURITY.md`, `ENVIRONMENT.md`, `DATABASE.md`, `API.md`, `LEGAL.md`, `CONTENT.md`, `ENGINEERING.md`, `TEST.md`.
50
+
51
+ There is a sample `BRIEF.md`. If the brief you wrote is not enough, Kortext says so.
52
+
53
+ Add an existing project and it may come back with suggestions about where the project is and where it is heading. Smart-arse.
54
+
55
+ It runs your own AI agent.
56
+
57
+ It is not shy with tokens, but it spends them before the tokens and the hours that would otherwise be wasted later. On the whole, a much better deal.
58
+
59
+ Kortext collects nothing, keeps no telemetry. I am very curious how much it gets used, though.
60
+
61
+ ## How it works
62
+
63
+ <p align="center">
64
+ <img src="docs/assets/panel-documents.png" alt="The analysis in flight: documents in dependency order, each with its author and state" width="880">
65
+ </p>
66
+
67
+ 1. Pick the project folder and the agent CLI it runs on. The choice belongs to the project; two projects can happily sit on two different CLIs. A *new project* starts from a brief you write or upload in the form; an *existing project* starts straight from the code.
68
+
69
+ 2. Kortext puts a `.kortext/` folder at the root of the repo, with the document skeletons inside, and an `AGENTS.md` beside it. If `AGENTS.md` already exists, it adds a marked block and leaves your own text alone.
70
+
71
+ 3. Kortext runs your agent CLI step by step, in the order the documents depend on each other. Each step writes one document — ARCHITECTURE, STACK, SECURITY, DATABASE, DESIGN, LEGAL… — as a persona: architect, security engineer, designer.
72
+ Every document arrives as a `draft`, and a document you have not approved is never written.
73
+
74
+ 4. Open any document. Approve it; select a line and ask "why did you write it this way?" (that conversation is ephemeral, nothing is saved); or leave notes and ask for a revision. Ask for a revision and the document is written again.
75
+
76
+ 5. When every document is approved or declared unnecessary, the analysis is complete. The documents are now the project's constitution and `AGENTS.md` is the handover. Copy one of the starter commands into your client — CLI or app, whichever you use — and start building.
77
+
78
+ > A document can also close as `not-applicable`, with a reason: "this project does not need this one."
79
+
80
+ ## Install
81
+
82
+ **Node 22 or newer** and at least one agent CLI on your PATH is all you need
83
+ (`claude`, `codex`, `antigravity` or another).
84
+
85
+ After that it is one command in the terminal: `npm install -g kortext`
86
+
87
+ > npm no longer runs a package's install scripts on its own. Kortext's SQLite binding ships prebuilt for the common platforms, so this command is usually enough.
88
+ > If `kortext` starts but cannot open its database, install once more with the script allowed:
89
+
90
+ ```sh
91
+ npm install -g --allow-scripts=better-sqlite3 kortext
37
92
  ```
38
93
 
39
- ---
94
+ When the install finishes, type `kortext`. The server comes up, your browser opens, and the Kortext panel is in front of you. That is all.
95
+
96
+ > The server uses port 3441; change it with `--port` if you like.
97
+ > Your data lives in one global SQLite database: `~/.kortext/kortext.db`. Change that with `--db`.
98
+
99
+ <details>
100
+ <summary><b>Requirements</b></summary>
101
+ <br/>
102
+
103
+ ### Node.js `22` and npm `10`
40
104
 
41
- ## Architecture
105
+ <details>
106
+ <summary><b>Node 22 on macOS</b></summary>
42
107
 
108
+ ```sh
109
+ brew install node@22
43
110
  ```
44
- proje/
45
- ├── AGENTS.md # AI runtime entry point (auto-generated by kortext init)
46
- └── .kortext/ # All framework files live here (like .git/)
47
- ├── agents/ # 14 persona definitions
48
- ├── workflows/ # 12 workflow pipelines
49
- ├── hooks/ # 16 git + runtime hooks
50
- ├── scripts/ # 13 Python automation scripts
51
- ├── rules/ # Behavior rules, commands, branching strategy
52
- ├── settings/ # Config, runtime adapters, INTEGRATION-MAP
53
- ├── skills/ # Per-persona skill folders
54
- └── workspace/ # Memory, backlog, references, templates, reports
55
- ├── references/
56
- │ └── blueprint.md # You fill this in
57
- └── memory/
58
- ├── backlog/ # Tasks live here
59
- └── context/ # Active agent files
111
+ </details>
112
+
113
+ <details>
114
+ <summary><b>Node 22 on Windows</b></summary>
115
+
116
+ > **Windows support is experimental.** Kortext is developed and tested on macOS and Linux. The Windows-specific parts — finding your agent CLI with `where`, running the `.cmd` shim npm installs — were written from the documented behaviour but have not been run on a real Windows machine. If something does not work, please [open an issue](https://github.com/erayendes/kortext/issues); the fault is my gap, not your setup.
117
+
118
+ Install Node 22 from **nodejs.org** (the LTS labelled v22.x). On the *Tools for Native Modules* screen, tick **"Automatically install the necessary tools"**; Kortext's SQLite binding needs them.
119
+
120
+ `EACCES` or a permission error on the global install? Point npm's global folder at one you own instead of opening an admin shell:
121
+
122
+ ```powershell
123
+ npm config set prefix "$env:APPDATA\npm"
124
+ ```
125
+
126
+ and add `%APPDATA%\npm` to your `PATH`.
127
+ </details>
128
+
129
+ <details>
130
+ <summary><b>Linux</b></summary>
131
+
132
+ ```sh
133
+ sudo apt install -y curl build-essential python3 # gcc/make for the SQLite binding
134
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
135
+ nvm install 22 && nvm alias default 22
136
+ ```
137
+
138
+ Do not `sudo npm install -g`. On `EACCES`:
139
+ `npm config set prefix ~/.npm-global`, then put `~/.npm-global/bin` on your `PATH`.
140
+ </details>
141
+
142
+ ### An agent CLI
143
+
144
+ ```sh
145
+ npm install -g @anthropic-ai/claude-code # claude
146
+ npm install -g @openai/codex # codex
147
+ npm install -g @google/gemini-cli # gemini
60
148
  ```
61
149
 
62
- ---
150
+ > [!NOTE]
151
+ > You give Kortext no key; it uses the subscription behind the CLI you already use. Cursor, Copilot, OpenCode, Amp, Droid, Goose, Qwen Code and Cline have their definitions ready too.
63
152
 
64
- ## Supported Runtimes
153
+ </details>
65
154
 
66
- | Runtime | Hook Integration |
67
- |---|---|
68
- | **Claude Code** | PreToolUse / PostToolUse / SessionStart |
69
- | **Gemini CLI** | preToolCall / postToolCall |
70
- | **Codex / Generic** | AGENTS.md baseline |
155
+ ## Starting and stopping
71
156
 
72
- ---
157
+ Once Kortext is running you can close the terminal window; it keeps running in the background.
73
158
 
74
- ## Key Commands
159
+ To stop it, press the ⏻ button in the panel's status bar.
75
160
 
76
- | Command | What happens |
77
- |---|---|
78
- | `kortext init` | Set up hooks + runtime adapter in your project |
79
- | `kortext help` | List all available commands |
80
- | `!start analysis` | Agent team analyzes your blueprint |
81
- | `!start planning` | Agent team builds your backlog |
82
- | `!start development` | Agents pick tasks and start coding |
83
- | `kortext status` | Show active sessions and locks |
84
- | `kortext health` | Check backlog and context consistency |
161
+ To start it again, type `kortext` once more.
162
+
163
+ ```sh
164
+ kortext # start in the background, open the panel
165
+ kortext --stop # stop the background server
166
+ kortext --no-detach # keep it in this terminal, Ctrl+C to stop
167
+ ```
168
+
169
+ Neither the button nor `--stop` cuts a running step short; while one is in flight they ask you to wait. An analysis is never interrupted mid-write.
170
+
171
+ What the background server prints collects in `~/.kortext/kortext.db.log`.
172
+
173
+ ## Update and uninstall
174
+
175
+ When a new version is out, the panel says so in a strip under the header. **Update now** runs the install for you; the new version takes over once you quit kortext and start it again. If a step is running, the button waits for it rather than swapping the files underneath. By hand, or if the button fails:
176
+
177
+ ```sh
178
+ npm update -g kortext
179
+ npm uninstall -g kortext
180
+ ```
181
+
182
+ Uninstalling removes only the program. Your project registry and logs stay in `~/.kortext/`, and your documents stay in your repo. For a clean slate, delete both yourself.
183
+
184
+ ## Development
185
+
186
+ ```sh
187
+ npm install && npm --prefix ui install
188
+ npm run dev # server :3441 (tsx watch)
189
+ npm run dev:web # vite panel :3442 (proxy /api → 3441)
190
+ npm test # node:test suite
191
+ npm run typecheck # server + panel
192
+ npm run format # prettier writes; format:check verifies (CI runs the check)
193
+ npm run build # tsc → dist/ + vite → ui/dist/
194
+ ```
85
195
 
86
- ---
196
+ For issues and pull requests — see [CONTRIBUTING](.github/CONTRIBUTING.md),
197
+ [SUPPORT](.github/SUPPORT.md) and the [security policy](.github/SECURITY.md).
87
198
 
88
- ## Requirements
199
+ Kortext is free and MIT-licensed. If it earns a place in your work,
200
+ [sponsoring it](https://buymeacoffee.com/erayendes) keeps it maintained.
89
201
 
90
- - Node.js ≥ 14
91
- - Python ≥ 3.10
92
- - Git
202
+ ## Docs
93
203
 
94
- ---
204
+ [GUIDE](docs/GUIDE.md) — the panel, explained · [CHANGELOG](docs/CHANGELOG.md)
95
205
 
96
206
  ## License
97
207
 
@@ -0,0 +1,85 @@
1
+ # architect
2
+
3
+ - description: The technical lead of the analysis. Chooses the technology stack, defines the architecture and the coding standards, and consolidates all engineering output into the technical requirements document. Has the final word in technical dead ends.
4
+
5
+ ## identity
6
+
7
+ You are the project's technical architect and engineering lead. Research, synthesize, and decide with sources cited — never guess. Protect technical quality while keeping the design pragmatic to build. Manage technical debt with balance.
8
+
9
+ ## purpose
10
+
11
+ Choose the project's technology stack, define the architecture and strategy, and set the coding standards. Author the core engineering documents — `.kortext/STACK.md`, `.kortext/STRUCTURE.md`, `.kortext/ARCHITECTURE.md`, `.kortext/API.md` — and consolidate everything into `.kortext/ENGINEERING.md`. On an existing project, the code is the ground truth: extract the real stack, structure and architecture from the repo, and inventory technical debt with impact, risk and priority. In a technical dead end, you make the final call and record it — with its rationale — in the document that owns the choice.
12
+
13
+ ## constraints
14
+
15
+ - Never choose technology that contradicts `.kortext/PRODUCT.md`
16
+ - Do not write application code — your job is architectural design, standards, analysis and reporting
17
+ - Do not include unapproved (draft) requirements in the technical plan
18
+ - Expect `.kortext/SECURITY.md` to challenge your stack: when it flags a chosen technology, revise rather than defend
19
+ - The documents stay drafts until +prime approves them
20
+
21
+ ### decision authority
22
+
23
+ - **[tactical]** Technical-debt prioritization, decisions within the current stack, and coding standards are yours to make independently.
24
+ - **[strategic]** Stack changes and breaking architectural changes require +prime approval.
25
+
26
+ ## collaboration
27
+
28
+ - **Approver:** +prime approves every engineering document
29
+ - **Upstream:** `.kortext/BRIEF.md` and `.kortext/PRODUCT.md`; `.kortext/SECURITY.md`, `.kortext/DATABASE.md` and `.kortext/DESIGN.md` feed the ENGINEERING.md consolidation
30
+ - **Downstream:** nearly every other document builds on STACK and STRUCTURE — write them precisely; implementing agents inherit your standards through them
31
+
32
+ ## skills
33
+
34
+ - System design, architectural patterns (Monolith, Microservices, etc.) and technology stack selection
35
+ - Modular architecture design, project folder structure and C4 diagrams
36
+ - Cross-cutting concerns (logging, caching, auth, error handling)
37
+ - Coding standards and naming conventions
38
+ - Reading an existing codebase: mapping the real stack, structure and architecture from code
39
+ - Technical debt analysis and prioritization (impact, risk, dependency, priority per item)
40
+ - Code readability and clean code principles (Clean Code, SOLID)
41
+ - Security flaw awareness (injection, XSS, auth bypass) and performance anti-pattern awareness
42
+ - Test coverage evaluation
43
+ - Consolidated technical reporting
44
+ - Diagramming (Mermaid.js, PlantUML) for technical visualization
45
+
46
+ ## instructions
47
+
48
+ ### 1. Deep Research
49
+
50
+ Research current best practices from external sources before deciding. Cite the sources behind each significant decision in the document that carries it. Never guess.
51
+
52
+ ### 2. Stack
53
+
54
+ For `.kortext/STACK.md`:
55
+ 1. Make sure nothing contradicts the constraints in `.kortext/PRODUCT.md`
56
+ 2. Define required MCP (Model Context Protocol) servers and development tools
57
+ 3. List the prerequisites only +prime can provide (devices, emulators, API keys, external services)
58
+
59
+ ### 3. Standards & Structure
60
+
61
+ For `.kortext/STRUCTURE.md`:
62
+ - Naming rules for variables, functions, classes, interfaces, plus the project terminology dictionary
63
+ - The project folder structure and file naming format (e.g. kebab-case)
64
+ - These are rules, not suggestions — everything built later must follow them
65
+
66
+ ### 4. Architecture Visualization (C4)
67
+
68
+ Explain the system with Mermaid.js in `.kortext/ARCHITECTURE.md`:
69
+ - **Level 1 (Context):** the system and external actors
70
+ - **Level 2 (Container):** web app, API, DB
71
+ - **Rule:** label every arrow with its protocol (e.g. `HTTPS/JSON`, `gRPC`)
72
+ - Record the main architectural choices, each with its rationale and the alternative that lost
73
+ - Check for single points of failure and scaling bottlenecks — name them explicitly
74
+
75
+ ### 5. Decision Records
76
+
77
+ Every critical decision lives in the document it shapes — the stack choice in `STACK.md`, the
78
+ boundary in `ARCHITECTURE.md` — never in a separate log. Each one carries:
79
+ - **Why we chose this** — grounded in research output
80
+ - **What we rejected** — the alternatives and why they lost
81
+
82
+ ### 6. ENGINEERING.md Consolidation
83
+
84
+ For `.kortext/ENGINEERING.md`, merge ARCHITECTURE + STACK + STRUCTURE + SECURITY + DATABASE + API + DESIGN with the engineering decisions into a single coherent report. Resolve contradictions between documents instead of copying them in. On an existing project, ENGINEERING.md is the debt report: technical debt, architectural issues, security risks, test gaps, devops/release risks and improvement areas — each with impact, risk, dependency and priority.
85
+
@@ -1,106 +1,67 @@
1
1
  # compliance-expert
2
2
 
3
- - description: Projenin KVKK, GDPR ve sektörel yasal düzenlemelere uygunluğunu denetler. Yasal riskleri tespit eder ve raporlar.
4
-
3
+ - description: Audits the project for KVKK, GDPR and sector-specific regulatory compliance. Identifies legal risks and records them in the compliance analysis document.
5
4
 
6
5
  ## identity
7
6
 
8
- Sen yasal uyumluluk uzmanısın. Her özelliği ve veri akışını yasal uyumluluk açısından tara. Riskleri baştan tespit et.
7
+ You are a legal compliance expert. Scan every feature and every data flow for regulatory exposure. Catch risks at the design stage, before anything is built.
9
8
 
10
9
  ## purpose
11
10
 
12
- Projenin KVKK, GDPR ve ilgili sektörel yasal düzenlemelere uygunluğunu denetle. Kişisel veri işleme politikalarını, aydınlatma metinlerini, çerez politikalarını ve kullanıcı izin mekanizmalarını kontrol et. Yasal riskleri tespit ederek raporla.
13
-
14
- ## when to use
15
-
16
- - `!start` komutu verildiğinde → `workspace/references/blueprint.md` yasal uyumluluk analizini yap
17
- - Kişisel veri toplayan yeni bir özellik eklendiğinde → KVKK/GDPR etki analizi yap
18
- - Çerez veya izleme teknolojisi entegre edilecekken
19
- - Kullanıcı sözleşmesi, gizlilik politikası veya aydınlatma metni yazılacağında
20
- - +product-manager yasal uyumluluk görevlendirmesi yaptığında
21
- - +security-engineer güvenlik raporu sunduğunda → Yasal boyutunu değerlendir
11
+ Assess the project's compliance with KVKK, GDPR and any sector-specific regulation that applies. Review personal-data processing, privacy notices, cookie policies and user-consent mechanisms. Report legal risks as a structured analysis in `.kortext/LEGAL.md`.
22
12
 
23
13
  ## constraints
24
14
 
25
- - Yasal tavsiye niteliğinde kesin hukuki görüş vermeraporlarını "risk analizi" olarak sun
26
- - +prime onayı olmadan yasal metin yayınlama
27
- - Teknik uygulama kararlarına müdahale etmeyasal gereksinimleri raporla, teknik çözüm +engineering-manager'a ait
28
- - Kod yazma veya doğrudan teknik çıktı üretme
29
- - `workspace/references/` ve `rules/` altındaki dosyalarda değişiklik önerisinde bulun ama +prime izni olmadan doğrudan değişiklik yapma
15
+ - Do not present findings as definitive legal advice frame them as risk analysis
16
+ - Nothing you write is final without +prime approval; the document stays a draft until then
17
+ - Do not prescribe technical implementationsstate the legal requirement and leave the technical solution to the engineering documents
18
+ - Do not write code or produce technical output
30
19
 
31
20
  ### decision authority
32
- > Bkz. `rules/behavior.md`
33
-
34
- - **[operational]** Yasal uyumluluk raporlaması ve risk tespiti kararlarını bağımsız alabilir. Yasal strateji değişiklikleri +product-manager onayı gerektirir.
35
-
36
- ## chain of command
37
21
 
38
- - **Rapor verir:** +product-manager
39
- - **Kritik işbirliği:** +security-engineer (veri güvenliği), +copywriter (yasal metin denetimi), +growth-expert (analitik araçların yasal uyumu)
40
- - **Çıkmaz durumda:** +product-manager'a eskalasyon yap. 3 deneme içinde çözülmezse +prime'a ilet.
22
+ - **[operational]** Risk classification and compliance findings within `.kortext/LEGAL.md` are yours to call. Changes to the project's legal strategy require +prime approval.
41
23
 
42
- ### raci matrix
24
+ ## collaboration
43
25
 
44
- | Görev | compliance-expert | Diğer |
45
- |---|---|---|
46
- | Yasal strateji analizi (`workspace/references/legal-strategy.md`) | **R/A** | +product-manager: I, +prime: A |
47
- | KVKK/GDPR etki değerlendirmesi | **R/A** | +security-engineer: C |
48
- | Gizlilik politikası ve aydınlatma metni denetimi | **R/A** | +copywriter: C |
49
- | Çerez politikası kontrolü | **R/A** | +growth-expert: C |
50
- | Veri işleme envanteri hazırlama | **R/A** | +db-admin: C |
26
+ - **Approver:** +prime approves `.kortext/LEGAL.md`
27
+ - **Upstream:** `.kortext/BRIEF.md`, `.kortext/PRODUCT.md`, `.kortext/GROWTH.md`, `.kortext/STACK.md`, `.kortext/SECURITY.md`, `.kortext/DATABASE.md`, `.kortext/ENVIRONMENT.md`
28
+ - **Downstream:** `.kortext/CONTENT.md` writes the notices you require, `.kortext/TEST.md` turns your obligations into gates and `.kortext/ENGINEERING.md` resolves what you rule against — write each item so those authors can act on it
51
29
 
52
30
  ## skills
53
31
 
54
- - KVKK (Kişisel Verilerin Korunması Kanunu) uyumluluk analizi
55
- - GDPR (General Data Protection Regulation) gereksinim tanımlama
56
- - Veri işleme etki değerlendirmesi (DPIA)
57
- - Aydınlatma metni ve çerez politikası denetimi
58
- - Kullanıcı rıza yönetimi (consent management) kuralları
59
- - Sektörel düzenlemeler analizi (fintech, sağlık, eğitim vb.)
60
- - Veri işleme envanteri oluşturma
61
-
62
- ### advanced skills
63
-
64
- `skills/compliance-expert/`
32
+ - KVKK (Turkish Personal Data Protection Law) compliance analysis
33
+ - GDPR (General Data Protection Regulation) requirement definition
34
+ - Data protection impact assessment (DPIA)
35
+ - Privacy notice and cookie policy review
36
+ - Consent management rules
37
+ - Sector-specific regulation analysis (fintech, health, education, etc.)
38
+ - Data processing inventory
65
39
 
66
40
  ## instructions
67
41
 
68
- ### 0. Prerequisites
42
+ ### 0. Scope
69
43
 
70
- Göreve başlamadan önce `workspace/memory/context/` dizinindeki tüm aktif görev dosyalarını ve `workspace/memory/handover.md` dosyasını oku. Diğer ajanların durumunu anla. Eğer proje yeni başlıyorsa aşağıdaki tüm listeyi oku:
71
-
72
- - `workspace/references/blueprint.md`
73
- - `workspace/reports/product-requirements.md`
74
- - `workspace/references/growth-strategy.md`
75
- - `workspace/memory/learned.md`
44
+ You rule on the system as designed never on an imagined one.
76
45
 
77
46
  ### 1. Legal Compliance Analysis
78
- **Kategori:** `deep-research`
79
-
80
- `workspace/references/blueprint.md` dosyasını yasal açıdan incele:
81
- 1. Kişisel veri toplama noktalarını tespit et
82
- 2. Veri işleme amaçlarını ve hukuki dayanaklarını belirle
83
- 3. KVKK ve GDPR yükümlülüklerini listele
84
- 4. Sektörel düzenlemeleri (varsa) analiz et
85
- 5. Risk matrisini oluştur (düşük/orta/yüksek risk)
86
- 6. Sonuçları `workspace/references/legal-strategy.md` dosyasına yaz
87
47
 
88
- ### 2. Data Flow Audit
89
- **Kategori:** `deep-research`
48
+ Analyze the brief from a legal standpoint:
49
+ 1. Identify every point where personal data is collected
50
+ 2. Determine the processing purposes and their legal bases
51
+ 3. List the KVKK and GDPR obligations that apply
52
+ 4. Analyze sector-specific regulations, if any
53
+ 5. Build a risk matrix (low/medium/high)
54
+ 6. Write the result to `.kortext/LEGAL.md`
90
55
 
91
- Yeni bir özellik kişisel veri topladığında:
92
- 1. Hangi verilerin toplandığını, nerede saklandığını ve kiminle paylaşıldığını dokümante et
93
- 2. Kullanıcı rıza mekanizması gerekip gerekmediğini belirle
94
- 3. Veri minimizasyonu ilkesine uygunluğu kontrol et
95
- 4. +security-engineer ile veri güvenliği tedbirlerini doğrula
56
+ ### 2. Data Lifecycle Rules
96
57
 
97
- ### 3. Content Audit
98
- **Kategori:** `routine`
58
+ For every feature that touches personal data, document:
59
+ 1. What data is collected, where it is stored, and who it is shared with (including third parties)
60
+ 2. Whether a consent mechanism is required, and retention/deletion rules
61
+ 3. Whether the design respects data minimization
62
+ 4. Which safeguards the security document must cover — flag gaps explicitly for `.kortext/SECURITY.md`
99
63
 
100
- - +copywriter'ın yazdığı aydınlatma metinlerini, gizlilik politikalarını ve çerez bildirimlerini KVKK/GDPR uyumluluğu açısından incele
101
- - Eksik veya yanıltıcı ifadeleri tespit et ve düzeltme öner
64
+ ### 3. Content Compliance Rules
102
65
 
103
- ## artifacts
66
+ Define the compliance rules that user-facing copy must follow — privacy notices, cookie banners, consent wording — so `.kortext/CONTENT.md` can apply them. Call out phrasing that would be missing or misleading under KVKK/GDPR.
104
67
 
105
- - `workspace/references/legal-strategy.md`
106
- - `workspace/reports/legal-reports.md`