# Package manifest {#root}

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

[p01] What `org.vibevm.ai-native/typescript-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/typescript-ai-native` |
| Version | `1.0.0` |
| Kind | `stack` |
| Licence | UPL-1.0 |
| Summary | AI-Native TypeScript - the family aggregator: one install pulls the language stack (typescript-ai-native-lang) and its MCP server (typescript-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. |
| Authors | Oleg Chirukhin |
| Keywords | typescript, ai-native, discipline, stack, aggregator |

## The manifest {#the-manifest}

[p03]
```toml
[package]
name = "typescript-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 TypeScript - the family aggregator: one install pulls the language stack (typescript-ai-native-lang) and its MCP server (typescript-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 = ["typescript", "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/typescript-ai-native-lang" = "=1.0.0", "mcp:org.vibevm.ai-native/typescript-ai-native-mcp" = "=1.0.0" }

```

