build(deps): bump actions/deploy-pages from 4 to 5 - #3
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ruvnet
added a commit
that referenced
this pull request
Aug 13, 2026
- LEDGER.md: remove the fake future-dated demo seed rows (#3-#18, 2026-08-14..19) that were never real GitHub state; keep only the real 2026-08-13 night. The nightly correctly flagged these as unverifiable (issue #6). - dream.config.json: drop the broken evaluator entrypoints the nightly proved don't work — 'npx @metaharness/redblue' (silent no-op via the bin-symlink isMain footgun) and 'npx @metaharness/flywheel' (no bin field); keep the working 'npm test' and correct darwin to 'npx @metaharness/darwin evolve'. Merges main (v0.1.x packaging, 4D site, GHA dream) into the PR branch. 96 tests green. Co-Authored-By: claude-flow <ruv@ruv.net>
ruvnet
added a commit
that referenced
this pull request
Aug 13, 2026
… silent no-op) (#7) * security-adversarial: classify evaluator entrypoint liveness (redblue silent no-op) Reproduced a real, 100%-reliable silent failure in this repo's own SCAN=redblue evaluator entrypoint (dream.config.json): `npx @metaharness/redblue <anything>` exits 0 with zero bytes on both stdout and stderr, for every subcommand tried. Root cause: the package's CLI guards its dispatch with the classic `import.meta.url === file://${process.argv[1]}` idiom, which fails once the executable is reached through the symlink npm/npx create for a package's bin entry, so the dispatch body never runs. Exit 0 + silence is indistinguishable from "ran clean, zero findings" to anything that only checks the exit code. Adds classifyEntrypointResult (packages/cli/src/entrypoint.ts) and a `dream-machine verify-entrypoint` CLI command so this pipeline can separate live / blocked / suspicious-silent before ever recording EVALUATED=yes. Includes two fixes from an independent adversarial critique of this diff: unquoted multi-word --cmd used to silently truncate and produce a false "live" verdict (fixed with a hard usage-error guard); child_process.exec's error.code can be a non-number on maxBuffer overflow (fixed with explicit buffer size + defensive coercion). npm test: 85 -> 96 (all new, 0 removed/modified). ADR-0002 documents the entrypoint-trust convention. Full evidence in docs/dream-cycle/2026-08-13-security-adversarial-report.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UAJ2FdMooTevrJ34FW3mpr * docs(dream-cycle): append 2026-08-13 security-adversarial ledger row ACCEPT — redblue evaluator entrypoint liveness classifier. Issue #6, PR #7. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UAJ2FdMooTevrJ34FW3mpr * fix(dream-cycle): resolve the two issues the nightly surfaced - LEDGER.md: remove the fake future-dated demo seed rows (#3-#18, 2026-08-14..19) that were never real GitHub state; keep only the real 2026-08-13 night. The nightly correctly flagged these as unverifiable (issue #6). - dream.config.json: drop the broken evaluator entrypoints the nightly proved don't work — 'npx @metaharness/redblue' (silent no-op via the bin-symlink isMain footgun) and 'npx @metaharness/flywheel' (no bin field); keep the working 'npm test' and correct darwin to 'npx @metaharness/darwin evolve'. Merges main (v0.1.x packaging, 4D site, GHA dream) into the PR branch. 96 tests green. Co-Authored-By: claude-flow <ruv@ruv.net> --------- Co-authored-by: Claude <noreply@anthropic.com>
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 actions/deploy-pages from 4 to 5.
Release notes
Sourced from actions/deploy-pages's releases.
... (truncated)
Commits
cd2ce8fMerge pull request #404 from salmanmkc/node24bbe2a95Update Node.js version to 24.x854d7aaMerge pull request #374 from actions/Jcambass-patch-1306bb81Add workflow file for publishing releases to immutable action packageb742728Merge pull request #360 from actions/dependabot/npm_and_yarn/npm_and_yarn-513...7273294Bump braces in the npm_and_yarn group across 1 directory963791fMerge pull request #361 from actions/dependabot-friendly51bb29dMake the rebuild dist workflow safer for Dependabot89f3d10Merge pull request #358 from actions/dependabot/npm_and_yarn/non-breaking-cha...bce7355Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)