This page has been reset for Takosumi v1. Takosumi installs a plain OpenTofu module repository and records an Installation, PlanRun, ApplyRun, Deployment, and DeploymentOutput ledger. Source display metadata comes from generic repository information such as Git URL, ref, commit, tag, module path, and OpenTofu outputs.
- Choose a Git URL/ref and module path, or a prepared immutable source.
- Run PlanRun and review required providers, policy decision, plan artifact, and
planDigest. - Apply with the reviewed expected guard. Git sources use source commit/digest plus the reviewed
planDigestand plan artifact digest. - Update/destroy applies also guard the current Deployment pointer to prevent stale approvals.
- Provider materialization, credentials, OIDC clients, billing, domains, OpenTofu state, and platform service inventory belong to the operator distribution.
Takos owns product UI, chat, agent, memory, spaces, Git hosting, bundled app launcher metadata, file-handler metadata, and MCP-facing product metadata. Takosumi owns Installation / PlanRun / ApplyRun / Deployment / DeploymentOutput records. Takosumi or another operator distribution owns account-plane policy and provider bindings.
{
"spaceId": "space_1",
"source": {
"kind": "git",
"url": "https://github.com/example/app.git",
"ref": "main"
}
}Apply requests add the expected guard returned by PlanRun. Takos product routes should call the Takosumi installer or Takosumi account-plane install flow instead of exposing a separate deployment proxy.