Skip to content

feat: complete Forkara runtime identity break - #187

Merged
redxzeta merged 4 commits into
built-from-scratchfrom
codex/forkara-identity-break
Sep 4, 2026
Merged

feat: complete Forkara runtime identity break#187
redxzeta merged 4 commits into
built-from-scratchfrom
codex/forkara-identity-break

Conversation

@redxzeta

@redxzeta redxzeta commented Sep 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • replace active runtime, desktop, CLI, protocol, storage, artifact, and release identities with Forkara
  • add a copy-only, staged-and-verified first-launch import from the legacy local profile, with active/WAL/recovery refusal and idempotent completion markers
  • enforce the narrow predecessor boundary with an allowlist-based identity scan and document manual first installation

Closes #189

Validation

  • node scripts/check-brand-identity.ts
  • git diff --check
  • focused migration, desktop identity/profile, release-artifact, identity-guard, and server adapter tests passed before the requested local-test stop
  • bun fmt and bun lint passed (lint reported existing warnings)
  • full bun run test was not completed locally: the web build was killed by the local memory limit; no additional local rerun was requested

Delivery boundary

  • no release, publication, updater activation, GitHub secret/variable change, or merge is included
  • predecessor users install the first Forkara build manually; compatibility is limited to the one-time local-data import

@github-actions github-actions Bot added the size:XXL 1,000+ effective changed lines (test files excluded in mixed PRs). label Sep 2, 2026
Move runtime, packaging, protocol, and release identities to Forkara and add a verified copy-only legacy profile import boundary.
@redxzeta
redxzeta force-pushed the codex/forkara-identity-break branch from 0307cf1 to 48f405f Compare September 4, 2026 00:57
@redxzeta
redxzeta merged commit 9f6d17b into built-from-scratch Sep 4, 2026
5 checks passed
@redxzeta
redxzeta deleted the codex/forkara-identity-break branch September 4, 2026 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL 1,000+ effective changed lines (test files excluded in mixed PRs).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Complete Forkara runtime identity break with safe legacy-profile import

1 participant