Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ ciris-lens-core = { path = "crates/ciris-lens-core" } # ABSORBED in-tree (wo
# `cirislens_wa_cert` + `cirislens_service_token_revocation` expose the auth
# substrate the fabric absorbs (CIRISServer#9, src/auth): the agent's `wa_cert`
# table (users/WA/OAuth/api-keys) + the `revoked_service_tokens` table.
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.3.0", features = ["sqlite", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v13.0.9", features = ["transport-reticulum", "transport-http", "transport-packet-radio", "ffi-uniffi"] }
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.5.0", features = ["sqlite", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v13.1.0", features = ["transport-reticulum", "transport-http", "transport-packet-radio", "ffi-uniffi"] }
# Founder-quorum verification + key-id fingerprint at the composition root
# (threshold:: module path — NOT re-exported at the crate root).
# LOCKSTEP: persist v9.4.0 transitively pins verify-core v6.6.x — the whole
Expand Down Expand Up @@ -227,7 +227,7 @@ tracing-appender = "0.2"
# - keyring `tpm` (tss-esapi / TPM 2.0) — the real hardware backend; needs
# libtss2 (Linux build dep). Other targets keep the software keystore.
[target.'cfg(target_os = "linux")'.dependencies]
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.3.0", features = ["postgres", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.5.0", features = ["postgres", "cirisgraph", "cirislens_wa_cert", "cirislens_service_token_revocation", "cirisaudit", "cirislens_tasks", "cirislens_thoughts", "cirislens_tickets", "cirislens_correlations", "cirislens_deferral_reports", "cirislens_maintenance_locks", "cirislens_creation_ceremonies", "cirislens_legacy_migration", "cirisincident", "telemetry", "secrets"] }
# keyring `tpm` (TPM-at-rest, Linux-only via tss-esapi). `pkcs11` is no longer
# per-target — it rides the global `pkcs11` feature now that cryptoki builds on all
# targets (CIRISVerify v6.12.0).
Expand Down Expand Up @@ -302,13 +302,13 @@ ciris-crypto = { git = "https://github.com/CIRISAI/CIRISVerify", tag = "v10.2.0
# and never encodes/decodes). This lets tests/chaos_mesh.rs exercise the SUBSTRATE
# codec (`fountain_encode`/`fountain_decode`) directly — a real MEASURED proof,
# not a reference stand-in.
ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v13.0.9", features = ["codec-fountain"] }
ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v13.1.0", features = ["codec-fountain"] }
# Enable persist's TEST-ONLY genesis-seam (`test-genesis-seam`, CIRISPersist#387) for the
# accord ceremony tests (tests/accord.rs): `Engine::with_signer_no_genesis_seed` yields a
# clean engine with the baked HUMANITY_ACCORD family seed SKIPPED, so those tests can stand
# up their OWN custom-holder family via the assemble ceremony. Dev/test ONLY — resolver-2
# keeps this feature out of the shipped lib/bin/wheel (prod always seeds the baked family).
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.3.0", features = ["test-genesis-seam"] }
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.5.0", features = ["test-genesis-seam"] }

# PQC realtime-A/V streaming E2E benchmark (CIRISEdge#62 realtime_av profile).
[[bench]]
Expand Down
4 changes: 2 additions & 2 deletions crates/ciris-lens-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ crate-type = ["cdylib", "rlib"]
#
# OQ-01 closure 2026-05-03: rlib primary, PyO3 cdylib via `python`
# feature for the deployed-lens cutover.
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.3.0", version = "17", features = ["extract", "sqlite"] }
ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v13.0.9", version = "13", features = ["transport-http", "transport-reticulum"] }
ciris-persist = { git = "https://github.com/CIRISAI/CIRISPersist", tag = "v17.5.0", version = "17", features = ["extract", "sqlite"] }
ciris-edge = { git = "https://github.com/CIRISAI/CIRISEdge", tag = "v13.1.0", version = "13", features = ["transport-http", "transport-reticulum"] }

# Keyring — relay mode (CIRISLensCore#10) loads its Edge transport-
# signing identity via `ciris_keyring::load_local_seed`. Edge's
Expand Down
Loading
Loading