@hir4ta/mneme 0.17.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 (43) hide show
  1. package/.claude-plugin/plugin.json +29 -0
  2. package/.mcp.json +18 -0
  3. package/README.ja.md +400 -0
  4. package/README.md +410 -0
  5. package/bin/mneme.js +203 -0
  6. package/dist/lib/db.js +340 -0
  7. package/dist/lib/fuzzy-search.js +214 -0
  8. package/dist/lib/github.js +121 -0
  9. package/dist/lib/similarity.js +193 -0
  10. package/dist/lib/utils.js +62 -0
  11. package/dist/public/apple-touch-icon.png +0 -0
  12. package/dist/public/assets/index-BgqCALAg.css +1 -0
  13. package/dist/public/assets/index-EMvn4VEa.js +330 -0
  14. package/dist/public/assets/react-force-graph-2d-DWoBaKmT.js +46 -0
  15. package/dist/public/favicon-128-max.png +0 -0
  16. package/dist/public/favicon-256-max.png +0 -0
  17. package/dist/public/favicon-32-max.png +0 -0
  18. package/dist/public/favicon-512-max.png +0 -0
  19. package/dist/public/favicon-64-max.png +0 -0
  20. package/dist/public/index.html +15 -0
  21. package/dist/server.js +4791 -0
  22. package/dist/servers/db-server.js +30558 -0
  23. package/dist/servers/search-server.js +30366 -0
  24. package/hooks/default-tags.json +1055 -0
  25. package/hooks/hooks.json +61 -0
  26. package/hooks/post-tool-use.sh +96 -0
  27. package/hooks/pre-compact.sh +187 -0
  28. package/hooks/session-end.sh +567 -0
  29. package/hooks/session-start.sh +380 -0
  30. package/hooks/user-prompt-submit.sh +253 -0
  31. package/package.json +77 -0
  32. package/servers/db-server.ts +993 -0
  33. package/servers/search-server.ts +675 -0
  34. package/skills/AGENTS.override.md +5 -0
  35. package/skills/harvest/skill.md +295 -0
  36. package/skills/init-mneme/skill.md +101 -0
  37. package/skills/plan/skill.md +422 -0
  38. package/skills/report/skill.md +74 -0
  39. package/skills/resume/skill.md +278 -0
  40. package/skills/review/skill.md +419 -0
  41. package/skills/save/skill.md +482 -0
  42. package/skills/search/skill.md +175 -0
  43. package/skills/using-mneme/skill.md +185 -0
