Build(deps-dev): Bump @typescript-eslint/parser from 8.29.1 to 8.37.0#90
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Build(deps-dev): Bump @typescript-eslint/parser from 8.29.1 to 8.37.0#90dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.29.1 to 8.37.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.37.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.37.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
The |
Contributor
Author
|
Superseded by #98. |
This was referenced May 3, 2026
joelteply
added a commit
that referenced
this pull request
May 31, 2026
…der + ResumeOrMintProvider (task #90) Slice 4. Pax/Paige is now the SAME citizen across continuum-core- server restarts. Verified end-to-end: persona_id, peer_id, agent_name, home all stable through reboot. New module structure (all under persona/): - `seed.rs` — PersonaSeedFile schema (v1: persona_id + agent_name + created_at_ms), atomic write helper (.tmp + fsync + rename per the substrate-is-a-good-citizen-on-the-host doctrine), typed errors so callers dispatch on shape (NotFound vs Malformed vs Io). 5 unit tests covering roundtrip, missing-file, malformed-JSON, nested- parent-creation, no-leaked-tmp-on-success. - `identity_provider.rs` — PersonaIdentityProvider trait, the polymorphism rail per Joel's adapter-first methodology ("code the adapters even if there's just ONE to start"). Yields one PersonaIdentityIntent per next_persona() call; intent carries persona_id + agent_name + source (ResumedFromDisk vs FreshlyMinted) for observability honesty. Future provider implementations: GridImportProvider (cross-continuum migration), HostCustomizedProvider (human picks the seed). - `resume_or_mint_provider.rs` — first concrete impl. At construction, scans <continuum_root>/personas/*/seed.json; each parsed seed queues a ResumedFromDisk intent. After yielding all queued, floor- mints fresh until min_personas total. Corrupted/missing seeds are logged + skipped (substrate doesn't crash on bad state). 5 unit tests covering all paths. Refactors per the no-backwards-compatibility doctrine (organization-purity-as-we-migrate): - PersonaAircRuntime now carries `source: PersonaIdentitySource` as a field set at bootstrap and accessible via .source(). The runtime knows its own provenance — telemetry surfaces (list/get IPC, future status panels) read it directly without external bookkeeping. - PersonaInstanceManagerModule::bootstrap_one signature changed from () to (&PersonaIdentityIntent). The single existing caller (boot- wire in ipc::start_server) updated in same commit. No deprecation, no compatibility layer. - PersonaInstanceInfo grows a `source` field, reads from runtime.source() in from_runtime. Wiring: - ipc::start_server boot-wire: replaces the single-shot bootstrap_one() call with ResumeOrMintProvider iteration. min_personas=1 ensures The Grid has at least one citizen on first boot; subsequent boots resume whoever's on disk without redundant mints. Each yielded intent is bootstrapped + logged; any single failure is non-fatal — server stays up, remaining intents still attempted. - Boot log line distinguishes the path: "🌐 The Grid welcomes a resumed citizen: X" vs "freshly minted citizen: X". Source field also visible in telemetry. Validation (verified locally, this rev): Run 1 (fresh): [WARN] persona dir has no seed.json — skipping: Pax (slice 3 orphan) [INFO] ResumeOrMintProvider: resumed_count=0 min_personas=1 [INFO] 🌐 freshly minted citizen: Paige (persona_id=52c04849-...) seed.json written: {"version":"1", persona_id, agent_name, created_at_ms} Run 2 (same binary, same continuum_root): [WARN] persona dir has no seed.json — skipping: Pax (orphan persists) [INFO] ResumeOrMintProvider: resumed_count=1 min_personas=1 [INFO] 🌐 resumed citizen: Paige (persona_id=52c04849-... SAME) peer_id identical across restarts (airc-lib loaded existing identity.key) cargo check --features metal,accelerate: clean compile (57 warnings, 0 errors; warnings are pre-existing crate-wide lint, not from this PR). Doctrine refs: substrate-is-a-good-citizen-on-the-host (atomic writes, graceful degradation, observability honest, async I/O off hot path), organization-purity-as-we-migrate (no backwards compat, clean replacements), persona-identity-derives-from-source-id (seed → name via name_generator), local-worktree-is-temp-dir (durable layer = the keypair + seed; local-only artifacts can be wiped). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
8 tasks
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 @typescript-eslint/parser from 8.29.1 to 8.37.0.
Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
816be17chore(release): publish 8.37.084b7a2echore(release): publish 8.36.0e2ecca6chore: fix issues introduced by updatednxconfiguration (#11230)f9bd7d8chore(release): publish 8.35.1d19c9f3chore(release): publish 8.35.0ccd0791chore(release): publish 8.34.18915a47chore(release): publish 8.34.0936f350chore(release): publish 8.33.1dca57b3chore(release): publish 8.33.0f9e0eb9chore: clean up nx and other config (#11226)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 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)