Skip to content

chore(deps): update websockets requirement from >=12.0 to >=16.0 in /codeflow-desktop#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/codeflow-desktop/websockets-gte-16.0
Open

chore(deps): update websockets requirement from >=12.0 to >=16.0 in /codeflow-desktop#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/codeflow-desktop/websockets-gte-16.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on websockets to permit the latest version.

Release notes

Sourced from websockets's releases.

16.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • d4303a5 Release version 16.0.
  • 851bcd7 Bump pypa/cibuildwheel from 3.3.0 to 3.3.1
  • 740c8d3 Temporarily remove the trio implementation.
  • 92ea055 Add missing changelog entry.
  • ba74244 Document bug fix.
  • 9410483 Pin sphinx to avoid error in sphinxcontrib-trio.
  • 8e4d408 Document asyncio's TLS read buffer.
  • cb3500b Stop referring to the asyncio implementation as new.
  • 6563a9c The threading implementation supports max_queue.
  • 9f17e92 Clarify that protocol_mutex protects pending_pings.
  • Additional commits viewable in compare view

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)

Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version.
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@12.0...16.0)

---
updated-dependencies:
- dependency-name: websockets
  dependency-version: '16.0'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 22, 2026
joinwell52-AI added a commit that referenced this pull request May 9, 2026
… rule #5 purge

Capture the v1 -> v2 identity inversion in one snapshot.
CodeFlow is no longer a Cursor IDE companion plugin, but a lightweight
AI Runtime / AI OS for multi-agent software development driven by
@cursor/sdk and consuming fcop-mcp.

Public-facing
- README{,.en,.zh}.md: top "Project Charter" block with verbatim ADMIN
  quotes (5/9 10:48 + 10:51) + entry to v2 docs
- docs/codeflow-overview{,.en}.md: 5-minute public read

Design (internal source of truth)
- docs/design/codeflow-v2-on-fcop-sdk.md: ~2300 lines spanning
  positioning, AI OS metaphor, 3-layer stack, role registry, Runtime
  Protocol (5 schemas), repo migration (sec.8), roadmap (sec.10)
- sec.0.0 Project Charter block locking ADMIN's two verbatim quotes
- sec.8.0 5 hard rules (#5 = "this repo is consumer, not definer of fcop")
- sec.8.6 LEGACY retirement ledger

TypeScript reference implementation
- packages/codeflow-protocol/: Sprint S1 — 5 JSON schemas + AJV
  validator + CLI + 8 fixtures (5 valid + 3 expected-invalid)
- packages/codeflow-runtime/: Sprint S2 — Agent Registry + Session
  Manager design skeleton with full JSDoc and crash-recovery design doc

Hard Rule #5 physical purge (5/9)
- fcop-mcp/ entire LEGACY copy removed
- codeflow-plugin/src/ (fcop Python package source copy) removed
- codeflow-plugin/{mcp.json, scripts/install-fcop.{ps1,sh},
  pyproject.toml, .cursor-plugin/plugin.json, requirements.txt,
  README.md} removed

Upstream FCoP coordination
- joinwell52-AI/FCoP#2 created: proposal for 5 runtime governance
  fields (Agent.layer, Task.risk_level, Review.decision=needs_human,
  Review.human_approval, Skill.tools risk meta) targeting fcop@1.1.0

PM/DEV/ADMIN protocol files
- docs/agents/tasks/{TASK,REPORT}-2026{0423,0425,0509}-*.md: full task
  thread evidence

Housekeeping
- .gitignore: add _ignore/ (PM work notes / drafts / one-shot scripts)
joinwell52-AI added a commit that referenced this pull request May 9, 2026
… tasks archive

Three-part cleanup before Sprint S3 starts. Tracking decision in
REPORT-20260509-010-PM-to-ADMIN.md (D1=A1 + D2=B1 + D3=C1).

A1 — fcop env contributor guide
- docs/integrations/fcop-standalone-zh.md: append a section pointing
  contributors to the upstream FCoP repo for fcop-mcp installation.
  No install steps in this repo (would violate Hard Rule #5).

B1 — current role map
- docs/agents/CURRENT-ROLES.md (new, 236 lines): consolidate the 3
  scattered role-info sources (.cursor/rules/, docs/agents/{ROLE}-01.md,
  codeflow-plugin/agents/) into one lookup table. Does NOT create
  roles.yaml or .codeflow/ (those wait for FCoP Issue #2 + Sprint S3).

C1 — archive 2026-04 thread
- docs/agents/tasks/_archive/2026-04/: 33 historical TASK/REPORT files
  git mv'd here (covers 2026-04-03 .. 2026-04-25, all closed v1-era
  threads). tasks/ root drops from 54 -> 15 active files.
- docs/agents/tasks/_archive/README.md (new): archive principles (4
  conditions), structure (by month), reference stability, archive SOP.
- docs/agents/tasks/TASK-20260509-005-PM-to-DEV.md: add SUPERSEDED flag
  in frontmatter (status/superseded_by/superseded_at) + warning block
  pointing to TASK-20260509-006 which physically deleted the same files.

Protocol files for this thread
- docs/agents/tasks/TASK-20260509-007-PM-to-DEV.md (PM dispatch)
- docs/agents/tasks/REPORT-20260509-007-DEV-to-PM.md (DEV completion
  report with 10-item acceptance check, 9/10 strict pass + 1/10
  expected match)

Out of scope (untouched)
- .cursor/rules/* (0 changes - role rules unchanged)
- codeflow-plugin/agents/* (0 changes - v1 brief assets stay put,
  awaits §8.6 backlog #5 migration)
- _ignore/audit_fcop_*.{json,py} (kept, awaits §8.6 backlog #6)
- packages/codeflow-{protocol,runtime}/ (no schema changes - waiting
  for FCoP Issue #2 to land)
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants