Skip to content

chore(deps): bump web-tree-sitter from 0.26.11 to 0.26.12 - #9

Open
dependabot[bot] wants to merge 80 commits into
mainfrom
dependabot/npm_and_yarn/web-tree-sitter-0.26.12
Open

chore(deps): bump web-tree-sitter from 0.26.11 to 0.26.12#9
dependabot[bot] wants to merge 80 commits into
mainfrom
dependabot/npm_and_yarn/web-tree-sitter-0.26.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps web-tree-sitter from 0.26.11 to 0.26.12.

Release notes

Sourced from web-tree-sitter's releases.

v0.26.12

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.26.11...v0.26.12

Commits

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)

dependabot Bot and others added 30 commits August 8, 2026 19:15
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.25.1 to 4.26.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.25.1...v4.26.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…3 completion report

- tests/python-test-runtime.mjs: install hint now names the merged pin (no version gate; import check unchanged)
- .agent/dispatch/completion-report.json: force-added so the D50-D53 evidence survives archiving dispatch/d50-d53

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Output of a fresh graph build; no source behavior change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Add strict MCP surfaces, launchable installer diagnostics, actionable error contracts, update signing, native release receipts, Python SCIP resolution, and AX conformance because the seven-book integration requires executable end-to-end acceptance.
# Conflicts:
#	graph/store-sqlite.mjs
…idates lane

Four defects together kept every query behind minutes of synchronous work on
busy workspaces (measured on a 151k-symbol, 1.6 GB graph):

- candidates path materialized the entire generation into JS per call instead
  of using the indexed store lookup (minutes -> 659 ms measured);
- the freshness barrier's 2 s timeout could never fire: the inline reconcile
  is synchronous SQLite/filesystem work that never yields to the event loop.
  Query commands now take the read-only fresh/stale verdict (observeOnly) and
  never repair — the watcher owns writes by design (>120 s -> 2.9 s measured);
- bounded() drained abandoned work without aborting it; reconcile is
  signal-aware, so abort first and the safety drain settles in ms;
- barrier-triggered reconciles ignored .agent/config.json ignoredPrefixes that
  builds honor, so every scan re-added excluded files: 34,798 phantom journal
  events, refilling within minutes of being cleared, replayed on every call.

Plus: cortex-candidates.mjs, a lean entrypoint importing only store + candidate
assembly (0.9 s vs ~2.6 s full-CLI module graph) for latency-budget callers
(Membrane federation gives providers 1.5 s total), and read-path pragmas
(mmap 256 MB, 64 MB page cache) sized for GB-scale graphs.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
bogusyogi and others added 25 commits August 10, 2026 17:49
…dits

Generated from docs/agent-rules/legion.md by tools/agent-rules/manage.py sync.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Generated from docs/agent-rules/ by tools/agent-rules/manage.py. The banner
names the source and the regeneration command, so the next agent edits the
source instead of the artifact.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Implements the v4 consolidated contract: retire apps/cortex-tray (U54),
forbid OS service registration in favour of `cortex service run` (U15),
add the Orthic seam manifest/snapshot producers and schemas (U56/U57),
wire Hub installer checksum verification into release-candidate (U60),
vendor-neutral peer discovery and _diagnostics naming (U05), and correct
the D53 release-gate evidence to cite release-candidate.yml (U53).

Also closes two findings the contract listed as open: lib/redaction.mjs
gains real secret shapes (sk-ant-, xox*-, JWT, connection-string
passwords, bare 40-char base64) and the treesitter provider header now
matches its real caller, graph/static-provider.mjs#augmentGenerationWithTreeSitter.

Completes U54: deletes tests/tray-contract.test.mjs, which still imported
the removed apps/cortex-tray/src/state.mjs and asserted the launchctl and
schtasks control plans that U15 deliberately replaced with
os_registration_forbidden. Its surviving coverage lives in
tests/service-install.test.mjs.

Verified: node scripts/test-random.mjs --ordered --root-only
--batch-size=32 passes, exit 0 (was exit 1 on the dangling tray import).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Install product discovery only, run watcher beneath foreground service, & exit both when Hub ownership ends.

Agent-Id: legion-root+alchemist-terra

Agent-Runtime: gpt-5.6-sol,gpt-5.6-terra
Use platform-aware containment checks & isolate Windows service lifecycle fixtures from user state.

Agent-Id: legion-root

Agent-Runtime: gpt-5.6-sol
Allow fresh Windows profiles to claim Hub-owned watcher pidfiles before any prior Cortex state exists.

Agent-Id: legion-root

Agent-Runtime: gpt-5.6-sol
Preserve inventory-corrected performance contract, canonical retrieval/recovery/ghost-edge fixtures, reproducible benchmark harness, & raw Mac baseline receipts before optimization.

Agent-Id: legion-root+terra

Agent-Runtime: gpt-5.6-sol,gpt-5.6-terra
Replace per-source target scans with shared full-universe indexes while preserving ordered edges, ambiguity, confidence tiers, & ghost-edge behavior. Synthetic proof reduces candidate inspections from 9,409 to 97.

Agent-Id: legion-root+terra

Agent-Runtime: gpt-5.6-sol,gpt-5.6-terra
Reuse one source fingerprint & generation hash for manifest timestamp, identity, & repository metadata while preserving staged atomic publication.

Agent-Id: legion-root

Agent-Runtime: gpt-5.6-sol
Agent-Id: root
Agent-Runtime: gpt-5.6-sol
Agent-Id: root
Agent-Runtime: gpt-5.6-sol
Preserve strict same-output/less-work acceptance by recording paired 5-sample regressions for provider ranks, term insertion, & no-op publication.

Agent-Id: root

Agent-Runtime: gpt-5.6-sol
Normalize language fixtures to real extensions, strengthen provider and graph resolution behavior, and preserve competitor-derived planning evidence.
Retire superseded planning surfaces in favor of one product contract and one executable implementation plan, with current evidence and generated pointers kept explicit.
Bind qualified contract validation, graph state, snapshot compatibility, path confinement, recovery, redaction, & lifecycle behavior to exact staged candidate.

Agent-Id: root
Agent-Runtime: gpt-5.6-sol
Bumps [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/HEAD/lib/binding_web) from 0.26.11 to 0.26.12.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/commits/v0.26.12/lib/binding_web)

---
updated-dependencies:
- dependency-name: web-tree-sitter
  dependency-version: 0.26.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant