Bump actions/checkout from 4 to 6 - #7
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Pull Request Test Coverage Report for Build 19639542141Details
💛 - Coveralls |
drzo
added a commit
that referenced
this pull request
Aug 1, 2026
ECH-2: Azure Data Studio ↔ ZoneCog/AtomSpace integration (bridge + UI)
drzo
added a commit
that referenced
this pull request
Aug 1, 2026
…e architecture Addresses ECH-1 (parent), ECH-3, ECH-4, ECH-5: Strategy & Roadmap (ECH-3, ECH-4): - docs/ZONECOG_STRATEGY.md: Implementation strategy with membrane architecture - docs/ZONECOG_ROADMAP.md: 5-phase development roadmap with actionable tasks Enhanced Cognitive Protocol (ECH-5): - IZoneCogService: Event emitters, hypergraph access, enhanced state - ZoneCogService: Full 9-phase Zone-Cog thinking sequence - HypergraphStore: EchoCog-standard HypergraphNode CRUD with salience - CognitiveMembraneService: Cerebral/Somatic/Autonomic triad monitoring - Updated DI registration with InstantiationType.Eager - Updated Command Palette actions with membrane/hypergraph info Python Bridge Fixes (PR #7 Copilot review): - ImportError instead of broad Exception catch - Absolute imports with __init__.py package structure - GET /health instead of POST (REST convention) - Consistent UUID handling via _node_uuid helper - RowNode/ValueNode now properly added to nodes list Tests: - 10 ZoneCogService tests (phases, events, hypergraph persistence, load) - 9 HypergraphStore tests (CRUD, salience, links) - 5 CognitiveMembraneService tests (triads, health, errors, events) Co-Authored-By: d@rzo.io <d@rzo.io>
drzo
added a commit
that referenced
this pull request
Aug 1, 2026
…tation * ECH-1: ZoneCog adaptation - cognitive core, hypergraph store, membrane architecture Addresses ECH-1 (parent), ECH-3, ECH-4, ECH-5: Strategy & Roadmap (ECH-3, ECH-4): - docs/ZONECOG_STRATEGY.md: Implementation strategy with membrane architecture - docs/ZONECOG_ROADMAP.md: 5-phase development roadmap with actionable tasks Enhanced Cognitive Protocol (ECH-5): - IZoneCogService: Event emitters, hypergraph access, enhanced state - ZoneCogService: Full 9-phase Zone-Cog thinking sequence - HypergraphStore: EchoCog-standard HypergraphNode CRUD with salience - CognitiveMembraneService: Cerebral/Somatic/Autonomic triad monitoring - Updated DI registration with InstantiationType.Eager - Updated Command Palette actions with membrane/hypergraph info Python Bridge Fixes (PR #7 Copilot review): - ImportError instead of broad Exception catch - Absolute imports with __init__.py package structure - GET /health instead of POST (REST convention) - Consistent UUID handling via _node_uuid helper - RowNode/ValueNode now properly added to nodes list Tests: - 10 ZoneCogService tests (phases, events, hypergraph persistence, load) - 9 HypergraphStore tests (CRUD, salience, links) - 5 CognitiveMembraneService tests (triads, health, errors, events) Co-Authored-By: d@rzo.io <d@rzo.io> * ECH-1: Fix Devin Review bugs - rename azure-integration to azure_integration, restore complexity classification - Rename azure-integration/ to azure_integration/ so Python can import the package (hyphens are invalid in Python package names) - Update doc references in ECH-2 design doc to match new directory name - Restore hasComplexKeywords as standalone trigger for 'complex' classification in _assessQueryComplexity (regression from prior refactor broke test assertions) Co-Authored-By: d@rzo.io <d@rzo.io> * ECH-1: Remove stale registerSingleton call and clean up dead code in complexity logic - Remove orphaned registerSingleton(IZoneCogService, ...) from workbench.common.main.ts (registration now lives in zonecog.contribution.ts) - Remove unused hasMultipleClauses variable from _assessQueryComplexity - Remove unreachable hasComplexKeywords from else-if branch (already caught in the if branch above) Co-Authored-By: d@rzo.io <d@rzo.io> * ECH-1: Deep-copy nodes and links in HypergraphStore to prevent internal state leaks Add _cloneNode/_cloneLink static helpers that copy links[], outgoing[], and metadata{} by value. Applied consistently in addNode, getNode, updateNode, getNodesByType, getAllNodes, addLink, getLink, getLinksByType, getLinksForNode, and getTopSalientNodes. Co-Authored-By: d@rzo.io <d@rzo.io> * ECH-1: Clone node before firing updateNode event to prevent internal state leak Co-Authored-By: d@rzo.io <d@rzo.io> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: d@rzo.io <d@rzo.io>
Contributor
Author
|
Superseded by #16. |
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/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)