XCP

XCP Studio

Inside XCP Studio

From an editable project to measured execution on Xbox.

XCP Studio is not a dashboard placed above separate scripts. It is the desktop surface of one shared project, toolchain and lifecycle used by people, expert developers and external agents.

Download XCP Studio Coming soon

Free · local · no account. It ships when public packaging is ready.

Windows only — for now. XCP Studio is a WinUI 3 desktop application.

Project authority

One project. One source of truth.

Every interface edits the same file. There is no Studio-private format and no privileged path for agents, because a second authority is a second set of rules that will eventually disagree with the first.

xcp-project.json is the editable authority One file
Guided and Expert modes edit the same file Same target
Unknown fields are preserved, never dropped on save Round-trip safe
Saves are bound to the SHA-256 the file was opened at On write
Concurrent or invalid edits fail closed Before write
The interface does not copy schema or runtime rules No duplication
Agents receive no privileged alternative format Same contract

The interface can change. The authority does not.

Portability

A Studio that no longer depends on the repository.

Studio startup does not walk parent directories looking for a source tree. It resolves one exact, manifest-bound toolchain and fails closed if that toolchain is not the one it expects.

What the resolver accepts

Exactly one xcp-agent-kit-manifest-v1 root, from an explicit environment variable, an application-adjacent toolchain directory, or the per-user Studio toolchain.

It fails closed on schema, identifier, version or security mismatch, on escaping paths and reparse points, and on any divergence in file set, byte length or SHA-256.

What the shell provides

  • Versioned, manifest-bound portable toolchain
  • Exact file-set, byte-length and SHA-256 verification
  • Native Windows file and folder selection
  • A recent project library with explicit states
  • AVAILABLE, MISSING and MOVED, never a silent guess
  • Relink that preserves the original location as provenance
  • No persistent authentication material
Availability

The portable Studio and toolchain have been validated outside the development repository. Public packaging and distribution remain a separate product step.

Create

From an empty folder to a prepared lifecycle.

  1. Create project
  2. Edit
  3. Validate
  4. Build deterministic bundle
  5. Prepare complete lifecycle
  6. Receive structured correction

Validation and build are the same portable operations the command line and an external agent use. The Studio calls them; it does not reimplement them, so a project that builds in one place builds in all three.

Adapt

Adaptation is a semantic transformation, not a file conversion.

Nothing here copies files or rewrites extensions. The external project is observed, understood as a model, expressed in a neutral intermediate representation and only then reconciled with what the console actually admits.

  1. External source
  2. Source observation
  3. Semantic model
  4. Creative IR
  5. Capability reconciliation
  6. Lowering
  7. Ordinary XCP project

Why the intermediate representation matters

Ecosystem adapters may only detect, inspect, inventory and extract semantics. Every adapter emits the same Creative IR, and one shared backend turns that IR into a project after comparing it against the measured host profile.

The registry stays open to further engines and source formats without anyone building an engine-to-console converter, and without the console gaining an engine-specific path.

Every element gets one disposition

  • preserved_directly
  • translated
  • substituted
  • degraded
  • unsupported
  • human_intervention_required

Two of the six are refusals. Work that cannot cross is named, never hidden inside a readiness score.

Proof case

A real Godot 2 source project, taken at an exact public revision, was adapted and driven through the complete Xbox lifecycle: 14 of 14 operations and 5 of 5 semantic acceptance assertions, closing honestly as playable with declared degradation. See the evidence.

Evolve

A new upstream revision does not discard your work.

Unchanged outputs are reused, changed portions are rebuilt, and the decisions you made by hand are carried across as explicit overlays rather than silently overwritten.

  1. Base revision
  2. New upstream revision
  3. Local overlays
  4. Semantic diff
  5. Selective reuse and rebuild
  6. New immutable version
  7. Verified update and rollback

The result is a new version, not a mutation of the old one. The previous version stays installed and reachable, which is what makes the rollback exact rather than a rebuild that happens to look the same.

Playtest and observe

Eleven stages, each one accountable.

Every stage exposes its state, its structured errors, the correction that followed, the evidence produced and the exact version identity it applied to.

  1. discoverFind the device and read its measured host profile
  2. validateCheck the project against schema, capabilities and budgets
  3. installPlace an immutable, content-addressed bundle
  4. activateMake one exact version current, through a hash-chained journal
  5. launchBind the foreground surface to an exact execution plan
  6. observeRead structured state, logs and counters
  7. interactDrive semantic input rather than raw device events
  8. captureTake a deterministic frame with its own digest
  9. updateInstall and activate a new version beside the old one
  10. rollbackReturn to the exact previous version, not a rebuild
  11. cleanupRemove disposable candidates once unreferenced

Evidence view

Evidence is part of the execution path, not a report written afterward.

Runtime observations

Structured state, logs and counters read from the running project.

Captures

Deterministic frames, each with its dimensions, byte length and digest.

Receipts

What ran, against which version, with what outcome.

Project identity

The digest of the exact project the run came from.

Bundle identity

The digest of the deterministic build that was installed.

Package identity

The exact signed worker the console was running.

Correction ledger

Append-only, hash-chained: what failed, and what was changed in response.

Acceptance results

Semantic assertions, passed or not, per run.

Rollback evidence

Proof that the previous version was restored exactly.

XCP Studio evidence view showing structured project execution results.
Structured evidence produced by the same lifecycle that builds, runs, updates and rolls back the project.