<?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/go-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.</p>
  <table p="2">
    <tr>
      <td>Field</td>
      <td>Value</td>
    </tr>
    <tr>
      <td>Coordinate</td>
      <td>`org.vibevm.ai-native/go-ai-native-lang`</td>
    </tr>
    <tr>
      <td>Version</td>
      <td>`1.0.0`</td>
    </tr>
    <tr>
      <td>Kind</td>
      <td>`lang`</td>
    </tr>
    <tr>
      <td>Licence</td>
      <td>UPL-1.0</td>
    </tr>
    <tr>
      <td>Summary</td>
      <td>AI-Native Go - the Go projection of the Discipline v0.2: gap closure over a prescriptive language (closed error sets, loud interface conformance, owned goroutines, no init()), cells and seams, the nine scaffolds in Go, //spec: directive traceability, and the nine scaffold cards</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>go, golang, ai-native, discipline, lang</td>
    </tr>
  </table>
  <section id="skills" title="Skills">
    <fence lang="toml" p="3">[[skill]]
description = "The recurring AI-Native discipline sweep for Go: the seven-step floor, then the health collector's ratchet items"
name = "go-ai-native-sweep"
path = "vibevm/vibespecs/skills/go-ai-native-sweep"

[[skill]]
description = "Adopt the AI-Native discipline on an existing Go codebase: inventory-not-gate, the registries, characterization, then card raids package by package"
name = "go-ai-native-terraform"
path = "vibevm/vibespecs/skills/go-ai-native-terraform"
</fence>
  </section>
  <section id="binaries" title="Binaries">
    <fence lang="toml" p="4">[[binary]]
crate = "crates/go-ai-native-cli"
description = "the umbrella discipline tool for Go: init / floor / conform / specmap / trace / test-gate / tripwire / health / fast-loop / codemod"
name = "go-ai-native"

[[binary]]
crate = "crates/go-ai-native-conform"
description = "the standalone go-extract conform gate for Go trees"
name = "go-ai-native-conform"

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

[[binary]]
crate = "crates/go-ai-native-tcg"
description = "the agentic type oracle: a persistent enriching relay (serve) over the consumer's gopls, one-shot validate/scope/complete/type forms, and the bench harness"
name = "go-ai-native-tcg"
</fence>
  </section>
  <section id="dependants" title="Depended on by">
    <p p="5">Packages that require this one, as the catalog holds them now.</p>
    <table p="6">
      <tr>
        <td>Standing</td>
        <td>Title</td>
        <td>Coordinate</td>
        <td>Publisher and language</td>
      </tr>
      <tr>
        <td>community</td>
        <td>go-ai-native</td>
        <td>`org.vibevm.ai-native/go-ai-native@1.0.0`</td>
        <td>org.vibevm.ai-native · en</td>
      </tr>
      <tr>
        <td>community</td>
        <td>go-ai-native-mcp</td>
        <td>`org.vibevm.ai-native/go-ai-native-mcp@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="7">[package]
name = "go-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 Go - the Go projection of the Discipline v0.2: gap closure over a prescriptive language (closed error sets, loud interface conformance, owned goroutines, no init()), cells and seams, the nine scaffolds in Go, //spec: directive traceability, and the nine scaffold cards"
keywords = ["go", "golang", "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-go-ai-native-lang.xml"
category = "stack"

# The shipped tools (PROP-025): `vibe bin build` compiles them in the
# slot; `vibe bin exec &lt;name&gt;` dispatches through the project's lockfile.
[[binary]]
name = "go-ai-native"
crate = "crates/go-ai-native-cli"
description = "the umbrella discipline tool for Go: init / floor / conform / specmap / trace / test-gate / tripwire / health / fast-loop / codemod"

[[binary]]
name = "go-ai-native-conform"
crate = "crates/go-ai-native-conform"
description = "the standalone go-extract conform gate for Go trees"

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

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

# 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 Go-stack instantiation over the shipped
# go-ai-native toolchain.
[[skill]]
name = "go-ai-native-sweep"
path = "vibevm/vibespecs/skills/go-ai-native-sweep"
description = "The recurring AI-Native discipline sweep for Go: the seven-step floor, then the health collector's ratchet items"

[[skill]]
name = "go-ai-native-terraform"
path = "vibevm/vibespecs/skills/go-ai-native-terraform"
description = "Adopt the AI-Native discipline on an existing Go codebase: inventory-not-gate, the registries, characterization, then card raids package by package"
</fence>
  </section>
</spec>
