Skip to content

Fix/pending#1

Merged
RonakDarji1997 merged 3 commits into
mainfrom
fix/pending
Jun 16, 2026
Merged

Fix/pending#1
RonakDarji1997 merged 3 commits into
mainfrom
fix/pending

Conversation

@RonakDarji1997

Copy link
Copy Markdown
Collaborator

No description provided.

- home.tsx: createSignal received a bare function as initial value — a
  real latent bug, not just a type error: the function itself was stored
  as the signal value, so the saved home model (forge_home_model_v2) was
  never restored. Wrapped in an IIFE.
- utils/server.ts: Bun's 'typeof fetch' requires a 'preconnect' member
  our wrapper (and a config-provided fetch) doesn't have; the SDK only
  calls it. Cast the ternary instead of annotating.

tsgo -b: 0 errors (was 2). Prerequisite for making CI a required check.
Three required-check candidates for the protect-main ruleset:
- forge-ui typecheck (bun workspace install + tsgo)
- forge-server syntax + tests (compileall, pip install, pytest — 62
  tests, verified passing locally; pytest/pytest-asyncio added to
  requirements-dev.txt, they were missing)
- runner-image script syntax (bash -n + node --check)

CODEOWNERS: default '*' rule routes every PR to @Forgeweb-ai/maintainers
(replace with real team/usernames), with explicit entries for high
blast-radius paths (runner-image, runner/, opencode/, .github/).
ci.yml YAML-validated; all three job command sets executed locally.
… CODEOWNERS, freeze note, drop forgeweb.ai, supabase scratch)
@RonakDarji1997 RonakDarji1997 merged commit d26d248 into main Jun 16, 2026
3 checks passed
Sign up for free to 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