<?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@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`</td>
    </tr>
    <tr>
      <td>Version</td>
      <td>`1.0.0`</td>
    </tr>
    <tr>
      <td>Kind</td>
      <td>`stack`</td>
    </tr>
    <tr>
      <td>Licence</td>
      <td>UPL-1.0</td>
    </tr>
    <tr>
      <td>Summary</td>
      <td>AI-Native Go - the family aggregator: one install pulls the language stack (go-ai-native-lang) and its MCP server (go-ai-native-mcp), and transitively the flow foundation core-ai-native. Content-minimal by design (PROP-028): no code, no boot snippet, no policy - it only names the family members at one resolved version set.</td>
    </tr>
    <tr>
      <td>Authors</td>
      <td>Oleg Chirukhin</td>
    </tr>
    <tr>
      <td>Keywords</td>
      <td>go, golang, ai-native, discipline, stack, aggregator</td>
    </tr>
  </table>
  <section id="the-manifest" title="The manifest">
    <fence lang="toml" p="3">[package]
name = "go-ai-native"
group = "org.vibevm.ai-native"
kind = "stack"
version = "1.0.0"
epoch = 1
format = "normal"
authors = ["Oleg Chirukhin"]
license = "UPL-1.0"
description = "AI-Native Go - the family aggregator: one install pulls the language stack (go-ai-native-lang) and its MCP server (go-ai-native-mcp), and transitively the flow foundation core-ai-native. Content-minimal by design (PROP-028): no code, no boot snippet, no policy - it only names the family members at one resolved version set."
keywords = ["go", "golang", "ai-native", "discipline", "stack", "aggregator"]

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

# The family aggregator (PROP-028 §2): exact pins hold the whole family to
# ONE resolved version set. The `-lang` stack ships the guide, cards, and
# toolchain; the `-mcp` package serves that toolchain over MCP (PROP-027)
# and version-mirrors the stack. core-ai-native arrives transitively through
# the -lang stack's own `[requires]`.
[requires]
packages = { "lang:org.vibevm.ai-native/go-ai-native-lang" = "=1.0.0", "mcp:org.vibevm.ai-native/go-ai-native-mcp" = "=1.0.0" }
</fence>
  </section>
</spec>
