chore(audit): bump @types/node from 20.19.42 to 25.9.3 in /tools/loop-audit - #3
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tools/loop-audit/types/node-25.9.2
branch
2 times, most recently
from
June 9, 2026 07:51
1bd9297 to
d0ef0d2
Compare
Contributor
Loop Readiness AuditScore: 100/100 (L3) Strong loop readiness — good candidate for L3 with explicit gates. No suggestions — looking good. Posted by |
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.42 to 25.9.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/tools/loop-audit/types/node-25.9.2
branch
from
June 11, 2026 07:58
d0ef0d2 to
dbd9216
Compare
Contributor
Loop Readiness AuditScore: 100/100 (L3) Strong loop readiness — good candidate for L3 with explicit gates. No suggestions — looking good. Posted by |
Contributor
Author
|
Superseded by #41. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/tools/loop-audit/types/node-25.9.2
branch
June 16, 2026 19:55
50thycal
referenced
this pull request
in 50thycal/loop-engineering
Jun 28, 2026
Adds --walkforward mode: the gold-standard time-series test. Re-optimizes the grid on a rolling (or anchored) in-sample window and scores each next out-of-sample fold across the whole history. Two gates, both required: - Consistency (K-of-N): at least K folds clear a per-fold Sharpe/drawdown gate, so a strategy that only worked in one regime fails. - Aggregate honesty: pool all folds' OOS returns and require the combined curve to beat the deflated benchmark for ALL trials (N folds x grid), clear PSR >= 0.95, and stay under the drawdown cap. Every fold's search ticks the enforced trial counter and accumulates in the ledger, so re-optimizing N times raises the deflated bar N-fold. On real BTC daily the Turtle breakout shows pooled OOS Sharpe 1.91 (beats the deflated bar, PSR 1.0) yet is REJECTED: only 2/5 folds pass because 3 folds had 36-65% drawdowns. An aggregate-only test green-lights it; the K-of-N gate vetoes it. That disagreement is exactly the added value over a single lockbox. Tests 18/18, repo validate gates pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UcE4n3gQdVXJtD2z3mBrZX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @types/node from 20.19.42 to 25.9.3.
Commits