chore: bump temper kernel pin to 804633e2 (observe action params/hints) - #457
Merged
Conversation
Picks up temper PR #413: /observe/specs/{entity} now exposes each action's typed parameter list and hint. TemperPaw's katagami build_session_message uses this to render a generated action-signature reference in session prompts (Code Mode), replacing hand-maintained procedure prose. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vw8tCkfnUW8p149yUNfSEE
Comment on lines
14
to
+21
| # Temper platform engine | ||
| temper-platform = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-observe = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-server = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e", features = ["observe"] } | ||
| temper-runtime = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-jit = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-authz = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-store-postgres = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-store-turso = { git = "https://github.com/nerdsane/temper.git", rev = "a28fdb2ed8b0e1e0ea15a99c3b4a1dfba20e160e" } | ||
| temper-platform = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d" } | ||
| temper-observe = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d" } | ||
| temper-server = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d", features = ["observe"] } | ||
| temper-runtime = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d" } | ||
| temper-jit = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d" } | ||
| temper-authz = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d" } | ||
| temper-store-postgres = { git = "https://github.com/nerdsane/temper.git", rev = "804633e2c5cab3b0bd334f78bfb5ea23aca1858d" } |
There was a problem hiding this comment.
Stale revision contracts fail tests
When the dependency-contract tests inspect these changed pins, they compare them with the previous hardcoded revision in datadog_observability_contract.rs and paw_fs_hot_path.rs, causing their assertions to fail instead of accepting 804633e2c5cab3b0bd334f78bfb5ea23aca1858d. Update those expected-revision constants alongside this pin.
Prompt To Fix With AI
This is a comment left during a code review.
Path: crates/temperpaw/Cargo.toml
Line: 14-21
Comment:
**Stale revision contracts fail tests**
When the dependency-contract tests inspect these changed pins, they compare them with the previous hardcoded revision in `datadog_observability_contract.rs` and `paw_fs_hot_path.rs`, causing their assertions to fail instead of accepting `804633e2c5cab3b0bd334f78bfb5ea23aca1858d`. Update those expected-revision constants alongside this pin.
How can I resolve this? If you propose a fix, please make it concise.The datadog observability contract enforces one temper rev across server crates, every wasm module's guest SDK (Cargo.toml + per-module Cargo.lock), and the proof-probe manifest. temper-wasm-sdk is unchanged between a28fdb2e and 804633e2 (the bump only adds observe action params/hints), so this is a textual alignment: 78 toml/rs files + 27 module lockfiles. Verified: the full contract suite passes (32/32) and a representative module (workspace_fs) builds clean against the new resolution. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vw8tCkfnUW8p149yUNfSEE
|
Too many files changed for review. ( Bypass the limit by tagging |
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.
Picks up nerdsane/temper#413 — /observe/specs/{entity} now carries each action's typed parameter list and hint. This is the kernel half of Code Mode for katagami sessions (ARN-282/ARN-269 arc): katagami-curation's build_session_message renders a generated action-signature reference from the live specs, replacing hand-maintained procedure prose. Compiles clean; the observe payload change is purely additive (serde defaults both sides).
🤖 Generated with Claude Code
https://claude.ai/code/session_01Vw8tCkfnUW8p149yUNfSEE
Greptile Summary
This PR advances all server and worker Temper dependencies to revision 804633e2 for enriched observe action specifications.
Confidence Score: 3/5
The PR should not merge until the hardcoded Temper revision expectations are updated, because the existing contract tests will fail against the new manifests.
The dependency pins and lockfile are internally coherent, but multiple repository tests still assert that manifests use the previous Temper commit and will reject the changed revision.
Files Needing Attention: crates/temperpaw/Cargo.toml, crates/paw-codex-worker/Cargo.toml, crates/temperpaw/tests/datadog_observability_contract.rs, crates/temperpaw/tests/paw_fs_hot_path.rs
Important Files Changed
Prompt To Fix All With AI
Reviews (1): Last reviewed commit: "chore: bump temper kernel pin a28fdb2e -..." | Re-trigger Greptile