# Package manifest {#root}

@status:doc/work @audience:user,dev

[p01] What `org.vibevm.ai-native/rust-ai-native-lang@1.0.0` declares about itself. Everything on this page is the package's own manifest, read and shown — nothing here is an opinion about the package.

[p02]
| Field | Value |
| --- | --- |
| Coordinate | `org.vibevm.ai-native/rust-ai-native-lang` |
| Version | `1.0.0` |
| Kind | `lang` |
| Licence | UPL-1.0 |
| Summary | AI-Native Rust - the Rust projection of the Discipline v0.2: cells, naming, contract-first ordering, the nine scaffolds in Rust, errors as contract surface, and the vibe-tcg tool vision |
| Authors | Oleg Chirukhin |
| Keywords | rust, ai-native, discipline, lang |

## Skills {#skills}

[p03]
```toml
[[skill]]
description = "The recurring AI-Native discipline sweep: floor gates, then the health collector's ratchet items; weekly drift + judgment tiers"
name = "rust-ai-native-sweep"
path = "vibevm/vibespecs/skills/rust-ai-native-sweep"

[[skill]]
description = "Adopt the AI-Native discipline on an existing Rust codebase: inventory-not-gate, the registries, characterization, then card raids crate by crate"
name = "rust-ai-native-terraform"
path = "vibevm/vibespecs/skills/rust-ai-native-terraform"

```

## Binaries {#binaries}

[p04]
```toml
[[binary]]
crate = "crates/rust-ai-native-cli"
description = "the umbrella discipline tool: init / floor / conform / specmap / trace / test-gate / tripwire / health / fast-loop / codemod / ledger"
name = "rust-ai-native"

[[binary]]
crate = "crates/rust-ai-native-conform"
description = "the standalone conform gate for Rust trees"
name = "rust-ai-native-conform"

[[binary]]
crate = "crates/rust-ai-native-specmap"
description = "the standalone traceability index + orphan gate for Rust trees"
name = "rust-ai-native-specmap"

[[binary]]
crate = "crates/rust-ai-native-tcg"
description = "the agentic type oracle: a persistent enriching relay (serve) over the consumer's rust-analyzer, one-shot validate/scope/complete/type forms, and the differential bench harness"
name = "rust-ai-native-tcg"

```

## Depended on by {#dependants}

[p05] Packages that require this one, as the catalog holds them now.

[p06]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | rust-ai-native | `org.vibevm.ai-native/rust-ai-native@1.0.0` | org.vibevm.ai-native · en |
| community | rust-ai-native-mcp | `org.vibevm.ai-native/rust-ai-native-mcp@1.0.0` | org.vibevm.ai-native · en |

## The manifest {#the-manifest}

[p07]
```toml
[package]
name = "rust-ai-native-lang"
group = "org.vibevm.ai-native"
kind = "lang"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "AI-Native Rust - the Rust projection of the Discipline v0.2: cells, naming, contract-first ordering, the nine scaffolds in Rust, errors as contract surface, and the vibe-tcg tool vision"
keywords = ["rust", "ai-native", "discipline", "lang"]

[compatibility]
min_vibe_version = "0.1.0"
requires_kinds = []

[requires]
packages = { "flow:org.vibevm.ai-native/core-ai-native" = "^1.0.0" }

[boot_snippet]
source = "vibevm/vibespecs/boot/20-stack-rust-ai-native-lang.xml"
category = "stack"

# The operating procedures, as agent-installable skills (PROP-018 §2.4;
# projected by `vibe skill install`). The methods live in
# flow:org.vibevm.ai-native/core-ai-native (04-SWEEP-PLAYBOOK, BROWNFIELD-PROTOCOL);
# these skills are their Rust-stack instantiation over the shipped
# rust-ai-native toolchain.
# The shipped tools (PROP-025): `vibe bin build` compiles them in the
# slot; `vibe bin exec <name>` dispatches through the project's lockfile.
[[binary]]
name = "rust-ai-native"
crate = "crates/rust-ai-native-cli"
description = "the umbrella discipline tool: init / floor / conform / specmap / trace / test-gate / tripwire / health / fast-loop / codemod / ledger"

[[binary]]
name = "rust-ai-native-conform"
crate = "crates/rust-ai-native-conform"
description = "the standalone conform gate for Rust trees"

[[binary]]
name = "rust-ai-native-specmap"
crate = "crates/rust-ai-native-specmap"
description = "the standalone traceability index + orphan gate for Rust trees"

[[binary]]
name = "rust-ai-native-tcg"
crate = "crates/rust-ai-native-tcg"
description = "the agentic type oracle: a persistent enriching relay (serve) over the consumer's rust-analyzer, one-shot validate/scope/complete/type forms, and the differential bench harness"

[[skill]]
name = "rust-ai-native-sweep"
path = "vibevm/vibespecs/skills/rust-ai-native-sweep"
description = "The recurring AI-Native discipline sweep: floor gates, then the health collector's ratchet items; weekly drift + judgment tiers"

[[skill]]
name = "rust-ai-native-terraform"
path = "vibevm/vibespecs/skills/rust-ai-native-terraform"
description = "Adopt the AI-Native discipline on an existing Rust codebase: inventory-not-gate, the registries, characterization, then card raids crate by crate"

```

