Skip to content

Bump python from 3.12-slim to 3.14-slim#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/docker/python-3.14-slim
Open

Bump python from 3.12-slim to 3.14-slim#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/docker/python-3.14-slim

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps python from 3.12-slim to 3.14-slim.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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]>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Feb 22, 2026

Labels

The following labels could not be found: dependencies, docker. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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)
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.

0 participants