fix(bridge): v0.3.5 — inline script + deterministic port + auto-checksum

- vscode-file:// refuses custom .js files → inline script into HTML
- Random port → deterministic port from project name hash (gravity_control=34332)
- Hardcoded port in renderer script for immediate discovery
- Auto-update product.json SHA256 checksums after HTML modification
- Bump version 0.2.0 → 0.3.5
This commit is contained in:
2026-03-08 18:37:09 +09:00
parent afb1a1d6e6
commit 43f023c87e
7 changed files with 493 additions and 102 deletions

View File

@@ -2,7 +2,7 @@
"name": "gravity-bridge",
"displayName": "Gravity Bridge",
"description": "Antigravity ↔ Discord 브리지 연동 확장",
"version": "0.2.0",
"version": "0.3.5",
"publisher": "variet",
"engines": {
"vscode": "^1.100.0"