{
  "markdown": "# @agent-ix/ix-ui\n\n> Design system for Agent IX — terminal-first UI components plus the shared, render-agnostic semantic vocabulary behind them.\n\n`ix-ui` is a pnpm-workspace monorepo that ships the **terminal** side of the Agent IX\ndesign system. It is split so that the *meaning* of UI state lives in one\ndependency-free package and the *terminal rendering* of that state lives in another:\n\n| Package | What it is |\n|---------|------------|\n| [`@agent-ix/ix-ui-semantic`](./packages/semantic) | Platform-agnostic state types, glyph vocabulary, and spinner definitions. Zero runtime dependencies. The shared model that terminal **and** web renderers map to concrete symbols/colors. |\n| [`@agent-ix/ix-ui-cli`](./packages/cli) | Terminal UI components (built on Ink/React) for the Agent IX CLI ecosystem — frames, listings, phase tables, prompts, and status hooks. Consumes `ix-ui-semantic`. |\n\nFor the web/React design system (oklch tokens, shadcn, Storybook), see\n[`ix-themes`](https://github.com/agent-ix/ix-themes) — `ix-ui` is terminal-only.\n\n## Install\n\nBoth packages are published on the public npm registry under the `@agent-ix` scope:\n\n```bash\nnpm install @agent-ix/ix-ui-cli @agent-ix/ix-ui-semantic\n```\n\nSee each package's README for usage and the full export list.\n\n## Development\n\npnpm workspace monorepo — commands run recursively across packages from the repo root:\n\n```bash\nmake install        # install all workspace dependencies\nmake build          # build all packages (Vite)\nmake test           # test all packages\nmake lint           # eslint + prettier check\nmake format         # prettier format\n```\n\n```\npackages/    # publishable libraries (semantic, cli)\nscripts/     # build tooling\n```\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n",
  "bytes": 1758,
  "sha": "2fbed75d05b38435ec26875a4c2c9d1af1ece2a2fcd9b5ae6b62d3db5e83e1ec",
  "repo_slug": "agent-ix/ix-ui",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_agent_ix_ix_ui_spec_index_md_826043c2/readme"
}