Open
Conversation
Bumps python from 3.12-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
jcap93
pushed a commit
that referenced
this pull request
Feb 23, 2026
…ent write safety ## v0.2.5 — PARIETAL World Model Module - New module: src/parietal.py — environment discovery, health signal inference, dynamic sensor registration, PLASTICITY feedback integration - New: src/sensors/parietal_sensors.py — file, content, HTTP, git sensors - PARIETAL: scan() walks workspace 3 levels deep, detects 8 project types (Python, Node, trading bot, Cloudflare, Fly.io, Go, Rust, Docker) - PARIETAL: infers health signals from heuristics (logs, HTTP endpoints, git status) - PARIETAL: registers sensors dynamically at runtime via SensorManager.add_sensor() - PARIETAL: integrates with PLASTICITY — actionable signals gain weight, noise decays - PARIETAL: context injected into daemon trigger messages (unhealthy systems, goals) - SensorManager: add_sensor() method for dynamic registration - ParietalConfig dataclass added to core/config.py - Wired into NervousSystem (init, warmup, post_loop re-scan, startup, shutdown) - 45 new tests in test_parietal.py - Module count: 37 → 38 | Test count: 648 → 693 ## v0.2.4 — System Hardening (3 gaps fixed) - Gap #1: EXCEPTION rule false positive in model evaluator — guard added: highest individual drive must exceed 1.5 before EXCEPTION triggers - Gap #2: State directory isolation — all 33 modules: STATE_DIR → _DEFAULT_STATE_DIR NervousSystem.__init__() accepts state_dir param, patches all module paths at init Enables multi-companion isolation without importlib.reload hacks - Gap #3: Daily notes file locking — fcntl.flock() on all 4 write sites (daily_sync log_trigger/log_mutation, daemon _maybe_generate, health _handle_feedback) Prevents duplicate/corrupted entries under concurrent writes - 6 new tests: test_evaluator_model.py (EXCEPTION guard) - 5 new tests: test_daemon_logging.py (flock presence + concurrent safety) - 8 new tests: test_state_isolation.py (multi-companion state directory isolation)
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 python from 3.12-slim to 3.14-slim.
Dependabot 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)