faf-cli 2.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 (283) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +227 -0
  3. package/dist/cli.d.ts +8 -0
  4. package/dist/cli.d.ts.map +1 -0
  5. package/dist/cli.js +1249 -0
  6. package/dist/cli.js.map +1 -0
  7. package/dist/commands/ai-analyze.d.ts +18 -0
  8. package/dist/commands/ai-analyze.d.ts.map +1 -0
  9. package/dist/commands/ai-analyze.js +226 -0
  10. package/dist/commands/ai-analyze.js.map +1 -0
  11. package/dist/commands/ai-enhance.d.ts +17 -0
  12. package/dist/commands/ai-enhance.d.ts.map +1 -0
  13. package/dist/commands/ai-enhance.js +278 -0
  14. package/dist/commands/ai-enhance.js.map +1 -0
  15. package/dist/commands/audit.d.ts +11 -0
  16. package/dist/commands/audit.d.ts.map +1 -0
  17. package/dist/commands/audit.js +180 -0
  18. package/dist/commands/audit.js.map +1 -0
  19. package/dist/commands/auto.d.ts +27 -0
  20. package/dist/commands/auto.d.ts.map +1 -0
  21. package/dist/commands/auto.js +106 -0
  22. package/dist/commands/auto.js.map +1 -0
  23. package/dist/commands/bi-sync.d.ts +43 -0
  24. package/dist/commands/bi-sync.d.ts.map +1 -0
  25. package/dist/commands/bi-sync.js +224 -0
  26. package/dist/commands/bi-sync.js.map +1 -0
  27. package/dist/commands/chat.d.ts +6 -0
  28. package/dist/commands/chat.d.ts.map +1 -0
  29. package/dist/commands/chat.js +227 -0
  30. package/dist/commands/chat.js.map +1 -0
  31. package/dist/commands/check.d.ts +15 -0
  32. package/dist/commands/check.d.ts.map +1 -0
  33. package/dist/commands/check.js +58 -0
  34. package/dist/commands/check.js.map +1 -0
  35. package/dist/commands/clear.d.ts +15 -0
  36. package/dist/commands/clear.d.ts.map +1 -0
  37. package/dist/commands/clear.js +167 -0
  38. package/dist/commands/clear.js.map +1 -0
  39. package/dist/commands/commit.d.ts +8 -0
  40. package/dist/commands/commit.d.ts.map +1 -0
  41. package/dist/commands/commit.js +164 -0
  42. package/dist/commands/commit.js.map +1 -0
  43. package/dist/commands/convert.d.ts +19 -0
  44. package/dist/commands/convert.d.ts.map +1 -0
  45. package/dist/commands/convert.js +102 -0
  46. package/dist/commands/convert.js.map +1 -0
  47. package/dist/commands/credit.d.ts +13 -0
  48. package/dist/commands/credit.d.ts.map +1 -0
  49. package/dist/commands/credit.js +149 -0
  50. package/dist/commands/credit.js.map +1 -0
  51. package/dist/commands/edit-helper.d.ts +6 -0
  52. package/dist/commands/edit-helper.d.ts.map +1 -0
  53. package/dist/commands/edit-helper.js +55 -0
  54. package/dist/commands/edit-helper.js.map +1 -0
  55. package/dist/commands/edit.d.ts +14 -0
  56. package/dist/commands/edit.d.ts.map +1 -0
  57. package/dist/commands/edit.js +196 -0
  58. package/dist/commands/edit.js.map +1 -0
  59. package/dist/commands/faf-auth.d.ts +10 -0
  60. package/dist/commands/faf-auth.d.ts.map +1 -0
  61. package/dist/commands/faf-auth.js +162 -0
  62. package/dist/commands/faf-auth.js.map +1 -0
  63. package/dist/commands/faf-dna.d.ts +9 -0
  64. package/dist/commands/faf-dna.d.ts.map +1 -0
  65. package/dist/commands/faf-dna.js +141 -0
  66. package/dist/commands/faf-dna.js.map +1 -0
  67. package/dist/commands/faf-log.d.ts +9 -0
  68. package/dist/commands/faf-log.d.ts.map +1 -0
  69. package/dist/commands/faf-log.js +135 -0
  70. package/dist/commands/faf-log.js.map +1 -0
  71. package/dist/commands/faf-recover.d.ts +3 -0
  72. package/dist/commands/faf-recover.d.ts.map +1 -0
  73. package/dist/commands/faf-recover.js +299 -0
  74. package/dist/commands/faf-recover.js.map +1 -0
  75. package/dist/commands/faf-update.d.ts +9 -0
  76. package/dist/commands/faf-update.d.ts.map +1 -0
  77. package/dist/commands/faf-update.js +68 -0
  78. package/dist/commands/faf-update.js.map +1 -0
  79. package/dist/commands/faq.d.ts +12 -0
  80. package/dist/commands/faq.d.ts.map +1 -0
  81. package/dist/commands/faq.js +84 -0
  82. package/dist/commands/faq.js.map +1 -0
  83. package/dist/commands/flow.d.ts +11 -0
  84. package/dist/commands/flow.d.ts.map +1 -0
  85. package/dist/commands/flow.js +117 -0
  86. package/dist/commands/flow.js.map +1 -0
  87. package/dist/commands/formats.d.ts +12 -0
  88. package/dist/commands/formats.d.ts.map +1 -0
  89. package/dist/commands/formats.js +109 -0
  90. package/dist/commands/formats.js.map +1 -0
  91. package/dist/commands/index.d.ts +14 -0
  92. package/dist/commands/index.d.ts.map +1 -0
  93. package/dist/commands/index.js +443 -0
  94. package/dist/commands/index.js.map +1 -0
  95. package/dist/commands/init.d.ts +14 -0
  96. package/dist/commands/init.d.ts.map +1 -0
  97. package/dist/commands/init.js +202 -0
  98. package/dist/commands/init.js.map +1 -0
  99. package/dist/commands/lint.d.ts +11 -0
  100. package/dist/commands/lint.d.ts.map +1 -0
  101. package/dist/commands/lint.js +269 -0
  102. package/dist/commands/lint.js.map +1 -0
  103. package/dist/commands/mirror.d.ts +7 -0
  104. package/dist/commands/mirror.d.ts.map +1 -0
  105. package/dist/commands/mirror.js +130 -0
  106. package/dist/commands/mirror.js.map +1 -0
  107. package/dist/commands/score.d.ts +11 -0
  108. package/dist/commands/score.d.ts.map +1 -0
  109. package/dist/commands/score.js +192 -0
  110. package/dist/commands/score.js.map +1 -0
  111. package/dist/commands/search.d.ts +16 -0
  112. package/dist/commands/search.d.ts.map +1 -0
  113. package/dist/commands/search.js +174 -0
  114. package/dist/commands/search.js.map +1 -0
  115. package/dist/commands/share.d.ts +17 -0
  116. package/dist/commands/share.d.ts.map +1 -0
  117. package/dist/commands/share.js +260 -0
  118. package/dist/commands/share.js.map +1 -0
  119. package/dist/commands/show.d.ts +10 -0
  120. package/dist/commands/show.d.ts.map +1 -0
  121. package/dist/commands/show.js +167 -0
  122. package/dist/commands/show.js.map +1 -0
  123. package/dist/commands/stacks.d.ts +51 -0
  124. package/dist/commands/stacks.d.ts.map +1 -0
  125. package/dist/commands/stacks.js +180 -0
  126. package/dist/commands/stacks.js.map +1 -0
  127. package/dist/commands/status.d.ts +13 -0
  128. package/dist/commands/status.d.ts.map +1 -0
  129. package/dist/commands/status.js +158 -0
  130. package/dist/commands/status.js.map +1 -0
  131. package/dist/commands/sync.d.ts +11 -0
  132. package/dist/commands/sync.d.ts.map +1 -0
  133. package/dist/commands/sync.js +300 -0
  134. package/dist/commands/sync.js.map +1 -0
  135. package/dist/commands/todo.d.ts +14 -0
  136. package/dist/commands/todo.d.ts.map +1 -0
  137. package/dist/commands/todo.js +279 -0
  138. package/dist/commands/todo.js.map +1 -0
  139. package/dist/commands/trust.d.ts +33 -0
  140. package/dist/commands/trust.d.ts.map +1 -0
  141. package/dist/commands/trust.js +316 -0
  142. package/dist/commands/trust.js.map +1 -0
  143. package/dist/commands/validate.d.ts +11 -0
  144. package/dist/commands/validate.d.ts.map +1 -0
  145. package/dist/commands/validate.js +100 -0
  146. package/dist/commands/validate.js.map +1 -0
  147. package/dist/commands/verify.d.ts +36 -0
  148. package/dist/commands/verify.d.ts.map +1 -0
  149. package/dist/commands/verify.js +194 -0
  150. package/dist/commands/verify.js.map +1 -0
  151. package/dist/commands/version.d.ts +5 -0
  152. package/dist/commands/version.d.ts.map +1 -0
  153. package/dist/commands/version.js +33 -0
  154. package/dist/commands/version.js.map +1 -0
  155. package/dist/commands/vibe.d.ts +7 -0
  156. package/dist/commands/vibe.d.ts.map +1 -0
  157. package/dist/commands/vibe.js +78 -0
  158. package/dist/commands/vibe.js.map +1 -0
  159. package/dist/converters/faf-converters.d.ts +43 -0
  160. package/dist/converters/faf-converters.d.ts.map +1 -0
  161. package/dist/converters/faf-converters.js +186 -0
  162. package/dist/converters/faf-converters.js.map +1 -0
  163. package/dist/engine-bridge.d.ts +35 -0
  164. package/dist/engine-bridge.d.ts.map +1 -0
  165. package/dist/engine-bridge.js +76 -0
  166. package/dist/engine-bridge.js.map +1 -0
  167. package/dist/engines/claude-todo-engine.d.ts +115 -0
  168. package/dist/engines/claude-todo-engine.d.ts.map +1 -0
  169. package/dist/engines/claude-todo-engine.js +346 -0
  170. package/dist/engines/claude-todo-engine.js.map +1 -0
  171. package/dist/engines/drop-coach.d.ts +64 -0
  172. package/dist/engines/drop-coach.d.ts.map +1 -0
  173. package/dist/engines/drop-coach.js +222 -0
  174. package/dist/engines/drop-coach.js.map +1 -0
  175. package/dist/engines/fab-formats-processor.d.ts +167 -0
  176. package/dist/engines/fab-formats-processor.d.ts.map +1 -0
  177. package/dist/engines/fab-formats-processor.js +1274 -0
  178. package/dist/engines/fab-formats-processor.js.map +1 -0
  179. package/dist/engines/faf-dna.d.ts +160 -0
  180. package/dist/engines/faf-dna.d.ts.map +1 -0
  181. package/dist/engines/faf-dna.js +522 -0
  182. package/dist/engines/faf-dna.js.map +1 -0
  183. package/dist/engines/relentless-context-extractor.d.ts +101 -0
  184. package/dist/engines/relentless-context-extractor.d.ts.map +1 -0
  185. package/dist/engines/relentless-context-extractor.js +625 -0
  186. package/dist/engines/relentless-context-extractor.js.map +1 -0
  187. package/dist/fix-once/colors.d.ts +83 -0
  188. package/dist/fix-once/colors.d.ts.map +1 -0
  189. package/dist/fix-once/colors.js +145 -0
  190. package/dist/fix-once/colors.js.map +1 -0
  191. package/dist/fix-once/types.d.ts +258 -0
  192. package/dist/fix-once/types.d.ts.map +1 -0
  193. package/dist/fix-once/types.js +26 -0
  194. package/dist/fix-once/types.js.map +1 -0
  195. package/dist/framework-detector.d.ts +286 -0
  196. package/dist/framework-detector.d.ts.map +1 -0
  197. package/dist/framework-detector.js +782 -0
  198. package/dist/framework-detector.js.map +1 -0
  199. package/dist/generators/faf-generator-championship.d.ts +11 -0
  200. package/dist/generators/faf-generator-championship.d.ts.map +1 -0
  201. package/dist/generators/faf-generator-championship.js +371 -0
  202. package/dist/generators/faf-generator-championship.js.map +1 -0
  203. package/dist/index.d.ts +18 -0
  204. package/dist/index.d.ts.map +1 -0
  205. package/dist/index.js +34 -0
  206. package/dist/index.js.map +1 -0
  207. package/dist/output/experience-manager.d.ts +58 -0
  208. package/dist/output/experience-manager.d.ts.map +1 -0
  209. package/dist/output/experience-manager.js +212 -0
  210. package/dist/output/experience-manager.js.map +1 -0
  211. package/dist/schema/faf-schema.d.ts +92 -0
  212. package/dist/schema/faf-schema.d.ts.map +1 -0
  213. package/dist/schema/faf-schema.js +173 -0
  214. package/dist/schema/faf-schema.js.map +1 -0
  215. package/dist/scoring/championship-scorer.d.ts +114 -0
  216. package/dist/scoring/championship-scorer.d.ts.map +1 -0
  217. package/dist/scoring/championship-scorer.js +380 -0
  218. package/dist/scoring/championship-scorer.js.map +1 -0
  219. package/dist/scoring/score-calculator.d.ts +29 -0
  220. package/dist/scoring/score-calculator.d.ts.map +1 -0
  221. package/dist/scoring/score-calculator.js +520 -0
  222. package/dist/scoring/score-calculator.js.map +1 -0
  223. package/dist/telemetry/analytics.d.ts +74 -0
  224. package/dist/telemetry/analytics.d.ts.map +1 -0
  225. package/dist/telemetry/analytics.js +370 -0
  226. package/dist/telemetry/analytics.js.map +1 -0
  227. package/dist/utils/balance-visualizer.d.ts +38 -0
  228. package/dist/utils/balance-visualizer.d.ts.map +1 -0
  229. package/dist/utils/balance-visualizer.js +196 -0
  230. package/dist/utils/balance-visualizer.js.map +1 -0
  231. package/dist/utils/championship-style.d.ts +110 -0
  232. package/dist/utils/championship-style.d.ts.map +1 -0
  233. package/dist/utils/championship-style.js +213 -0
  234. package/dist/utils/championship-style.js.map +1 -0
  235. package/dist/utils/color-utils.d.ts +17 -0
  236. package/dist/utils/color-utils.d.ts.map +1 -0
  237. package/dist/utils/color-utils.js +96 -0
  238. package/dist/utils/color-utils.js.map +1 -0
  239. package/dist/utils/fab-formats-engine.d.ts +76 -0
  240. package/dist/utils/fab-formats-engine.d.ts.map +1 -0
  241. package/dist/utils/fab-formats-engine.js +424 -0
  242. package/dist/utils/fab-formats-engine.js.map +1 -0
  243. package/dist/utils/fafignore-parser.d.ts +21 -0
  244. package/dist/utils/fafignore-parser.d.ts.map +1 -0
  245. package/dist/utils/fafignore-parser.js +178 -0
  246. package/dist/utils/fafignore-parser.js.map +1 -0
  247. package/dist/utils/file-utils.d.ts +65 -0
  248. package/dist/utils/file-utils.d.ts.map +1 -0
  249. package/dist/utils/file-utils.js +598 -0
  250. package/dist/utils/file-utils.js.map +1 -0
  251. package/dist/utils/platform-detector.d.ts +31 -0
  252. package/dist/utils/platform-detector.d.ts.map +1 -0
  253. package/dist/utils/platform-detector.js +218 -0
  254. package/dist/utils/platform-detector.js.map +1 -0
  255. package/dist/utils/technical-credit.d.ts +36 -0
  256. package/dist/utils/technical-credit.d.ts.map +1 -0
  257. package/dist/utils/technical-credit.js +286 -0
  258. package/dist/utils/technical-credit.js.map +1 -0
  259. package/dist/utils/trust-cache.d.ts +29 -0
  260. package/dist/utils/trust-cache.d.ts.map +1 -0
  261. package/dist/utils/trust-cache.js +123 -0
  262. package/dist/utils/trust-cache.js.map +1 -0
  263. package/dist/utils/turbo-cat-knowledge.d.ts +82 -0
  264. package/dist/utils/turbo-cat-knowledge.d.ts.map +1 -0
  265. package/dist/utils/turbo-cat-knowledge.js +1346 -0
  266. package/dist/utils/turbo-cat-knowledge.js.map +1 -0
  267. package/dist/utils/turbo-cat-pyramid.d.ts +38 -0
  268. package/dist/utils/turbo-cat-pyramid.d.ts.map +1 -0
  269. package/dist/utils/turbo-cat-pyramid.js +287 -0
  270. package/dist/utils/turbo-cat-pyramid.js.map +1 -0
  271. package/dist/utils/turbo-cat.d.ts +92 -0
  272. package/dist/utils/turbo-cat.d.ts.map +1 -0
  273. package/dist/utils/turbo-cat.js +412 -0
  274. package/dist/utils/turbo-cat.js.map +1 -0
  275. package/dist/utils/vibe-sync.d.ts +25 -0
  276. package/dist/utils/vibe-sync.d.ts.map +1 -0
  277. package/dist/utils/vibe-sync.js +169 -0
  278. package/dist/utils/vibe-sync.js.map +1 -0
  279. package/dist/utils/yaml-generator.d.ts +39 -0
  280. package/dist/utils/yaml-generator.d.ts.map +1 -0
  281. package/dist/utils/yaml-generator.js +345 -0
  282. package/dist/utils/yaml-generator.js.map +1 -0
  283. package/package.json +96 -0
