Skip to content

Adopt Fold anti-slop rules and Effect design guidance - #7

Merged
K-Mistele merged 4 commits into
mainfrom
evaluate-anti-slop-rules-and-program-design-skills-for-fold
Aug 19, 2026
Merged

Adopt Fold anti-slop rules and Effect design guidance#7
K-Mistele merged 4 commits into
mainfrom
evaluate-anti-slop-rules-and-program-design-skills-for-fold

Conversation

@K-Mistele

Copy link
Copy Markdown
Contributor

Summary

  • tailor the Effect program-design guidance to Fold, including Predicate and Match policy
  • vendor and enforce selected anti-slop and TypeOnce OXLint rules with explicit TUI exclusions
  • replace silent error swallowing and chained ternary dispatch with clearer Effect APIs

Validation

  • bun run lint
  • bun run typecheck
  • bun run test
  • bun run format:check

K-Mistele and others added 4 commits August 15, 2026 21:27
The Match-dispatch refactor pulled `effect` into scripts/release/prepare.ts,
but the repo root has no `effect` dependency, so `release:prepare` failed with
"Cannot find package 'effect'". Index the manifest field directly: simpler than
both the chained ternary and the Match version, with no effect import.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
HumanLayer-Session: https://app.dev.codelayer.gg/sessions/01a0179a-5c6f-7ab7-8e1e-92b5a54ffad3
@K-Mistele
K-Mistele merged commit 47ef023 into main Aug 19, 2026
5 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