Choose an interactive host¶
Pick the coding assistant you already use, and this page directs you to the guide to follow next.
馃Л Pick your host¶
- Install the AdaMAST package from the documentation home first.
- Open the guide for your host. Each host page contains the additional commands and behavior that apply only to that environment:
| Your host | Follow | That guide covers |
|---|---|---|
| Codex | Codex integration guide | User-level or project-local hooks, taxonomy selection, Stop handling, native subagent learning, diagnostics, and uninstall steps |
| Claude Code | Claude Code integration guide | User-level or project-local hooks, blocking checkpoints, tool matchers, native Agent learning, diagnostics, and uninstall steps |
Building a script or application instead?
For a script or application rather than an interactive coding host, use the single-LLM or custom harness guide instead.
馃敀 Host-isolated state¶
Each host keeps its own learning state
Codex and Claude Code may use the same base ~/.adamast/interactive
root, but automatic project routing creates host-owned task groups.
Conversations on the same host can share an active taxonomy and
refinement history; conversations on the other host cannot claim that
program, lineage, trace set, or learning job. Provider-neutral imported
taxonomies may seed either host. A host-generated or mixed-provenance
taxonomy is hidden from incompatible selectors.
Continue with Codex or Claude Code.