# Package manifest {#root}

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

[p01] What `org.vibevm.ai-native/core-ai-native@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/core-ai-native` |
| Version | `1.0.0` |
| Kind | `flow` |
| Licence | UPL-1.0 |
| Summary | The AI-Native Code Discipline v0.2 (BETA) - language-independent principles, pattern cards, executable-scaffold catalog, and raid playbook for code optimized for comprehension and safe modification by AI agents |
| Authors | Oleg Chirukhin |
| Keywords | discipline, ai-native, pattern-cards, scaffolds, raids |

## Depended on by {#dependants}

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

[p04]
| Standing | Title | Coordinate | Publisher and language |
| --- | --- | --- | --- |
| community | go-ai-native-lang | `org.vibevm.ai-native/go-ai-native-lang@1.0.0` | org.vibevm.ai-native · en |
| community | rust-ai-native-lang | `org.vibevm.ai-native/rust-ai-native-lang@1.0.0` | org.vibevm.ai-native · en |
| community | typescript-ai-native-lang | `org.vibevm.ai-native/typescript-ai-native-lang@1.0.0` | org.vibevm.ai-native · en |

## The manifest {#the-manifest}

[p05]
```toml
[package]
name = "core-ai-native"
group = "org.vibevm.ai-native"
kind = "flow"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "The AI-Native Code Discipline v0.2 (BETA) - language-independent principles, pattern cards, executable-scaffold catalog, and raid playbook for code optimized for comprehension and safe modification by AI agents"
keywords = ["discipline", "ai-native", "pattern-cards", "scaffolds", "raids"]

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

[boot_snippet]
source = "vibevm/vibespecs/boot/10-flow-core-ai-native.xml"
category = "flow"

```

