Dev - #67
Merged
Merged
Conversation
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
approved these changes
Aug 31, 2026
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.
No description provided.