@@ -0,0 +1,1346 @@
1
+ "use strict";
2
+ /**
3
+ * 🔺 TURBO-CAT™ FORMAT PYRAMID v1.0.0
4
+ *
5
+ * THE SACRED 154 - Each format is a pyramid stone!
6
+ *
7
+ * Like precious metals in a catalytic converter - each format triggers
8
+ * a specific intelligence reaction. We CAN catalyze ANY format, but only
9
+ * the WORTHY earn a pyramid stone!
10
+ *
11
+ * Pyramid Status: 134/154 stones placed (20 positions available)
12
+ *
13
+ * THE DOCTRINE: To add a new format, PROVE it's better than existing ones!
14
+ * Sum(1..17) = 153 + TURBO-CAT = 154 Perfect Formats
15
+ *
16
+ * 😽 We are the FORMAT FREAKS - Quality over Quantity!
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.KNOWLEDGE_BASE = void 0;
20
+ exports.getFormatKnowledge = getFormatKnowledge;
21
+ exports.getAllFormats = getAllFormats;
22
+ exports.getHighValueFormats = getHighValueFormats;
23
+ exports.getFormatsByIntelligence = getFormatsByIntelligence;
24
+ exports.getFormatsForSlot = getFormatsForSlot;
25
+ exports.getMaxIntelligenceScore = getMaxIntelligenceScore;
26
+ /**
27
+ * THE KNOWLEDGE BASE
28
+ *
29
+ * Add any file format here and map it to:
30
+ * 1. Frameworks it indicates
31
+ * 2. Context slots it can fill
32
+ * 3. Priority/intelligence score
33
+ *
34
+ * The fab-formats engine will automatically use this knowledge!
35
+ */
36
+ exports.KNOWLEDGE_BASE = {
37
+ // ============================================
38
+ // ULTRA-HIGH VALUE (35 points) - Package Managers
39
+ // ============================================
40
+ 'package.json': {
41
+ frameworks: ['Node.js', 'JavaScript', 'TypeScript'],
42
+ slots: {
43
+ packageManager: 'npm/yarn/pnpm',
44
+ mainLanguage: 'JavaScript/TypeScript'
45
+ },
46
+ priority: 35,
47
+ intelligence: 'ultra-high'
48
+ },
49
+ 'README.md': {
50
+ frameworks: [], // Can be any framework
51
+ slots: {
52
+ targetUser: 'developers', // Often contains who it's for
53
+ coreProblem: 'understanding project', // Usually describes the problem
54
+ missionPurpose: 'project documentation' // Contains the why
55
+ },
56
+ priority: 25, // HIGH: Human context goldmine
57
+ intelligence: 'high'
58
+ },
59
+ 'requirements.txt': {
60
+ frameworks: ['Python'],
61
+ slots: {
62
+ packageManager: 'pip',
63
+ mainLanguage: 'Python'
64
+ },
65
+ priority: 35,
66
+ intelligence: 'ultra-high'
67
+ },
68
+ 'Pipfile': {
69
+ frameworks: ['Python'],
70
+ slots: {
71
+ packageManager: 'pipenv',
72
+ mainLanguage: 'Python'
73
+ },
74
+ priority: 35,
75
+ intelligence: 'ultra-high'
76
+ },
77
+ 'pyproject.toml': {
78
+ frameworks: ['Python'],
79
+ slots: {
80
+ packageManager: 'poetry',
81
+ mainLanguage: 'Python',
82
+ buildTool: 'poetry'
83
+ },
84
+ priority: 35,
85
+ intelligence: 'ultra-high'
86
+ },
87
+ 'Gemfile': {
88
+ frameworks: ['Ruby', 'Rails'],
89
+ slots: {
90
+ packageManager: 'bundler',
91
+ mainLanguage: 'Ruby'
92
+ },
93
+ priority: 35,
94
+ intelligence: 'ultra-high'
95
+ },
96
+ 'composer.json': {
97
+ frameworks: ['PHP', 'Laravel', 'Symfony'],
98
+ slots: {
99
+ packageManager: 'composer',
100
+ mainLanguage: 'PHP'
101
+ },
102
+ priority: 35,
103
+ intelligence: 'ultra-high'
104
+ },
105
+ 'Cargo.toml': {
106
+ frameworks: ['Rust'],
107
+ slots: {
108
+ packageManager: 'cargo',
109
+ mainLanguage: 'Rust',
110
+ buildTool: 'cargo'
111
+ },
112
+ priority: 35,
113
+ intelligence: 'ultra-high'
114
+ },
115
+ 'go.mod': {
116
+ frameworks: ['Go'],
117
+ slots: {
118
+ packageManager: 'go modules',
119
+ mainLanguage: 'Go',
120
+ buildTool: 'go build'
121
+ },
122
+ priority: 35,
123
+ intelligence: 'ultra-high'
124
+ },
125
+ 'pubspec.yaml': {
126
+ frameworks: ['Flutter', 'Dart'],
127
+ slots: {
128
+ packageManager: 'pub',
129
+ mainLanguage: 'Dart',
130
+ framework: 'Flutter'
131
+ },
132
+ priority: 35,
133
+ intelligence: 'ultra-high'
134
+ },
135
+ 'pom.xml': {
136
+ frameworks: ['Java', 'Spring', 'Maven'],
137
+ slots: {
138
+ packageManager: 'maven',
139
+ mainLanguage: 'Java',
140
+ buildTool: 'maven'
141
+ },
142
+ priority: 35,
143
+ intelligence: 'ultra-high'
144
+ },
145
+ 'build.gradle': {
146
+ frameworks: ['Java', 'Kotlin', 'Spring', 'Gradle'],
147
+ slots: {
148
+ packageManager: 'gradle',
149
+ mainLanguage: 'Java/Kotlin',
150
+ buildTool: 'gradle'
151
+ },
152
+ priority: 35,
153
+ intelligence: 'ultra-high'
154
+ },
155
+ // ============================================
156
+ // HIGH VALUE (30 points) - JavaScript Frameworks
157
+ // ============================================
158
+ 'next.config.js': {
159
+ frameworks: ['Next.js'],
160
+ slots: {
161
+ framework: 'Next.js',
162
+ runtime: 'Node.js',
163
+ buildTool: 'Next.js',
164
+ mainLanguage: 'JavaScript',
165
+ server: 'Node.js'
166
+ },
167
+ priority: 30,
168
+ intelligence: 'high'
169
+ },
170
+ 'next.config.mjs': {
171
+ frameworks: ['Next.js'],
172
+ slots: {
173
+ framework: 'Next.js',
174
+ runtime: 'Node.js',
175
+ buildTool: 'Next.js',
176
+ mainLanguage: 'JavaScript',
177
+ server: 'Node.js'
178
+ },
179
+ priority: 30,
180
+ intelligence: 'high'
181
+ },
182
+ 'next.config.ts': {
183
+ frameworks: ['Next.js 13+'],
184
+ slots: {
185
+ framework: 'Next.js 13+',
186
+ runtime: 'Node.js',
187
+ buildTool: 'Next.js',
188
+ mainLanguage: 'TypeScript',
189
+ server: 'Node.js'
190
+ },
191
+ priority: 30,
192
+ intelligence: 'high'
193
+ },
194
+ 'nuxt.config.js': {
195
+ frameworks: ['Nuxt 2'],
196
+ slots: {
197
+ framework: 'Nuxt 2',
198
+ runtime: 'Node.js',
199
+ buildTool: 'Nuxt',
200
+ mainLanguage: 'JavaScript',
201
+ server: 'Node.js'
202
+ },
203
+ priority: 30,
204
+ intelligence: 'high'
205
+ },
206
+ 'nuxt.config.ts': {
207
+ frameworks: ['Nuxt 3'],
208
+ slots: {
209
+ framework: 'Nuxt 3',
210
+ runtime: 'Node.js',
211
+ buildTool: 'Nuxt',
212
+ mainLanguage: 'TypeScript',
213
+ server: 'Node.js'
214
+ },
215
+ priority: 30,
216
+ intelligence: 'high'
217
+ },
218
+ 'svelte.config.js': {
219
+ frameworks: ['SvelteKit'],
220
+ slots: {
221
+ framework: 'SvelteKit',
222
+ buildTool: 'Vite',
223
+ mainLanguage: 'JavaScript',
224
+ server: 'Node.js'
225
+ },
226
+ priority: 30,
227
+ intelligence: 'high'
228
+ },
229
+ 'angular.json': {
230
+ frameworks: ['Angular'],
231
+ slots: {
232
+ framework: 'Angular',
233
+ buildTool: 'Angular CLI',
234
+ mainLanguage: 'TypeScript',
235
+ server: 'Node.js'
236
+ },
237
+ priority: 30,
238
+ intelligence: 'high'
239
+ },
240
+ 'vue.config.js': {
241
+ frameworks: ['Vue'],
242
+ slots: {
243
+ framework: 'Vue',
244
+ buildTool: 'Vue CLI',
245
+ mainLanguage: 'JavaScript'
246
+ },
247
+ priority: 30,
248
+ intelligence: 'high'
249
+ },
250
+ 'remix.config.js': {
251
+ frameworks: ['Remix'],
252
+ slots: {
253
+ framework: 'Remix',
254
+ runtime: 'Node.js',
255
+ mainLanguage: 'JavaScript',
256
+ server: 'Node.js'
257
+ },
258
+ priority: 30,
259
+ intelligence: 'high'
260
+ },
261
+ 'gatsby-config.js': {
262
+ frameworks: ['Gatsby'],
263
+ slots: {
264
+ framework: 'Gatsby',
265
+ buildTool: 'Gatsby',
266
+ mainLanguage: 'JavaScript',
267
+ server: 'Node.js'
268
+ },
269
+ priority: 30,
270
+ intelligence: 'high'
271
+ },
272
+ 'gatsby-config.ts': {
273
+ frameworks: ['Gatsby'],
274
+ slots: {
275
+ framework: 'Gatsby',
276
+ buildTool: 'Gatsby',
277
+ mainLanguage: 'TypeScript',
278
+ server: 'Node.js'
279
+ },
280
+ priority: 30,
281
+ intelligence: 'high'
282
+ },
283
+ 'astro.config.mjs': {
284
+ frameworks: ['Astro'],
285
+ slots: {
286
+ framework: 'Astro',
287
+ buildTool: 'Vite',
288
+ mainLanguage: 'JavaScript',
289
+ server: 'Node.js'
290
+ },
291
+ priority: 30,
292
+ intelligence: 'high'
293
+ },
294
+ 'redwood.toml': {
295
+ frameworks: ['RedwoodJS'],
296
+ slots: {
297
+ framework: 'RedwoodJS',
298
+ buildTool: 'Webpack',
299
+ mainLanguage: 'JavaScript/TypeScript',
300
+ server: 'Node.js',
301
+ database: 'Prisma'
302
+ },
303
+ priority: 30,
304
+ intelligence: 'high'
305
+ },
306
+ 'blitz.config.ts': {
307
+ frameworks: ['Blitz.js'],
308
+ slots: {
309
+ framework: 'Blitz.js',
310
+ buildTool: 'Next.js',
311
+ mainLanguage: 'TypeScript',
312
+ server: 'Node.js',
313
+ database: 'Prisma'
314
+ },
315
+ priority: 30,
316
+ intelligence: 'high'
317
+ },
318
+ 'qwik.config.ts': {
319
+ frameworks: ['Qwik'],
320
+ slots: {
321
+ framework: 'Qwik',
322
+ buildTool: 'Vite',
323
+ mainLanguage: 'TypeScript',
324
+ server: 'Node.js'
325
+ },
326
+ priority: 30,
327
+ intelligence: 'high'
328
+ },
329
+ // ============================================
330
+ // HIGH VALUE (30 points) - Backend Frameworks
331
+ // ============================================
332
+ 'manage.py': {
333
+ frameworks: ['Django'],
334
+ slots: {
335
+ framework: 'Django',
336
+ backend: 'Django',
337
+ mainLanguage: 'Python',
338
+ server: 'Django',
339
+ apiType: 'Django Views'
340
+ },
341
+ priority: 30,
342
+ intelligence: 'high'
343
+ },
344
+ 'artisan': {
345
+ frameworks: ['Laravel'],
346
+ slots: {
347
+ framework: 'Laravel',
348
+ backend: 'Laravel',
349
+ mainLanguage: 'PHP',
350
+ server: 'PHP',
351
+ apiType: 'Laravel Routes'
352
+ },
353
+ priority: 30,
354
+ intelligence: 'high'
355
+ },
356
+ 'mix.exs': {
357
+ frameworks: ['Phoenix', 'Elixir'],
358
+ slots: {
359
+ framework: 'Phoenix',
360
+ backend: 'Phoenix',
361
+ mainLanguage: 'Elixir',
362
+ server: 'BEAM'
363
+ },
364
+ priority: 30,
365
+ intelligence: 'high'
366
+ },
367
+ 'nest-cli.json': {
368
+ frameworks: ['NestJS'],
369
+ slots: {
370
+ framework: 'NestJS',
371
+ backend: 'NestJS',
372
+ mainLanguage: 'TypeScript',
373
+ server: 'Node.js',
374
+ apiType: 'REST API'
375
+ },
376
+ priority: 30,
377
+ intelligence: 'high'
378
+ },
379
+ 'strapi.config.js': {
380
+ frameworks: ['Strapi'],
381
+ slots: {
382
+ backend: 'Strapi',
383
+ apiType: 'REST API',
384
+ database: 'Required',
385
+ server: 'Node.js'
386
+ },
387
+ priority: 30,
388
+ intelligence: 'high'
389
+ },
390
+ // ============================================
391
+ // HIGH VALUE (30 points) - Infrastructure
392
+ // ============================================
393
+ 'Dockerfile': {
394
+ frameworks: ['Docker'],
395
+ slots: {
396
+ hosting: 'Docker',
397
+ connection: 'Containerized'
398
+ },
399
+ priority: 30,
400
+ intelligence: 'high'
401
+ },
402
+ 'docker-compose.yml': {
403
+ frameworks: ['Docker Compose'],
404
+ slots: {
405
+ hosting: 'Docker',
406
+ connection: 'Multi-container'
407
+ },
408
+ priority: 30,
409
+ intelligence: 'high'
410
+ },
411
+ 'docker-compose.yaml': {
412
+ frameworks: ['Docker Compose'],
413
+ slots: {
414
+ hosting: 'Docker',
415
+ connection: 'Multi-container'
416
+ },
417
+ priority: 30,
418
+ intelligence: 'high'
419
+ },
420
+ 'kubernetes.yml': {
421
+ frameworks: ['Kubernetes'],
422
+ slots: {
423
+ hosting: 'Kubernetes',
424
+ connection: 'Orchestrated'
425
+ },
426
+ priority: 30,
427
+ intelligence: 'high'
428
+ },
429
+ 'k8s.yaml': {
430
+ frameworks: ['Kubernetes'],
431
+ slots: {
432
+ hosting: 'Kubernetes',
433
+ connection: 'Orchestrated'
434
+ },
435
+ priority: 30,
436
+ intelligence: 'high'
437
+ },
438
+ // ============================================
439
+ // HIGH VALUE (30 points) - Deployment
440
+ // ============================================
441
+ 'vercel.json': {
442
+ frameworks: ['Vercel'],
443
+ slots: {
444
+ hosting: 'Vercel',
445
+ cicd: 'Vercel'
446
+ },
447
+ priority: 30,
448
+ intelligence: 'high'
449
+ },
450
+ 'netlify.toml': {
451
+ frameworks: ['Netlify'],
452
+ slots: {
453
+ hosting: 'Netlify',
454
+ cicd: 'Netlify'
455
+ },
456
+ priority: 30,
457
+ intelligence: 'high'
458
+ },
459
+ 'render.yaml': {
460
+ frameworks: ['Render'],
461
+ slots: {
462
+ hosting: 'Render',
463
+ cicd: 'Render'
464
+ },
465
+ priority: 30,
466
+ intelligence: 'high'
467
+ },
468
+ 'fly.toml': {
469
+ frameworks: ['Fly.io'],
470
+ slots: {
471
+ hosting: 'Fly.io',
472
+ cicd: 'Fly.io'
473
+ },
474
+ priority: 30,
475
+ intelligence: 'high'
476
+ },
477
+ 'railway.json': {
478
+ frameworks: ['Railway'],
479
+ slots: {
480
+ hosting: 'Railway',
481
+ cicd: 'Railway'
482
+ },
483
+ priority: 30,
484
+ intelligence: 'high'
485
+ },
486
+ 'railway.toml': {
487
+ frameworks: ['Railway'],
488
+ slots: {
489
+ hosting: 'Railway',
490
+ cicd: 'Railway'
491
+ },
492
+ priority: 30,
493
+ intelligence: 'high'
494
+ },
495
+ 'app.yaml': {
496
+ frameworks: ['Google App Engine'],
497
+ slots: {
498
+ hosting: 'Google Cloud',
499
+ cicd: 'Google Cloud'
500
+ },
501
+ priority: 30,
502
+ intelligence: 'high'
503
+ },
504
+ 'Procfile': {
505
+ frameworks: ['Heroku'],
506
+ slots: {
507
+ hosting: 'Heroku',
508
+ cicd: 'Heroku'
509
+ },
510
+ priority: 30,
511
+ intelligence: 'high'
512
+ },
513
+ // ============================================
514
+ // MEDIUM VALUE (25 points) - Build Tools
515
+ // ============================================
516
+ 'vite.config.js': {
517
+ frameworks: ['Vite'],
518
+ slots: {
519
+ buildTool: 'Vite'
520
+ },
521
+ priority: 25,
522
+ intelligence: 'medium'
523
+ },
524
+ 'vite.config.ts': {
525
+ frameworks: ['Vite'],
526
+ slots: {
527
+ buildTool: 'Vite',
528
+ mainLanguage: 'TypeScript'
529
+ },
530
+ priority: 25,
531
+ intelligence: 'medium'
532
+ },
533
+ 'webpack.config.js': {
534
+ frameworks: ['Webpack'],
535
+ slots: {
536
+ buildTool: 'Webpack'
537
+ },
538
+ priority: 25,
539
+ intelligence: 'medium'
540
+ },
541
+ 'rollup.config.js': {
542
+ frameworks: ['Rollup'],
543
+ slots: {
544
+ buildTool: 'Rollup'
545
+ },
546
+ priority: 25,
547
+ intelligence: 'medium'
548
+ },
549
+ 'esbuild.config.js': {
550
+ frameworks: ['esbuild'],
551
+ slots: {
552
+ buildTool: 'esbuild'
553
+ },
554
+ priority: 25,
555
+ intelligence: 'medium'
556
+ },
557
+ 'parcel.config.js': {
558
+ frameworks: ['Parcel'],
559
+ slots: {
560
+ buildTool: 'Parcel'
561
+ },
562
+ priority: 25,
563
+ intelligence: 'medium'
564
+ },
565
+ 'snowpack.config.js': {
566
+ frameworks: ['Snowpack'],
567
+ slots: {
568
+ buildTool: 'Snowpack'
569
+ },
570
+ priority: 25,
571
+ intelligence: 'medium'
572
+ },
573
+ // ============================================
574
+ // MEDIUM VALUE (25 points) - Language Config
575
+ // ============================================
576
+ 'tsconfig.json': {
577
+ frameworks: ['TypeScript'],
578
+ slots: {
579
+ mainLanguage: 'TypeScript'
580
+ },
581
+ priority: 25,
582
+ intelligence: 'medium'
583
+ },
584
+ 'jsconfig.json': {
585
+ frameworks: ['JavaScript'],
586
+ slots: {
587
+ mainLanguage: 'JavaScript'
588
+ },
589
+ priority: 20,
590
+ intelligence: 'medium'
591
+ },
592
+ 'babel.config.js': {
593
+ frameworks: ['Babel'],
594
+ slots: {
595
+ buildTool: 'Babel'
596
+ },
597
+ priority: 20,
598
+ intelligence: 'medium'
599
+ },
600
+ '.babelrc': {
601
+ frameworks: ['Babel'],
602
+ slots: {
603
+ buildTool: 'Babel'
604
+ },
605
+ priority: 20,
606
+ intelligence: 'medium'
607
+ },
608
+ // ============================================
609
+ // MEDIUM VALUE (25 points) - Testing
610
+ // ============================================
611
+ 'jest.config.js': {
612
+ frameworks: ['Jest'],
613
+ slots: {
614
+ cicd: 'Jest'
615
+ },
616
+ priority: 25,
617
+ intelligence: 'medium'
618
+ },
619
+ 'jest.config.ts': {
620
+ frameworks: ['Jest'],
621
+ slots: {
622
+ cicd: 'Jest',
623
+ mainLanguage: 'TypeScript'
624
+ },
625
+ priority: 25,
626
+ intelligence: 'medium'
627
+ },
628
+ 'vitest.config.ts': {
629
+ frameworks: ['Vitest'],
630
+ slots: {
631
+ cicd: 'Vitest',
632
+ mainLanguage: 'TypeScript'
633
+ },
634
+ priority: 25,
635
+ intelligence: 'medium'
636
+ },
637
+ 'cypress.config.js': {
638
+ frameworks: ['Cypress'],
639
+ slots: {
640
+ cicd: 'Cypress'
641
+ },
642
+ priority: 25,
643
+ intelligence: 'medium'
644
+ },
645
+ 'playwright.config.ts': {
646
+ frameworks: ['Playwright'],
647
+ slots: {
648
+ cicd: 'Playwright',
649
+ mainLanguage: 'TypeScript'
650
+ },
651
+ priority: 25,
652
+ intelligence: 'medium'
653
+ },
654
+ 'karma.conf.js': {
655
+ frameworks: ['Karma'],
656
+ slots: {
657
+ cicd: 'Karma'
658
+ },
659
+ priority: 20,
660
+ intelligence: 'medium'
661
+ },
662
+ 'mocha.opts': {
663
+ frameworks: ['Mocha'],
664
+ slots: {
665
+ cicd: 'Mocha'
666
+ },
667
+ priority: 20,
668
+ intelligence: 'medium'
669
+ },
670
+ '.rspec': {
671
+ frameworks: ['RSpec'],
672
+ slots: {
673
+ cicd: 'RSpec',
674
+ mainLanguage: 'Ruby'
675
+ },
676
+ priority: 25,
677
+ intelligence: 'medium'
678
+ },
679
+ 'pytest.ini': {
680
+ frameworks: ['Pytest'],
681
+ slots: {
682
+ cicd: 'Pytest',
683
+ mainLanguage: 'Python'
684
+ },
685
+ priority: 25,
686
+ intelligence: 'medium'
687
+ },
688
+ 'phpunit.xml': {
689
+ frameworks: ['PHPUnit'],
690
+ slots: {
691
+ cicd: 'PHPUnit',
692
+ mainLanguage: 'PHP'
693
+ },
694
+ priority: 25,
695
+ intelligence: 'medium'
696
+ },
697
+ // ============================================
698
+ // MEDIUM VALUE (25 points) - Database/ORM
699
+ // ============================================
700
+ 'schema.prisma': {
701
+ frameworks: ['Prisma'],
702
+ slots: {
703
+ database: 'Prisma ORM',
704
+ connection: 'Prisma'
705
+ },
706
+ priority: 25,
707
+ intelligence: 'medium'
708
+ },
709
+ 'drizzle.config.ts': {
710
+ frameworks: ['Drizzle'],
711
+ slots: {
712
+ database: 'Drizzle ORM',
713
+ connection: 'Drizzle',
714
+ mainLanguage: 'TypeScript'
715
+ },
716
+ priority: 25,
717
+ intelligence: 'medium'
718
+ },
719
+ 'ormconfig.js': {
720
+ frameworks: ['TypeORM'],
721
+ slots: {
722
+ database: 'TypeORM',
723
+ connection: 'TypeORM'
724
+ },
725
+ priority: 25,
726
+ intelligence: 'medium'
727
+ },
728
+ 'knexfile.js': {
729
+ frameworks: ['Knex.js'],
730
+ slots: {
731
+ database: 'Knex.js',
732
+ connection: 'Knex.js'
733
+ },
734
+ priority: 25,
735
+ intelligence: 'medium'
736
+ },
737
+ 'sequelize.config.js': {
738
+ frameworks: ['Sequelize'],
739
+ slots: {
740
+ database: 'Sequelize',
741
+ connection: 'Sequelize'
742
+ },
743
+ priority: 25,
744
+ intelligence: 'medium'
745
+ },
746
+ 'alembic.ini': {
747
+ frameworks: ['Alembic'],
748
+ slots: {
749
+ database: 'Alembic',
750
+ mainLanguage: 'Python'
751
+ },
752
+ priority: 25,
753
+ intelligence: 'medium'
754
+ },
755
+ // ============================================
756
+ // MEDIUM VALUE (25 points) - CI/CD
757
+ // ============================================
758
+ '.github/workflows': {
759
+ frameworks: ['GitHub Actions'],
760
+ slots: {
761
+ cicd: 'GitHub Actions'
762
+ },
763
+ priority: 25,
764
+ intelligence: 'medium'
765
+ },
766
+ '.gitlab-ci.yml': {
767
+ frameworks: ['GitLab CI'],
768
+ slots: {
769
+ cicd: 'GitLab CI'
770
+ },
771
+ priority: 25,
772
+ intelligence: 'medium'
773
+ },
774
+ 'Jenkinsfile': {
775
+ frameworks: ['Jenkins'],
776
+ slots: {
777
+ cicd: 'Jenkins'
778
+ },
779
+ priority: 25,
780
+ intelligence: 'medium'
781
+ },
782
+ '.circleci/config.yml': {
783
+ frameworks: ['CircleCI'],
784
+ slots: {
785
+ cicd: 'CircleCI'
786
+ },
787
+ priority: 25,
788
+ intelligence: 'medium'
789
+ },
790
+ '.travis.yml': {
791
+ frameworks: ['Travis CI'],
792
+ slots: {
793
+ cicd: 'Travis CI'
794
+ },
795
+ priority: 25,
796
+ intelligence: 'medium'
797
+ },
798
+ 'azure-pipelines.yml': {
799
+ frameworks: ['Azure DevOps'],
800
+ slots: {
801
+ cicd: 'Azure DevOps'
802
+ },
803
+ priority: 25,
804
+ intelligence: 'medium'
805
+ },
806
+ 'bitbucket-pipelines.yml': {
807
+ frameworks: ['Bitbucket Pipelines'],
808
+ slots: {
809
+ cicd: 'Bitbucket Pipelines'
810
+ },
811
+ priority: 25,
812
+ intelligence: 'medium'
813
+ },
814
+ // ============================================
815
+ // MEDIUM VALUE (20 points) - CSS/UI
816
+ // ============================================
817
+ 'tailwind.config.js': {
818
+ frameworks: ['Tailwind CSS'],
819
+ slots: {
820
+ cssFramework: 'Tailwind CSS'
821
+ },
822
+ priority: 20,
823
+ intelligence: 'medium'
824
+ },
825
+ 'tailwind.config.ts': {
826
+ frameworks: ['Tailwind CSS'],
827
+ slots: {
828
+ cssFramework: 'Tailwind CSS',
829
+ mainLanguage: 'TypeScript'
830
+ },
831
+ priority: 20,
832
+ intelligence: 'medium'
833
+ },
834
+ 'postcss.config.js': {
835
+ frameworks: ['PostCSS'],
836
+ slots: {
837
+ cssFramework: 'PostCSS'
838
+ },
839
+ priority: 20,
840
+ intelligence: 'medium'
841
+ },
842
+ 'uno.config.ts': {
843
+ frameworks: ['UnoCSS'],
844
+ slots: {
845
+ cssFramework: 'UnoCSS',
846
+ mainLanguage: 'TypeScript'
847
+ },
848
+ priority: 20,
849
+ intelligence: 'medium'
850
+ },
851
+ 'styled-components.config.js': {
852
+ frameworks: ['styled-components'],
853
+ slots: {
854
+ cssFramework: 'styled-components',
855
+ uiLibrary: 'styled-components'
856
+ },
857
+ priority: 20,
858
+ intelligence: 'medium'
859
+ },
860
+ 'emotion.config.js': {
861
+ frameworks: ['Emotion'],
862
+ slots: {
863
+ cssFramework: 'Emotion',
864
+ uiLibrary: 'Emotion'
865
+ },
866
+ priority: 20,
867
+ intelligence: 'medium'
868
+ },
869
+ // ============================================
870
+ // MEDIUM VALUE (25 points) - Mobile
871
+ // ============================================
872
+ 'metro.config.js': {
873
+ frameworks: ['React Native'],
874
+ slots: {
875
+ framework: 'React Native',
876
+ mainLanguage: 'JavaScript'
877
+ },
878
+ priority: 25,
879
+ intelligence: 'medium'
880
+ },
881
+ 'expo.config.js': {
882
+ frameworks: ['Expo'],
883
+ slots: {
884
+ framework: 'React Native',
885
+ buildTool: 'Expo'
886
+ },
887
+ priority: 25,
888
+ intelligence: 'medium'
889
+ },
890
+ 'app.json': {
891
+ frameworks: ['React Native', 'Expo'],
892
+ slots: {
893
+ framework: 'React Native'
894
+ },
895
+ priority: 20,
896
+ intelligence: 'medium',
897
+ confirmWith: ['expo']
898
+ },
899
+ 'capacitor.config.ts': {
900
+ frameworks: ['Capacitor'],
901
+ slots: {
902
+ framework: 'Capacitor',
903
+ mainLanguage: 'TypeScript'
904
+ },
905
+ priority: 25,
906
+ intelligence: 'medium'
907
+ },
908
+ 'ionic.config.json': {
909
+ frameworks: ['Ionic'],
910
+ slots: {
911
+ framework: 'Ionic',
912
+ uiLibrary: 'Ionic'
913
+ },
914
+ priority: 25,
915
+ intelligence: 'medium'
916
+ },
917
+ // ============================================
918
+ // MEDIUM VALUE (25 points) - Monorepo
919
+ // ============================================
920
+ 'nx.json': {
921
+ frameworks: ['Nx'],
922
+ slots: {
923
+ buildTool: 'Nx'
924
+ },
925
+ priority: 25,
926
+ intelligence: 'medium'
927
+ },
928
+ 'turbo.json': {
929
+ frameworks: ['Turborepo'],
930
+ slots: {
931
+ buildTool: 'Turborepo'
932
+ },
933
+ priority: 25,
934
+ intelligence: 'medium'
935
+ },
936
+ 'lerna.json': {
937
+ frameworks: ['Lerna'],
938
+ slots: {
939
+ buildTool: 'Lerna'
940
+ },
941
+ priority: 25,
942
+ intelligence: 'medium'
943
+ },
944
+ 'rush.json': {
945
+ frameworks: ['Rush'],
946
+ slots: {
947
+ buildTool: 'Rush'
948
+ },
949
+ priority: 25,
950
+ intelligence: 'medium'
951
+ },
952
+ 'pnpm-workspace.yaml': {
953
+ frameworks: ['pnpm workspaces'],
954
+ slots: {
955
+ packageManager: 'pnpm',
956
+ buildTool: 'pnpm workspaces'
957
+ },
958
+ priority: 25,
959
+ intelligence: 'medium'
960
+ },
961
+ // ============================================
962
+ // LOW VALUE (15 points) - File Extensions
963
+ // These are pattern-based and less definitive
964
+ // ============================================
965
+ '*.svelte': {
966
+ frameworks: ['Svelte', 'SvelteKit'],
967
+ slots: {
968
+ framework: 'Svelte'
969
+ },
970
+ priority: 15,
971
+ intelligence: 'low'
972
+ },
973
+ '*.vue': {
974
+ frameworks: ['Vue'],
975
+ slots: {
976
+ framework: 'Vue'
977
+ },
978
+ priority: 15,
979
+ intelligence: 'low'
980
+ },
981
+ '*.jsx': {
982
+ frameworks: ['React'],
983
+ slots: {
984
+ framework: 'React',
985
+ mainLanguage: 'JavaScript'
986
+ },
987
+ priority: 15,
988
+ intelligence: 'low'
989
+ },
990
+ '*.ts': {
991
+ frameworks: ['TypeScript'],
992
+ slots: {
993
+ mainLanguage: 'TypeScript'
994
+ },
995
+ priority: 15,
996
+ intelligence: 'low'
997
+ },
998
+ '*.tsx': {
999
+ frameworks: ['React', 'TypeScript'],
1000
+ slots: {
1001
+ framework: 'React',
1002
+ mainLanguage: 'TypeScript'
1003
+ },
1004
+ priority: 15,
1005
+ intelligence: 'low'
1006
+ },
1007
+ '*.py': {
1008
+ frameworks: ['Python'],
1009
+ slots: {
1010
+ mainLanguage: 'Python'
1011
+ },
1012
+ priority: 15,
1013
+ intelligence: 'low'
1014
+ },
1015
+ '*.rb': {
1016
+ frameworks: ['Ruby'],
1017
+ slots: {
1018
+ mainLanguage: 'Ruby'
1019
+ },
1020
+ priority: 15,
1021
+ intelligence: 'low'
1022
+ },
1023
+ '*.php': {
1024
+ frameworks: ['PHP'],
1025
+ slots: {
1026
+ mainLanguage: 'PHP'
1027
+ },
1028
+ priority: 15,
1029
+ intelligence: 'low'
1030
+ },
1031
+ '*.java': {
1032
+ frameworks: ['Java'],
1033
+ slots: {
1034
+ mainLanguage: 'Java'
1035
+ },
1036
+ priority: 15,
1037
+ intelligence: 'low'
1038
+ },
1039
+ '*.kt': {
1040
+ frameworks: ['Kotlin'],
1041
+ slots: {
1042
+ mainLanguage: 'Kotlin'
1043
+ },
1044
+ priority: 15,
1045
+ intelligence: 'low'
1046
+ },
1047
+ '*.swift': {
1048
+ frameworks: ['Swift'],
1049
+ slots: {
1050
+ mainLanguage: 'Swift'
1051
+ },
1052
+ priority: 15,
1053
+ intelligence: 'low'
1054
+ },
1055
+ '*.go': {
1056
+ frameworks: ['Go'],
1057
+ slots: {
1058
+ mainLanguage: 'Go'
1059
+ },
1060
+ priority: 15,
1061
+ intelligence: 'low'
1062
+ },
1063
+ '*.rs': {
1064
+ frameworks: ['Rust'],
1065
+ slots: {
1066
+ mainLanguage: 'Rust'
1067
+ },
1068
+ priority: 15,
1069
+ intelligence: 'low'
1070
+ },
1071
+ '*.dart': {
1072
+ frameworks: ['Flutter', 'Dart'],
1073
+ slots: {
1074
+ mainLanguage: 'Dart'
1075
+ },
1076
+ priority: 15,
1077
+ intelligence: 'low'
1078
+ },
1079
+ '*.ex': {
1080
+ frameworks: ['Elixir'],
1081
+ slots: {
1082
+ mainLanguage: 'Elixir'
1083
+ },
1084
+ priority: 15,
1085
+ intelligence: 'low'
1086
+ },
1087
+ '*.exs': {
1088
+ frameworks: ['Elixir'],
1089
+ slots: {
1090
+ mainLanguage: 'Elixir'
1091
+ },
1092
+ priority: 15,
1093
+ intelligence: 'low'
1094
+ },
1095
+ '*.scala': {
1096
+ frameworks: ['Scala'],
1097
+ slots: {
1098
+ mainLanguage: 'Scala'
1099
+ },
1100
+ priority: 15,
1101
+ intelligence: 'low'
1102
+ },
1103
+ '*.clj': {
1104
+ frameworks: ['Clojure'],
1105
+ slots: {
1106
+ mainLanguage: 'Clojure'
1107
+ },
1108
+ priority: 15,
1109
+ intelligence: 'low'
1110
+ },
1111
+ '*.lua': {
1112
+ frameworks: ['Lua'],
1113
+ slots: {
1114
+ mainLanguage: 'Lua'
1115
+ },
1116
+ priority: 15,
1117
+ intelligence: 'low'
1118
+ },
1119
+ '*.r': {
1120
+ frameworks: ['R'],
1121
+ slots: {
1122
+ mainLanguage: 'R'
1123
+ },
1124
+ priority: 15,
1125
+ intelligence: 'low'
1126
+ },
1127
+ '*.R': {
1128
+ frameworks: ['R'],
1129
+ slots: {
1130
+ mainLanguage: 'R'
1131
+ },
1132
+ priority: 15,
1133
+ intelligence: 'low'
1134
+ },
1135
+ '*.jl': {
1136
+ frameworks: ['Julia'],
1137
+ slots: {
1138
+ mainLanguage: 'Julia'
1139
+ },
1140
+ priority: 15,
1141
+ intelligence: 'low'
1142
+ },
1143
+ '*.nim': {
1144
+ frameworks: ['Nim'],
1145
+ slots: {
1146
+ mainLanguage: 'Nim'
1147
+ },
1148
+ priority: 15,
1149
+ intelligence: 'low'
1150
+ },
1151
+ '*.zig': {
1152
+ frameworks: ['Zig'],
1153
+ slots: {
1154
+ mainLanguage: 'Zig'
1155
+ },
1156
+ priority: 15,
1157
+ intelligence: 'low'
1158
+ },
1159
+ // ============================================
1160
+ // SPECIAL VALUE (20 points) - API/Schema
1161
+ // ============================================
1162
+ 'openapi.json': {
1163
+ frameworks: ['OpenAPI'],
1164
+ slots: {
1165
+ apiType: 'REST API',
1166
+ backend: 'API Server'
1167
+ },
1168
+ priority: 30,
1169
+ intelligence: 'high'
1170
+ },
1171
+ 'openapi.yaml': {
1172
+ frameworks: ['OpenAPI'],
1173
+ slots: {
1174
+ apiType: 'REST API',
1175
+ backend: 'API Server'
1176
+ },
1177
+ priority: 30,
1178
+ intelligence: 'high'
1179
+ },
1180
+ 'swagger.json': {
1181
+ frameworks: ['Swagger'],
1182
+ slots: {
1183
+ apiType: 'REST API',
1184
+ backend: 'API Server'
1185
+ },
1186
+ priority: 30,
1187
+ intelligence: 'high'
1188
+ },
1189
+ 'graphql.schema': {
1190
+ frameworks: ['GraphQL'],
1191
+ slots: {
1192
+ apiType: 'GraphQL',
1193
+ backend: 'GraphQL Server'
1194
+ },
1195
+ priority: 30,
1196
+ intelligence: 'high'
1197
+ },
1198
+ 'schema.graphql': {
1199
+ frameworks: ['GraphQL'],
1200
+ slots: {
1201
+ apiType: 'GraphQL',
1202
+ backend: 'GraphQL Server'
1203
+ },
1204
+ priority: 30,
1205
+ intelligence: 'high'
1206
+ },
1207
+ '.graphqlconfig': {
1208
+ frameworks: ['GraphQL'],
1209
+ slots: {
1210
+ apiType: 'GraphQL'
1211
+ },
1212
+ priority: 25,
1213
+ intelligence: 'medium'
1214
+ },
1215
+ // ============================================
1216
+ // SPECIAL VALUE (20 points) - State Management
1217
+ // ============================================
1218
+ 'redux.config.js': {
1219
+ frameworks: ['Redux'],
1220
+ slots: {
1221
+ stateManagement: 'Redux'
1222
+ },
1223
+ priority: 20,
1224
+ intelligence: 'medium'
1225
+ },
1226
+ 'mobx.config.js': {
1227
+ frameworks: ['MobX'],
1228
+ slots: {
1229
+ stateManagement: 'MobX'
1230
+ },
1231
+ priority: 20,
1232
+ intelligence: 'medium'
1233
+ },
1234
+ 'vuex.config.js': {
1235
+ frameworks: ['Vuex'],
1236
+ slots: {
1237
+ stateManagement: 'Vuex',
1238
+ framework: 'Vue'
1239
+ },
1240
+ priority: 20,
1241
+ intelligence: 'medium'
1242
+ },
1243
+ 'pinia.config.js': {
1244
+ frameworks: ['Pinia'],
1245
+ slots: {
1246
+ stateManagement: 'Pinia',
1247
+ framework: 'Vue'
1248
+ },
1249
+ priority: 20,
1250
+ intelligence: 'medium'
1251
+ },
1252
+ 'zustand.config.js': {
1253
+ frameworks: ['Zustand'],
1254
+ slots: {
1255
+ stateManagement: 'Zustand'
1256
+ },
1257
+ priority: 20,
1258
+ intelligence: 'medium'
1259
+ },
1260
+ // ============================================
1261
+ // SPECIAL VALUE (15 points) - Linting/Formatting
1262
+ // ============================================
1263
+ '.eslintrc.js': {
1264
+ frameworks: ['ESLint'],
1265
+ slots: {},
1266
+ priority: 15,
1267
+ intelligence: 'low'
1268
+ },
1269
+ '.eslintrc.json': {
1270
+ frameworks: ['ESLint'],
1271
+ slots: {},
1272
+ priority: 15,
1273
+ intelligence: 'low'
1274
+ },
1275
+ '.prettierrc': {
1276
+ frameworks: ['Prettier'],
1277
+ slots: {},
1278
+ priority: 15,
1279
+ intelligence: 'low'
1280
+ },
1281
+ '.prettierrc.json': {
1282
+ frameworks: ['Prettier'],
1283
+ slots: {},
1284
+ priority: 15,
1285
+ intelligence: 'low'
1286
+ },
1287
+ 'biome.json': {
1288
+ frameworks: ['Biome'],
1289
+ slots: {},
1290
+ priority: 15,
1291
+ intelligence: 'low'
1292
+ },
1293
+ '.editorconfig': {
1294
+ frameworks: ['EditorConfig'],
1295
+ slots: {},
1296
+ priority: 10,
1297
+ intelligence: 'low'
1298
+ }
1299
+ };
1300
+ // ============================================
1301
+ // HELPER FUNCTIONS
1302
+ // ============================================
1303
+ /**
1304
+ * Get knowledge for a specific format
1305
+ */
1306
+ function getFormatKnowledge(format) {
1307
+ return exports.KNOWLEDGE_BASE[format];
1308
+ }
1309
+ /**
1310
+ * Get all format keys
1311
+ */
1312
+ function getAllFormats() {
1313
+ return Object.keys(exports.KNOWLEDGE_BASE);
1314
+ }
1315
+ /**
1316
+ * Get high-value formats (priority >= 30)
1317
+ */
1318
+ function getHighValueFormats() {
1319
+ return Object.entries(exports.KNOWLEDGE_BASE)
1320
+ .filter(([, knowledge]) => knowledge.priority >= 30)
1321
+ .map(([format]) => format);
1322
+ }
1323
+ /**
1324
+ * Get formats by intelligence level
1325
+ */
1326
+ function getFormatsByIntelligence(level) {
1327
+ return Object.entries(exports.KNOWLEDGE_BASE)
1328
+ .filter(([, knowledge]) => knowledge.intelligence === level)
1329
+ .map(([format]) => format);
1330
+ }
1331
+ /**
1332
+ * Get formats that can fill a specific slot
1333
+ */
1334
+ function getFormatsForSlot(slotName) {
1335
+ return Object.entries(exports.KNOWLEDGE_BASE)
1336
+ .filter(([, knowledge]) => slotName in knowledge.slots)
1337
+ .map(([format]) => format);
1338
+ }
1339
+ /**
1340
+ * Calculate total possible intelligence score
1341
+ */
1342
+ function getMaxIntelligenceScore() {
1343
+ return Object.values(exports.KNOWLEDGE_BASE)
1344
+ .reduce((sum, knowledge) => sum + knowledge.priority, 0);
1345
+ }
1346
+ //# sourceMappingURL=turbo-cat-knowledge.js.map