[package]
edition = "2024"
rust-version = "1.89"
name = "wvq-intelligence"
version = "0.1.0-alpha.3"
authors = ["Sergii Ziborov <sergii.ziborov@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Weavatrix-backed code evidence for Weavatrix Quality. No second parser or code graph."
homepage = "https://weavatrix.com"
readme = "README.md"
keywords = [
"weavatrix",
"quality",
"wvq",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Weavatrix/weavatrix-quality"
resolver = "2"
[lib]
name = "wvq_intelligence"
path = "src/lib.rs"
[[test]]
name = "api_history"
path = "tests/api_history.rs"
[[test]]
name = "architecture_checks"
path = "tests/architecture_checks.rs"
[[test]]
name = "behavior_surface"
path = "tests/behavior_surface.rs"
[[test]]
name = "coverage_mapping"
path = "tests/coverage_mapping.rs"
[[test]]
name = "debt_ratchet"
path = "tests/debt_ratchet.rs"
[[test]]
name = "dual_revision_impact"
path = "tests/dual_revision_impact.rs"
[[test]]
name = "evidence_plan"
path = "tests/evidence_plan.rs"
[[test]]
name = "flow_aware_selection"
path = "tests/flow_aware_selection.rs"
[[test]]
name = "health_delta"
path = "tests/health_delta.rs"
[[test]]
name = "hypothesis"
path = "tests/hypothesis.rs"
[[test]]
name = "revision_analysis"
path = "tests/revision_analysis.rs"
[[test]]
name = "selection"
path = "tests/selection.rs"
[[test]]
name = "surface_evidence"
path = "tests/surface_evidence.rs"
[[test]]
name = "surface_graph"
path = "tests/surface_graph.rs"
[[test]]
name = "test_lineage"
path = "tests/test_lineage.rs"
[[test]]
name = "topology_delta"
path = "tests/topology_delta.rs"
[dependencies.blazingly-json]
version = "0.1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.weavatrix-rust]
version = "2.7.4"
features = [
"clone",
"git",
"lang-rust",
]
default-features = false
[dependencies.wvq-domain]
version = "0.1.0-alpha.3"
[dependencies.wvq-runtime]
version = "0.1.0-alpha.3"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"