@atezer/figma-mcp-bridge 1.7.16 → 1.7.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -12,6 +12,46 @@ Bu dosya [Keep a Changelog](https://keepachangelog.com/tr/1.1.0/) biçimine uygu
12
12
 
13
13
  Bu changelog'a ekleme öncesi sürümlerin tam ayrıntıları için `git log` kullanılabilir.
14
14
 
15
+ ## [1.7.17] - 2026-04-08
16
+
17
+ ### Skill: P3.5 Hata Düzeltmeleri + Dış Kaynak İyileştirmeleri + Canlı Figma Testi
18
+
19
+ 19 F-MCP skill'i canlı Figma dosyasında satır satır test edildi. Tespit edilen 10 hata düzeltmesi (A1-A10) + 12 iyileştirme (B1-B12) uygulandı. Test sonuçları: **18 PASS, 1 PARTIAL, 0 SKIP**.
20
+
21
+ **Hata düzeltmeleri (A1-A10):**
22
+ - **A1** `ai-handoff-export`: Duplike Step 6 numaralama düzeltildi (6→10 kaydırma + cross-ref güncellemesi)
23
+ - **A2** `figma-a11y-audit`: "Salt okunur" iddiası → "Okuma + Yazma" (Step 7 annotation oluşturuyor)
24
+ - **A3** `figma-a11y-audit`: `h1Count <= 2` → `<= 1` (kural "max 1 H1")
25
+ - **A4** `figma-a11y-audit`: Body text filtresi mantık hatası düzeltildi (`>= 12 && < 14`)
26
+ - **A5** `figma-screen-analyzer`: Duplike `figma_get_design_context` çağrısı silindi
27
+ - **A7** `figma-a11y-audit`: WCAG versiyon tutarlılığı (2.1 → 2.1/2.2)
28
+ - **A8** `component-documentation`: Compact formatta Copy Spec eksikliği belirtildi
29
+ - **A9** `generate-figma-library`: Faz 1 çıkış kriteri STRING/FLOAT scope ayrımı
30
+ - **A10** `SKILL_INDEX.md`: DesignOps akışına `ux-copy-guidance` eklendi
31
+
32
+ **İyileştirmeler (B1-B12):**
33
+ - **B1** `audit-figma-design-system`: CI ortam tespiti (JSON default)
34
+ - **B2** `apply-figma-design-system`: İki giriş modu (`review-then-apply` + `apply-known-scope`)
35
+ - **B3** `apply-figma-design-system`: %80 uyum eşiği kapısı
36
+ - **B4** `fix-figma-design-system-finding`: 3 girdi formatı otomatik algılama
37
+ - **B5** `generate-figma-screen`: Loading state karar ağacı (skeleton/spinner/progress)
38
+ - **B7** `generate-figma-library`: 60-30-10 renk kuralı (palette + kullanım rehberi)
39
+ - **B8** `figma-a11y-audit`: Gesture a11y kontrolleri (7a)
40
+ - **B10** `audit-figma-design-system`: Nielsen 10 sezgisel (`--heuristic` flag)
41
+ - **B11** `component-documentation`: State machine geçiş diyagramı (Mermaid)
42
+ - **B12** `implement-design`: Gesture platform mapping tablosu (iOS/Android/Web)
43
+
44
+ **Canlı Figma Testi (feedback için):**
45
+ - Test dosyası: [Figma Design](https://www.figma.com/design/QNtXuQ5PshxcbkiyMc0YlA/Untitled?node-id=0-1) — 20 sayfa, her skill için görsel doğrulama
46
+ - FigJam testi: [Design System JIRA Backlog Süreci](https://www.figma.com/board/roQjK1YgnJBHOTLbtjqFck/Design-System-JIRA-backlog-süreci?node-id=0-1) — `figjam-diagram-builder` swimlane testi
47
+ - 6/7 bug gerçek Figma dosyasında düzeltildi (Button touch target, placeholder kontrast, variable bağlama, Türkçe karakter)
48
+
49
+ **Versiyon tutarlılığı düzeltmesi:**
50
+ - `.cursor-plugin/plugin.json`: 1.7.14 → 1.7.17 (v1.7.15/v1.7.16'da atlanmıştı)
51
+ - `KURULUM.md`: 1.7.14 → 1.7.17 (v1.7.15/v1.7.16'da atlanmıştı)
52
+
53
+ **P3.6 plan (sonraki sürümde):** 4 araç sorunu FUTURE.md'de plan halinde — `figma_setup_design_tokens` mode name mapping, `ALL_FILLS` scope validation, FigJam `shapeWithText` font dokümantasyonu, FigJam timeout limiti. Plugin kodu bu sürümde dokunulmadı.
54
+
15
55
  ## [1.7.15] - 2026-04-08
16
56
 
17
57
  ### Skill: Anthropic Design Skill Entegrasyonu + Marka Profili + UX Copy
@@ -326,7 +326,7 @@ export class PluginBridgeServer {
326
326
  logger.info({ clientId, fileKey: incomingFileKey, fileName: incomingFileName }, "Plugin bridge: client registered (fileKey=%s, fileName=%s)", incomingFileKey, incomingFileName);
327
327
  ws.send(JSON.stringify({
328
328
  type: "welcome",
329
- bridgeVersion: "1.7.16",
329
+ bridgeVersion: "1.7.17",
330
330
  port: this.port,
331
331
  clientId,
332
332
  multiClient: true,
@@ -89,7 +89,7 @@ export async function main() {
89
89
  bridge.start();
90
90
  const server = new McpServer({
91
91
  name: "F-MCP ATezer Bridge (Plugin-only)",
92
- version: "1.7.16",
92
+ version: "1.7.17",
93
93
  });
94
94
  // ---- figma_list_connected_files (multi-client discovery) ----
95
95
  server.registerTool("figma_list_connected_files", {
package/dist/local.js CHANGED
@@ -48,7 +48,7 @@ class LocalFigmaMCP {
48
48
  this.variablesCache = new Map();
49
49
  this.server = new McpServer({
50
50
  name: "F-MCP ATezer (Local)",
51
- version: "1.7.16",
51
+ version: "1.7.17",
52
52
  });
53
53
  }
54
54
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atezer/figma-mcp-bridge",
3
- "version": "1.7.16",
3
+ "version": "1.7.17",
4
4
  "description": "F-MCP ATezer: MCP server and Figma plugin bridge for Claude/Cursor. No REST token required.",
5
5
  "type": "module",
6
6
  "main": "dist/local.js",