Conversation
* fix: trace-export * style: cargo fmt (nightly-2026-02-08) * ci: retrigger * ci: update readability baseline for trace export changes
* fix: runtime-metrics * fix: update readability baseline
1. Cedar authz: remove schema bypass hack, always pass None to entity validation 2. Cedar policies: use idiomatic .contains() instead of || chains 3. Deduplicate specs/policies/issue.cedar via symlink 4. OTEL: document intentional blocking sleep at startup 5. Turso: remove Deref footgun, add explicit transaction_with_behavior() 6. Runtime metrics: rewrite with Gauge<u64>.record() instead of UpDownCounter deltas 7. CI: enable staging branch triggers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ions (#37) * feat(agent-orchestration): add adapter runtime and fix review findings * fix: satisfy clippy pre-push gates * refactor: pass readability ratchet and clippy gates --------- Co-authored-by: rita-aga <rita.mirai@gmail.com>
* refactor: staging quality review — principal-engineer cleanup - Remove unused Cedar Schema field and redundant schema reloads (engine.rs) - Consolidate duplicated default-deny logic into shared helper (bindings.rs) - Replace println with tracing macros in runtime metrics (runtime_metrics.rs) - Simplify store module: remove dead code paths (store/mod.rs) - Add entity existence check helper (entity_ops.rs) - Tighten error handling in trace export (otel.rs) Co-authored-by: Codex <codex@openai.com> * ci: update readability baseline after quality review * style: cargo fmt * fix: resolve merge conflict — deduplicate instrumentation into submodule * ci: update readability baseline --------- Co-authored-by: Codex <codex@openai.com>
* ci: bump test timeout to 60m (45m too tight for cold cache) (#31) * feat: instrument trajectory, evolution, and unmet intents for Logfire Add tracing spans to all trajectory entry creation sites (5 sites), evolution engine operations, sentinel checks, and persistence layer. Unmet intents now emit tracing::warn! with structured fields. 13 files changed, 687 insertions. Co-authored-by: Codex <codex@openai.com> * ci: update readability baseline * style: cargo fmt * ci: retrigger after staging worktree fix * fix: collapse nested if to satisfy clippy --------- Co-authored-by: Codex <codex@openai.com>
* chore(security): ignore all local env secret files * chore(security): ignore local Claude worktree hook artifacts * ci: retrigger --------- Co-authored-by: rita-aga <rita.mirai@gmail.com>
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.
Staging accumulation since last main merge: