Skip to content

Develop - #23

Merged
drn1996 merged 2 commits into
releasefrom
develop
Aug 18, 2026
Merged

Develop#23
drn1996 merged 2 commits into
releasefrom
develop

Conversation

@drn1996

@drn1996 drn1996 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Changes

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (existing behavior or public API changes)
  • Refactor (no functional change)
  • Documentation / website
  • CI / tooling

How was this tested?

Checklist

  • Tests added or updated for every behavior change
  • npm test passes with the coverage gate (100/100/100/100)
  • fallow clean from the repo root (dead-code, dupes, health, audit)
  • tsc clean (root, packages, website)
  • Docs / CLAUDE.md updated if behavior or structure changed

Related issues

drn1996 and others added 2 commits August 18, 2026 01:50
Patch release for the store hydration fix (#20): a store is restored by its
node's own path rather than its parent's, so keyed siblings each keep their
own state instead of every one of them restoring whichever was persisted
last.
@drn1996
drn1996 merged commit 7fe15cf into release Aug 18, 2026
2 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🤖 Grok fallow review — proceed

Zero gating findings across dead code, duplication, health thresholds, and audit; release may proceed.

  • HEALTH: overall score 82 B with deductions hotspots -10.0, unit size -4.7, dead files -1.7, coupling -1.3
  • HEALTH hotspots accelerating: packages/create-creact-app/src/index.ts (63.3), packages/testing/src/wait-for.ts (60.7), packages/creact/src/reactive/array.ts (26.1), packages/creact/src/reactive/selector.ts (23.4), packages/create-creact-app/src/templates.ts (6.8), packages/creact/src/runtime/fiber.ts (1.4)
  • HEALTH file triage risk (CRAP/structure) still flagged on several files including render.ts, selector.ts, array.ts, reconcile.ts, cli-main.ts, create-creact-app index.ts, state-machine.ts, children.ts, discover-jobs.mjs, merge-coverage.mjs

Reviews the full fallow report — dead code, duplication, health, and audit. Re-runs edit this comment.

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