Skip to content

chore: rename weldable to hoist + phase 0 skeleton - #7

Merged
johnnyhuy merged 4 commits into
mainfrom
chore/rename-to-hoist
Jul 19, 2026
Merged

chore: rename weldable to hoist + phase 0 skeleton#7
johnnyhuy merged 4 commits into
mainfrom
chore/rename-to-hoist

Conversation

@johnnyhuy

Copy link
Copy Markdown
Contributor

Summary

  • Initial Electron + React + Vite + TypeScript scaffold (security defaults: context isolation, no node integration).
  • Rename `weldable` → `hoist` across `package.json`, `electron-builder.yml` (`appId: app.hoist`, `productName: Hoist`), main window title, preload/renderer bridge (`window.hoist`), and UI logo.
  • Rewrite `BRIEF.md` with the BYOK / key-vault scope alongside harness-install / SSO / gateway.
  • Four ADRs: `0001` secret-storage backend abstraction, `0002` provider registry, `0003` key validity probing, `0004` bundled binaries.
  • Compiling type skeleton for Phase 1: `SecretBackend`, `ProviderEntry`, `ProbeResult` / `ProbeKind` / `BudgetProbeKind`.

Supersedes #5 (closed). Stacked-PR flow went stale when the rename landed back into the scaffold branch instead of main.

Consequences

  • Pure rename + additive docs/types. No behaviour change. App builds and typechecks clean.

Testing

  • `npm run typecheck` ✓
  • `npm run build` ✓ (29 modules transformed, ~200 kB renderer bundle)

johnnyhuyand others added 4 commits May 4, 2026 23:24
Electron shell with 4-step setup wizard (harnesses, SSO, gateway, done).
Shared types for tool install specs, gateway config, and SSO config.
Vite-powered renderer with dark theme. electron-builder packaging.
Rename the app across package.json, electron-builder (appId app.hoist,
productName Hoist), main window title, preload/renderer bridge
(HoistAPI exposed as window.hoist), and UI logo text.
Co-authored-by: opencode <opencode@anthropic.com>
Rewrite BRIEF.md for hoist with additive BYOK/key-vault scope alongside
the existing harness install / SSO / gateway work. Add four ADRs:
0001 secret-storage backend abstraction, 0002 provider registry
catalog, 0003 key validity and expiry probing, 0004 bundled external
binaries.
Co-authored-by: opencode <opencode@anthropic.com>
Lay down compiling type stubs for the Phase 1+ work: SecretBackend
interface and availability types (ADR-0001), ProviderEntry catalog
shape (ADR-0002), and ProbeResult/ProbeKind/BudgetProbeKind
(ADR-0003). gitignore .opencode/.
Co-authored-by: opencode <opencode@anthropic.com>
@johnnyhuy
johnnyhuy merged commit f2f9fa0 into mainJul 19, 2026
4 checks passed
@johnnyhuy
johnnyhuy deleted the chore/rename-to-hoist branch July 19, 2026 02:57
@github-actionsgithub-actionsBot mentioned this pull request Aug 15, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@johnnyhuy