Skip to content

Dev - #67

Merged
GuillaumeSachet merged 4 commits into
mainfrom
dev
Aug 31, 2026
Merged

Dev#67
GuillaumeSachet merged 4 commits into
mainfrom
dev

Conversation

@xaviave

@xaviave xaviave commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

xaviave and others added 4 commits August 31, 2026 09:28
feat(task): update amp

feat(task): update amp

feat(task): yanked grpcio 1.78.1

feat(task): getisgnals as a bulk query

feat(task): update amp
…ersion to 0.2.4.dev1; add pagination module structure

chore(version): update version to 0.2.4 in configuration files
feat(sdk): add secret and permission layer

feat(task): add task-id associated generator

feat(task): add task-id associated generator

release(beta): staging release
Point the agentic-mesh-protocol submodule at the merged registry rework
and bring the repository back in line with the protocol it now generates.

Protocol:
- submodule moves to the registry rework merged upstream, replacing
  module_registry/task_manager/pagination with registry/v1

Generation pipeline:
- the removed services had left orphaned Python packages behind: buf only
  ever writes files and never deletes output for protos that disappear, so
  the stale packages survived in gen/python and were copied back into src/
  on every run. proto:generate now wipes gen/python first
- proto:copy gains preconditions, since rsync --delete would otherwise wipe
  src/ if a generation produced nothing
- proto:clean stops hardcoding a service list that had already gone stale

Configuration:
- .gitignore drops the src/digitalkin_proto/* paths left over from the
  package rename; the *_pb2* globs already cover the generated tree
- pyproject points pytest and ruff at test/ instead of the nonexistent
  tests/, which made pytest fall back to a recursive scan
- .bumpversion.toml settings move into [tool.bumpversion], where they were
  always meant to be read from
- CLAUDE.md is rewritten to describe agentic_mesh_protocol as it is today

Dependencies:
- every dev dependency had been locked at its declared floor, and the
  pre-commit hooks had drifted far behind the dev group: pre-commit linted
  with ruff 0.9.9 while task lint used 0.15.22
- runtime: grpcio/grpcio-tools 1.83.1, protobuf 7.36.0,
  googleapis-common-protos 1.75.2, bump-my-version 1.5.1
- dev: build 1.6.0, mypy 2.3.1, pre-commit 4.6.2, ruff 0.16.5
- hooks: pre-commit-hooks v6.0.0, ruff-check v0.16.5, mirrors-mypy v2.3.1
- protovalidate is held at 1.2.0 and twine at 6.2.0; both have a new major
  available, and protovalidate is a published runtime dependency, so moving
  it forces every consumer to follow

Release 1.0.1.
@GuillaumeSachet
GuillaumeSachet merged commit 46595ad into main Aug 31, 2026
8 checks passed
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.

3 participants