@@ -0,0 +1,1055 @@
1
+ {
2
+ "version": 1,
3
+ "tags": [
4
+ {
5
+ "id": "frontend",
6
+ "label": "Frontend",
7
+ "aliases": [
8
+ "front",
9
+ "フロント",
10
+ "client",
11
+ "クライアント",
12
+ "browser",
13
+ "web"
14
+ ],
15
+ "category": "domain",
16
+ "color": "#3B82F6"
17
+ },
18
+ {
19
+ "id": "backend",
20
+ "label": "Backend",
21
+ "aliases": ["back", "バック", "server", "サーバー"],
22
+ "category": "domain",
23
+ "color": "#10B981"
24
+ },
25
+ {
26
+ "id": "api",
27
+ "label": "API",
28
+ "aliases": ["rest", "graphql", "endpoint", "エンドポイント", "restful"],
29
+ "category": "domain",
30
+ "color": "#06B6D4"
31
+ },
32
+ {
33
+ "id": "db",
34
+ "label": "Database",
35
+ "aliases": [
36
+ "database",
37
+ "sql",
38
+ "query",
39
+ "クエリ",
40
+ "rdb",
41
+ "nosql",
42
+ "orm",
43
+ "データベース",
44
+ "postgres",
45
+ "mysql",
46
+ "mongodb",
47
+ "sqlite"
48
+ ],
49
+ "category": "domain",
50
+ "color": "#8B5CF6"
51
+ },
52
+ {
53
+ "id": "infra",
54
+ "label": "Infrastructure",
55
+ "aliases": [
56
+ "infrastructure",
57
+ "cloud",
58
+ "クラウド",
59
+ "aws",
60
+ "gcp",
61
+ "azure",
62
+ "インフラ"
63
+ ],
64
+ "category": "domain",
65
+ "color": "#F97316"
66
+ },
67
+ {
68
+ "id": "mobile",
69
+ "label": "Mobile",
70
+ "aliases": [
71
+ "ios",
72
+ "android",
73
+ "react-native",
74
+ "flutter",
75
+ "アプリ",
76
+ "モバイル",
77
+ "swift",
78
+ "kotlin"
79
+ ],
80
+ "category": "domain",
81
+ "color": "#A855F7"
82
+ },
83
+ {
84
+ "id": "cli",
85
+ "label": "CLI",
86
+ "aliases": [
87
+ "command-line",
88
+ "terminal",
89
+ "コマンドライン",
90
+ "shell",
91
+ "bash",
92
+ "zsh"
93
+ ],
94
+ "category": "domain",
95
+ "color": "#1F2937"
96
+ },
97
+ {
98
+ "id": "desktop",
99
+ "label": "Desktop",
100
+ "aliases": ["electron", "tauri", "デスクトップ", "native"],
101
+ "category": "domain",
102
+ "color": "#64748B"
103
+ },
104
+ {
105
+ "id": "feature",
106
+ "label": "Feature",
107
+ "aliases": ["new", "機能追加", "実装", "feat", "新機能"],
108
+ "category": "phase",
109
+ "color": "#22C55E"
110
+ },
111
+ {
112
+ "id": "bugfix",
113
+ "label": "Bug Fix",
114
+ "aliases": ["bug", "fix", "バグ", "修正", "バグ修正"],
115
+ "category": "phase",
116
+ "color": "#EF4444"
117
+ },
118
+ {
119
+ "id": "hotfix",
120
+ "label": "Hotfix",
121
+ "aliases": ["urgent", "緊急", "緊急修正", "critical"],
122
+ "category": "phase",
123
+ "color": "#DC2626"
124
+ },
125
+ {
126
+ "id": "refactor",
127
+ "label": "Refactoring",
128
+ "aliases": ["refactoring", "cleanup", "整理", "改善", "リファクタリング"],
129
+ "category": "phase",
130
+ "color": "#6B7280"
131
+ },
132
+ {
133
+ "id": "test",
134
+ "label": "Test",
135
+ "aliases": [
136
+ "testing",
137
+ "spec",
138
+ "jest",
139
+ "vitest",
140
+ "e2e",
141
+ "unit",
142
+ "テスト",
143
+ "integration"
144
+ ],
145
+ "category": "phase",
146
+ "color": "#EC4899"
147
+ },
148
+ {
149
+ "id": "docs",
150
+ "label": "Documentation",
151
+ "aliases": [
152
+ "documentation",
153
+ "readme",
154
+ "doc",
155
+ "仕様書",
156
+ "設計書",
157
+ "ドキュメント"
158
+ ],
159
+ "category": "phase",
160
+ "color": "#64748B"
161
+ },
162
+ {
163
+ "id": "config",
164
+ "label": "Configuration",
165
+ "aliases": [
166
+ "configuration",
167
+ "env",
168
+ "環境",
169
+ "settings",
170
+ "dotfile",
171
+ "設定"
172
+ ],
173
+ "category": "phase",
174
+ "color": "#A855F7"
175
+ },
176
+ {
177
+ "id": "perf",
178
+ "label": "Performance",
179
+ "aliases": [
180
+ "performance",
181
+ "optimization",
182
+ "最適化",
183
+ "高速化",
184
+ "チューニング",
185
+ "パフォーマンス"
186
+ ],
187
+ "category": "phase",
188
+ "color": "#FBBF24"
189
+ },
190
+ {
191
+ "id": "security",
192
+ "label": "Security",
193
+ "aliases": [
194
+ "sec",
195
+ "vulnerability",
196
+ "脆弱性",
197
+ "セキュア",
198
+ "hardening",
199
+ "セキュリティ"
200
+ ],
201
+ "category": "phase",
202
+ "color": "#DC2626"
203
+ },
204
+ {
205
+ "id": "docker",
206
+ "label": "Docker",
207
+ "aliases": [
208
+ "container",
209
+ "コンテナ",
210
+ "dockerfile",
211
+ "compose",
212
+ "docker-compose"
213
+ ],
214
+ "category": "infra",
215
+ "color": "#2496ED"
216
+ },
217
+ {
218
+ "id": "k8s",
219
+ "label": "Kubernetes",
220
+ "aliases": ["kubernetes", "kubectl", "helm", "クーバネティス", "k8s"],
221
+ "category": "infra",
222
+ "color": "#326CE5"
223
+ },
224
+ {
225
+ "id": "ci-cd",
226
+ "label": "CI/CD",
227
+ "aliases": [
228
+ "cicd",
229
+ "pipeline",
230
+ "github-actions",
231
+ "jenkins",
232
+ "パイプライン",
233
+ "gitlab-ci",
234
+ "circleci"
235
+ ],
236
+ "category": "infra",
237
+ "color": "#4A5568"
238
+ },
239
+ {
240
+ "id": "monitoring",
241
+ "label": "Monitoring",
242
+ "aliases": [
243
+ "monitor",
244
+ "datadog",
245
+ "prometheus",
246
+ "grafana",
247
+ "アラート",
248
+ "alert",
249
+ "監視",
250
+ "observability"
251
+ ],
252
+ "category": "infra",
253
+ "color": "#F59E0B"
254
+ },
255
+ {
256
+ "id": "deploy",
257
+ "label": "Deployment",
258
+ "aliases": [
259
+ "deployment",
260
+ "release",
261
+ "リリース",
262
+ "本番",
263
+ "production",
264
+ "staging",
265
+ "デプロイ"
266
+ ],
267
+ "category": "infra",
268
+ "color": "#7C3AED"
269
+ },
270
+ {
271
+ "id": "network",
272
+ "label": "Network",
273
+ "aliases": [
274
+ "networking",
275
+ "dns",
276
+ "cdn",
277
+ "load-balancer",
278
+ "lb",
279
+ "proxy",
280
+ "nginx",
281
+ "ネットワーク"
282
+ ],
283
+ "category": "infra",
284
+ "color": "#0EA5E9"
285
+ },
286
+ {
287
+ "id": "terraform",
288
+ "label": "Terraform",
289
+ "aliases": ["iac", "infrastructure-as-code", "pulumi", "cloudformation"],
290
+ "category": "infra",
291
+ "color": "#7B42BC"
292
+ },
293
+ {
294
+ "id": "serverless",
295
+ "label": "Serverless",
296
+ "aliases": [
297
+ "lambda",
298
+ "functions",
299
+ "faas",
300
+ "vercel",
301
+ "netlify",
302
+ "サーバーレス",
303
+ "cloudflare-workers"
304
+ ],
305
+ "category": "cloud",
306
+ "color": "#FF9900"
307
+ },
308
+ {
309
+ "id": "microservices",
310
+ "label": "Microservices",
311
+ "aliases": ["micro", "マイクロサービス", "service-mesh", "istio"],
312
+ "category": "cloud",
313
+ "color": "#00BCD4"
314
+ },
315
+ {
316
+ "id": "event-driven",
317
+ "label": "Event Driven",
318
+ "aliases": [
319
+ "event",
320
+ "kafka",
321
+ "rabbitmq",
322
+ "sqs",
323
+ "イベント駆動",
324
+ "pubsub",
325
+ "message-queue"
326
+ ],
327
+ "category": "cloud",
328
+ "color": "#9C27B0"
329
+ },
330
+ {
331
+ "id": "edge",
332
+ "label": "Edge Computing",
333
+ "aliases": ["edge", "エッジ", "edge-function", "cdn-compute"],
334
+ "category": "cloud",
335
+ "color": "#607D8B"
336
+ },
337
+ {
338
+ "id": "wasm",
339
+ "label": "WebAssembly",
340
+ "aliases": ["webassembly", "wasi", "emscripten"],
341
+ "category": "cloud",
342
+ "color": "#654FF0"
343
+ },
344
+ {
345
+ "id": "architecture",
346
+ "label": "Architecture",
347
+ "aliases": [
348
+ "arch",
349
+ "設計",
350
+ "構成",
351
+ "design-pattern",
352
+ "アーキテクチャ",
353
+ "system-design"
354
+ ],
355
+ "category": "architecture",
356
+ "color": "#0D9488"
357
+ },
358
+ {
359
+ "id": "migration",
360
+ "label": "Migration",
361
+ "aliases": [
362
+ "migrate",
363
+ "移行",
364
+ "upgrade",
365
+ "バージョンアップ",
366
+ "マイグレーション"
367
+ ],
368
+ "category": "architecture",
369
+ "color": "#F97316"
370
+ },
371
+ {
372
+ "id": "api-design",
373
+ "label": "API Design",
374
+ "aliases": [
375
+ "api-設計",
376
+ "openapi",
377
+ "swagger",
378
+ "schema-design",
379
+ "スキーマ設計"
380
+ ],
381
+ "category": "architecture",
382
+ "color": "#06B6D4"
383
+ },
384
+ {
385
+ "id": "legacy",
386
+ "label": "Legacy",
387
+ "aliases": ["レガシー", "old-code", "古いコード", "modernization"],
388
+ "category": "architecture",
389
+ "color": "#78716C"
390
+ },
391
+ {
392
+ "id": "tech-debt",
393
+ "label": "Tech Debt",
394
+ "aliases": ["technical-debt", "技術的負債", "負債", "debt"],
395
+ "category": "architecture",
396
+ "color": "#EF4444"
397
+ },
398
+ {
399
+ "id": "auth",
400
+ "label": "Authentication",
401
+ "aliases": [
402
+ "authentication",
403
+ "login",
404
+ "ログイン",
405
+ "認可",
406
+ "authorization",
407
+ "oauth",
408
+ "jwt",
409
+ "session",
410
+ "認証",
411
+ "oidc",
412
+ "sso"
413
+ ],
414
+ "category": "feature",
415
+ "color": "#F59E0B"
416
+ },
417
+ {
418
+ "id": "cache",
419
+ "label": "Cache",
420
+ "aliases": ["caching", "redis", "memcached", "cdn-cache", "キャッシュ"],
421
+ "category": "feature",
422
+ "color": "#EF4444"
423
+ },
424
+ {
425
+ "id": "search",
426
+ "label": "Search",
427
+ "aliases": [
428
+ "elasticsearch",
429
+ "algolia",
430
+ "全文検索",
431
+ "インデックス",
432
+ "検索",
433
+ "meilisearch",
434
+ "typesense"
435
+ ],
436
+ "category": "feature",
437
+ "color": "#3B82F6"
438
+ },
439
+ {
440
+ "id": "notification",
441
+ "label": "Notification",
442
+ "aliases": ["notify", "プッシュ通知", "email", "slack", "通知", "sns"],
443
+ "category": "feature",
444
+ "color": "#EC4899"
445
+ },
446
+ {
447
+ "id": "payment",
448
+ "label": "Payment",
449
+ "aliases": [
450
+ "billing",
451
+ "stripe",
452
+ "課金",
453
+ "サブスクリプション",
454
+ "subscription",
455
+ "決済"
456
+ ],
457
+ "category": "feature",
458
+ "color": "#10B981"
459
+ },
460
+ {
461
+ "id": "batch",
462
+ "label": "Batch Processing",
463
+ "aliases": [
464
+ "job",
465
+ "cron",
466
+ "scheduler",
467
+ "定期実行",
468
+ "background",
469
+ "バッチ処理",
470
+ "queue"
471
+ ],
472
+ "category": "feature",
473
+ "color": "#7C3AED"
474
+ },
475
+ {
476
+ "id": "realtime",
477
+ "label": "Realtime",
478
+ "aliases": [
479
+ "websocket",
480
+ "socket",
481
+ "sse",
482
+ "push",
483
+ "live",
484
+ "リアルタイム",
485
+ "socket.io"
486
+ ],
487
+ "category": "feature",
488
+ "color": "#06B6D4"
489
+ },
490
+ {
491
+ "id": "upload",
492
+ "label": "Upload",
493
+ "aliases": [
494
+ "file-upload",
495
+ "ファイルアップロード",
496
+ "s3",
497
+ "storage",
498
+ "ストレージ",
499
+ "blob"
500
+ ],
501
+ "category": "feature",
502
+ "color": "#8B5CF6"
503
+ },
504
+ {
505
+ "id": "export",
506
+ "label": "Export",
507
+ "aliases": [
508
+ "download",
509
+ "csv",
510
+ "excel",
511
+ "pdf",
512
+ "エクスポート",
513
+ "ダウンロード"
514
+ ],
515
+ "category": "feature",
516
+ "color": "#64748B"
517
+ },
518
+ {
519
+ "id": "webhook",
520
+ "label": "Webhook",
521
+ "aliases": ["callback", "hook", "ウェブフック"],
522
+ "category": "feature",
523
+ "color": "#F97316"
524
+ },
525
+ {
526
+ "id": "integration",
527
+ "label": "Integration",
528
+ "aliases": [
529
+ "third-party",
530
+ "外部連携",
531
+ "サードパーティ",
532
+ "連携",
533
+ "external"
534
+ ],
535
+ "category": "feature",
536
+ "color": "#0EA5E9"
537
+ },
538
+ {
539
+ "id": "feature-flag",
540
+ "label": "Feature Flag",
541
+ "aliases": ["toggle", "フィーチャーフラグ", "機能フラグ", "launchdarkly"],
542
+ "category": "feature",
543
+ "color": "#22C55E"
544
+ },
545
+ {
546
+ "id": "ui",
547
+ "label": "UI",
548
+ "aliases": [
549
+ "user-interface",
550
+ "画面",
551
+ "コンポーネント",
552
+ "component",
553
+ "view"
554
+ ],
555
+ "category": "ui",
556
+ "color": "#E879F9"
557
+ },
558
+ {
559
+ "id": "ux",
560
+ "label": "UX",
561
+ "aliases": ["user-experience", "ユーザビリティ", "usability"],
562
+ "category": "ui",
563
+ "color": "#F472B6"
564
+ },
565
+ {
566
+ "id": "a11y",
567
+ "label": "Accessibility",
568
+ "aliases": [
569
+ "accessibility",
570
+ "aria",
571
+ "wcag",
572
+ "スクリーンリーダー",
573
+ "アクセシビリティ"
574
+ ],
575
+ "category": "ui",
576
+ "color": "#14B8A6"
577
+ },
578
+ {
579
+ "id": "i18n",
580
+ "label": "Internationalization",
581
+ "aliases": [
582
+ "internationalization",
583
+ "多言語",
584
+ "翻訳",
585
+ "locale",
586
+ "l10n",
587
+ "国際化"
588
+ ],
589
+ "category": "ui",
590
+ "color": "#0EA5E9"
591
+ },
592
+ {
593
+ "id": "form",
594
+ "label": "Form",
595
+ "aliases": ["input", "フォーム", "react-hook-form", "formik"],
596
+ "category": "ui",
597
+ "color": "#6366F1"
598
+ },
599
+ {
600
+ "id": "chart",
601
+ "label": "Chart",
602
+ "aliases": [
603
+ "graph",
604
+ "グラフ",
605
+ "可視化",
606
+ "visualization",
607
+ "チャート",
608
+ "d3",
609
+ "recharts"
610
+ ],
611
+ "category": "ui",
612
+ "color": "#22C55E"
613
+ },
614
+ {
615
+ "id": "animation",
616
+ "label": "Animation",
617
+ "aliases": [
618
+ "motion",
619
+ "アニメーション",
620
+ "transition",
621
+ "framer-motion",
622
+ "gsap"
623
+ ],
624
+ "category": "ui",
625
+ "color": "#F472B6"
626
+ },
627
+ {
628
+ "id": "responsive",
629
+ "label": "Responsive",
630
+ "aliases": ["レスポンシブ", "mobile-first", "breakpoint"],
631
+ "category": "ui",
632
+ "color": "#3B82F6"
633
+ },
634
+ {
635
+ "id": "dark-mode",
636
+ "label": "Dark Mode",
637
+ "aliases": ["ダークモード", "theme", "テーマ", "light-mode"],
638
+ "category": "ui",
639
+ "color": "#1F2937"
640
+ },
641
+ {
642
+ "id": "ssr",
643
+ "label": "SSR",
644
+ "aliases": [
645
+ "server-side-rendering",
646
+ "ssg",
647
+ "isr",
648
+ "static-generation",
649
+ "next.js"
650
+ ],
651
+ "category": "ui",
652
+ "color": "#000000"
653
+ },
654
+ {
655
+ "id": "pwa",
656
+ "label": "PWA",
657
+ "aliases": [
658
+ "progressive-web-app",
659
+ "service-worker",
660
+ "オフライン",
661
+ "installable"
662
+ ],
663
+ "category": "ui",
664
+ "color": "#5A0FC8"
665
+ },
666
+ {
667
+ "id": "offline",
668
+ "label": "Offline",
669
+ "aliases": ["オフライン対応", "offline-first", "sync"],
670
+ "category": "ui",
671
+ "color": "#607D8B"
672
+ },
673
+ {
674
+ "id": "analytics",
675
+ "label": "Analytics",
676
+ "aliases": [
677
+ "tracking",
678
+ "ga",
679
+ "mixpanel",
680
+ "トラッキング",
681
+ "計測",
682
+ "分析",
683
+ "google-analytics"
684
+ ],
685
+ "category": "data",
686
+ "color": "#F97316"
687
+ },
688
+ {
689
+ "id": "seo",
690
+ "label": "SEO",
691
+ "aliases": ["検索エンジン", "meta", "sitemap", "ogp", "検索最適化"],
692
+ "category": "data",
693
+ "color": "#84CC16"
694
+ },
695
+ {
696
+ "id": "data-model",
697
+ "label": "Data Model",
698
+ "aliases": [
699
+ "schema",
700
+ "スキーマ",
701
+ "entity",
702
+ "er図",
703
+ "テーブル設計",
704
+ "データモデル"
705
+ ],
706
+ "category": "data",
707
+ "color": "#8B5CF6"
708
+ },
709
+ {
710
+ "id": "etl",
711
+ "label": "ETL",
712
+ "aliases": [
713
+ "data-pipeline",
714
+ "データパイプライン",
715
+ "transform",
716
+ "extract",
717
+ "load"
718
+ ],
719
+ "category": "data",
720
+ "color": "#F59E0B"
721
+ },
722
+ {
723
+ "id": "reporting",
724
+ "label": "Reporting",
725
+ "aliases": ["report", "レポート", "集計", "aggregation"],
726
+ "category": "data",
727
+ "color": "#64748B"
728
+ },
729
+ {
730
+ "id": "llm",
731
+ "label": "LLM",
732
+ "aliases": [
733
+ "large-language-model",
734
+ "gpt",
735
+ "claude",
736
+ "大規模言語モデル",
737
+ "language-model",
738
+ "chatgpt",
739
+ "anthropic"
740
+ ],
741
+ "category": "ai",
742
+ "color": "#10B981"
743
+ },
744
+ {
745
+ "id": "ai-agent",
746
+ "label": "AI Agent",
747
+ "aliases": ["agent", "エージェント", "autonomous", "自律", "agentic"],
748
+ "category": "ai",
749
+ "color": "#8B5CF6"
750
+ },
751
+ {
752
+ "id": "mcp",
753
+ "label": "MCP",
754
+ "aliases": ["model-context-protocol", "tool-use", "function-calling"],
755
+ "category": "ai",
756
+ "color": "#D97706"
757
+ },
758
+ {
759
+ "id": "rag",
760
+ "label": "RAG",
761
+ "aliases": [
762
+ "retrieval-augmented-generation",
763
+ "検索拡張生成",
764
+ "retrieval"
765
+ ],
766
+ "category": "ai",
767
+ "color": "#06B6D4"
768
+ },
769
+ {
770
+ "id": "vector-db",
771
+ "label": "Vector DB",
772
+ "aliases": [
773
+ "vector-database",
774
+ "pinecone",
775
+ "weaviate",
776
+ "qdrant",
777
+ "chroma",
778
+ "ベクターDB",
779
+ "embedding-store"
780
+ ],
781
+ "category": "ai",
782
+ "color": "#7C3AED"
783
+ },
784
+ {
785
+ "id": "embedding",
786
+ "label": "Embedding",
787
+ "aliases": ["embeddings", "埋め込み", "vector", "ベクトル"],
788
+ "category": "ai",
789
+ "color": "#3B82F6"
790
+ },
791
+ {
792
+ "id": "prompt",
793
+ "label": "Prompt Engineering",
794
+ "aliases": [
795
+ "prompt-engineering",
796
+ "プロンプト",
797
+ "prompt-design",
798
+ "system-prompt"
799
+ ],
800
+ "category": "ai",
801
+ "color": "#22C55E"
802
+ },
803
+ {
804
+ "id": "fine-tuning",
805
+ "label": "Fine-tuning",
806
+ "aliases": [
807
+ "finetuning",
808
+ "ファインチューニング",
809
+ "training",
810
+ "lora",
811
+ "qlora"
812
+ ],
813
+ "category": "ai",
814
+ "color": "#EC4899"
815
+ },
816
+ {
817
+ "id": "multimodal",
818
+ "label": "Multimodal",
819
+ "aliases": ["マルチモーダル", "vision", "image", "audio", "video"],
820
+ "category": "ai",
821
+ "color": "#F472B6"
822
+ },
823
+ {
824
+ "id": "ml",
825
+ "label": "Machine Learning",
826
+ "aliases": [
827
+ "machine-learning",
828
+ "ml-ops",
829
+ "推論",
830
+ "inference",
831
+ "機械学習",
832
+ "pytorch",
833
+ "tensorflow"
834
+ ],
835
+ "category": "ai",
836
+ "color": "#7C3AED"
837
+ },
838
+ {
839
+ "id": "nlp",
840
+ "label": "NLP",
841
+ "aliases": [
842
+ "natural-language-processing",
843
+ "自然言語処理",
844
+ "text-processing"
845
+ ],
846
+ "category": "ai",
847
+ "color": "#0EA5E9"
848
+ },
849
+ {
850
+ "id": "error-handling",
851
+ "label": "Error Handling",
852
+ "aliases": [
853
+ "exception",
854
+ "例外",
855
+ "error",
856
+ "エラー処理",
857
+ "エラーハンドリング",
858
+ "try-catch"
859
+ ],
860
+ "category": "quality",
861
+ "color": "#EF4444"
862
+ },
863
+ {
864
+ "id": "validation",
865
+ "label": "Validation",
866
+ "aliases": [
867
+ "validate",
868
+ "検証",
869
+ "入力チェック",
870
+ "zod",
871
+ "yup",
872
+ "バリデーション",
873
+ "joi"
874
+ ],
875
+ "category": "quality",
876
+ "color": "#F59E0B"
877
+ },
878
+ {
879
+ "id": "lint",
880
+ "label": "Lint",
881
+ "aliases": [
882
+ "eslint",
883
+ "prettier",
884
+ "format",
885
+ "フォーマット",
886
+ "biome",
887
+ "stylelint"
888
+ ],
889
+ "category": "quality",
890
+ "color": "#6366F1"
891
+ },
892
+ {
893
+ "id": "type",
894
+ "label": "Type",
895
+ "aliases": [
896
+ "typescript",
897
+ "typing",
898
+ "型定義",
899
+ "generics",
900
+ "型",
901
+ "type-safety"
902
+ ],
903
+ "category": "quality",
904
+ "color": "#3B82F6"
905
+ },
906
+ {
907
+ "id": "dependency",
908
+ "label": "Dependency",
909
+ "aliases": [
910
+ "npm",
911
+ "package",
912
+ "パッケージ",
913
+ "ライブラリ",
914
+ "依存関係",
915
+ "yarn",
916
+ "pnpm"
917
+ ],
918
+ "category": "quality",
919
+ "color": "#78716C"
920
+ },
921
+ {
922
+ "id": "debug",
923
+ "label": "Debug",
924
+ "aliases": [
925
+ "debugging",
926
+ "調査",
927
+ "原因調査",
928
+ "トラブルシューティング",
929
+ "デバッグ",
930
+ "breakpoint"
931
+ ],
932
+ "category": "quality",
933
+ "color": "#F97316"
934
+ },
935
+ {
936
+ "id": "logging",
937
+ "label": "Logging",
938
+ "aliases": ["log", "ログ", "logger", "winston", "pino", "ロギング"],
939
+ "category": "quality",
940
+ "color": "#64748B"
941
+ },
942
+ {
943
+ "id": "profiling",
944
+ "label": "Profiling",
945
+ "aliases": [
946
+ "profile",
947
+ "プロファイリング",
948
+ "benchmark",
949
+ "ベンチマーク",
950
+ "flame-graph"
951
+ ],
952
+ "category": "quality",
953
+ "color": "#F59E0B"
954
+ },
955
+ {
956
+ "id": "async",
957
+ "label": "Async",
958
+ "aliases": [
959
+ "asynchronous",
960
+ "非同期",
961
+ "promise",
962
+ "async-await",
963
+ "concurrency",
964
+ "並行処理"
965
+ ],
966
+ "category": "quality",
967
+ "color": "#06B6D4"
968
+ },
969
+ {
970
+ "id": "state",
971
+ "label": "State Management",
972
+ "aliases": [
973
+ "state",
974
+ "状態管理",
975
+ "redux",
976
+ "zustand",
977
+ "jotai",
978
+ "recoil",
979
+ "context"
980
+ ],
981
+ "category": "quality",
982
+ "color": "#8B5CF6"
983
+ },
984
+ {
985
+ "id": "encryption",
986
+ "label": "Encryption",
987
+ "aliases": ["暗号化", "crypto", "hashing", "ハッシュ", "bcrypt", "aes"],
988
+ "category": "quality",
989
+ "color": "#DC2626"
990
+ },
991
+ {
992
+ "id": "review",
993
+ "label": "Code Review",
994
+ "aliases": ["コードレビュー", "pr-review", "レビュー", "feedback"],
995
+ "category": "workflow",
996
+ "color": "#3B82F6"
997
+ },
998
+ {
999
+ "id": "blocked",
1000
+ "label": "Blocked",
1001
+ "aliases": ["ブロック", "waiting", "依存待ち", "pending"],
1002
+ "category": "workflow",
1003
+ "color": "#EF4444"
1004
+ },
1005
+ {
1006
+ "id": "breaking",
1007
+ "label": "Breaking Change",
1008
+ "aliases": ["破壊的変更", "breaking-change", "major", "互換性"],
1009
+ "category": "workflow",
1010
+ "color": "#DC2626"
1011
+ },
1012
+ {
1013
+ "id": "triage",
1014
+ "label": "Triage",
1015
+ "aliases": ["トリアージ", "priority", "優先度", "分類"],
1016
+ "category": "workflow",
1017
+ "color": "#F59E0B"
1018
+ },
1019
+ {
1020
+ "id": "incident",
1021
+ "label": "Incident",
1022
+ "aliases": ["インシデント", "outage", "障害", "emergency", "緊急対応"],
1023
+ "category": "workflow",
1024
+ "color": "#DC2626"
1025
+ },
1026
+ {
1027
+ "id": "rollback",
1028
+ "label": "Rollback",
1029
+ "aliases": ["ロールバック", "revert", "巻き戻し", "復旧"],
1030
+ "category": "workflow",
1031
+ "color": "#F97316"
1032
+ },
1033
+ {
1034
+ "id": "spike",
1035
+ "label": "Spike",
1036
+ "aliases": [
1037
+ "スパイク",
1038
+ "investigation",
1039
+ "調査",
1040
+ "poc",
1041
+ "prototype",
1042
+ "実験"
1043
+ ],
1044
+ "category": "workflow",
1045
+ "color": "#8B5CF6"
1046
+ },
1047
+ {
1048
+ "id": "wip",
1049
+ "label": "WIP",
1050
+ "aliases": ["work-in-progress", "作業中", "進行中", "draft"],
1051
+ "category": "workflow",
1052
+ "color": "#FBBF24"
1053
+ }
1054
+ ]
1055
+ }