<?xml version="1.0" encoding="UTF-8"?>
<spec xmlns="https://vibevm.org/spec/1">
  <title id="root">Package manifest</title>
  <status stage="doc" state="work" audience="user,dev"/>
  <p p="1">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.</p>
  <table p="2">
    <tr>
      <td>Field</td>
      <td>Value</td>
    </tr>
    <tr>
      <td>Coordinate</td>
      <td>`org.vibevm.ai-native/core-ai-native`</td>
    </tr>
    <tr>
      <td>Version</td>
      <td>`1.0.0`</td>
    </tr>
    <tr>
      <td>Kind</td>
      <td>`flow`</td>
    </tr>
    <tr>
      <td>Licence</td>
      <td>UPL-1.0</td>
    </tr>
    <tr>
      <td>Summary</td>
      <td>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</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>discipline, ai-native, pattern-cards, scaffolds, raids</td>
    </tr>
  </table>
  <section id="dependants" title="Depended on by">
    <p p="3">Packages that require this one, as the catalog holds them now.</p>
    <table p="4">
      <tr>
        <td>Standing</td>
        <td>Title</td>
        <td>Coordinate</td>
        <td>Publisher and language</td>
      </tr>
      <tr>
        <td>community</td>
        <td>go-ai-native-lang</td>
        <td>`org.vibevm.ai-native/go-ai-native-lang@1.0.0`</td>
        <td>org.vibevm.ai-native · en</td>
      </tr>
      <tr>
        <td>community</td>
        <td>rust-ai-native-lang</td>
        <td>`org.vibevm.ai-native/rust-ai-native-lang@1.0.0`</td>
        <td>org.vibevm.ai-native · en</td>
      </tr>
      <tr>
        <td>community</td>
        <td>typescript-ai-native-lang</td>
        <td>`org.vibevm.ai-native/typescript-ai-native-lang@1.0.0`</td>
        <td>org.vibevm.ai-native · en</td>
      </tr>
    </table>
  </section>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="5">[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"
</fence>
  </section>
</spec>
