[package]
edition = "2021"
rust-version = "1.88"
name = "crtx"
version = "0.1.1"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Cortex supervisory memory substrate."
documentation = "https://docs.rs/crtx"
readme = "README.md"
keywords = [
"agents",
"memory",
"llm",
"audit",
"substrate",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cortex"
[[bin]]
name = "cortex"
path = "src/main.rs"
[[test]]
name = "cli_acceptance"
path = "tests/cli_acceptance.rs"
[[test]]
name = "cli_audit_anchor"
path = "tests/cli_audit_anchor.rs"
[[test]]
name = "cli_authority_surfaces"
path = "tests/cli_authority_surfaces.rs"
[[test]]
name = "cli_backup"
path = "tests/cli_backup.rs"
[[test]]
name = "cli_completions"
path = "tests/cli_completions.rs"
[[test]]
name = "cli_compliance_evidence"
path = "tests/cli_compliance_evidence.rs"
[[test]]
name = "cli_config"
path = "tests/cli_config.rs"
[[test]]
name = "cli_context_doctrine"
path = "tests/cli_context_doctrine.rs"
[[test]]
name = "cli_decay"
path = "tests/cli_decay.rs"
[[test]]
name = "cli_e2e_full_loop"
path = "tests/cli_e2e_full_loop.rs"
[[test]]
name = "cli_e2e_memory_loop"
path = "tests/cli_e2e_memory_loop.rs"
[[test]]
name = "cli_from_store"
path = "tests/cli_from_store.rs"
[[test]]
name = "cli_json_envelope"
path = "tests/cli_json_envelope.rs"
[[test]]
name = "cli_memory_outcome_health"
path = "tests/cli_memory_outcome_health.rs"
[[test]]
name = "cli_memory_search_fuzzy"
path = "tests/cli_memory_search_fuzzy.rs"
[[test]]
name = "cli_memory_search_semantic"
path = "tests/cli_memory_search_semantic.rs"
[[test]]
name = "cli_memory_search_snippet"
path = "tests/cli_memory_search_snippet.rs"
[[test]]
name = "cli_memory_tag"
path = "tests/cli_memory_tag.rs"
[[test]]
name = "cli_memory_tag_filter"
path = "tests/cli_memory_tag_filter.rs"
[[test]]
name = "cli_migrate_seed_drill_operator"
path = "tests/cli_migrate_seed_drill_operator.rs"
[[test]]
name = "cli_models"
path = "tests/cli_models.rs"
[[test]]
name = "cli_pai_axiom_candidate_admission"
path = "tests/cli_pai_axiom_candidate_admission.rs"
[[test]]
name = "cli_pai_axiom_source_commit_freshness"
path = "tests/cli_pai_axiom_source_commit_freshness.rs"
[[test]]
name = "cli_phase2"
path = "tests/cli_phase2.rs"
[[test]]
name = "cli_phase_2_6_runtime_truth_ceilings"
path = "tests/cli_phase_2_6_runtime_truth_ceilings.rs"
[[test]]
name = "cli_release_readiness"
path = "tests/cli_release_readiness.rs"
[[test]]
name = "cli_restore"
path = "tests/cli_restore.rs"
[[test]]
name = "cli_restore_verify_post_migrate_manifest"
path = "tests/cli_restore_verify_post_migrate_manifest.rs"
[[test]]
name = "cli_schema_version"
path = "tests/cli_schema_version.rs"
[[test]]
name = "cli_session_close"
path = "tests/cli_session_close.rs"
[[test]]
name = "cli_sign_and_intent_build"
path = "tests/cli_sign_and_intent_build.rs"
[[test]]
name = "eval_live_adversarial_e2e"
path = "tests/eval_live_adversarial_e2e.rs"
[[test]]
name = "eval_live_replay"
path = "tests/eval_live_replay.rs"
[[test]]
name = "run_claude_backend"
path = "tests/run_claude_backend.rs"
[[test]]
name = "run_llm_backend"
path = "tests/run_llm_backend.rs"
[[test]]
name = "tag_mutation"
path = "tests/tag_mutation.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
features = ["std"]
default-features = false
[dependencies.blake3]
version = "1"
[dependencies.chrono]
version = "0.4"
features = [
"serde",
"clock",
]
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.clap_complete]
version = "4"
[dependencies.cortex-context]
version = "0.1.1"
package = "crtx-context"
[dependencies.cortex-core]
version = "0.1.1"
package = "crtx-core"
[dependencies.cortex-ledger]
version = "0.1.1"
package = "crtx-ledger"
[dependencies.cortex-llm]
version = "0.1.1"
package = "crtx-llm"
[dependencies.cortex-mcp]
version = "0.1.1"
package = "crtx-mcp"
[dependencies.cortex-memory]
version = "0.1.1"
package = "crtx-memory"
[dependencies.cortex-reflect]
version = "0.1.1"
package = "crtx-reflect"
[dependencies.cortex-retrieval]
version = "0.1.1"
package = "crtx-retrieval"
[dependencies.cortex-runtime]
version = "0.1.1"
package = "crtx-runtime"
[dependencies.cortex-store]
version = "0.1.1"
package = "crtx-store"
[dependencies.cortex-verifier]
version = "0.1.1"
package = "crtx-verifier"
[dependencies.dirs]
version = "5"
[dependencies.ed25519-dalek]
version = "2"
[dependencies.fs2]
version = "0.4"
[dependencies.futures]
version = "0.3"
[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
"rt-multi-thread",
]
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"fmt",
]
[dependencies.ureq]
version = "2"
features = [
"tls",
"json",
]
default-features = false
[dev-dependencies.chrono]
version = "0.4"
features = [
"serde",
"clock",
]
[dev-dependencies.tempfile]
version = "3"