docs(dtu): correct CLI references and flow in dtu.md#3
Merged
michaeljabbour merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
Verified end-to-end on macOS (Colima 0.10.1, Incus 6.0.0 in-VM) with all 7 smoke tests passing. Four factual errors prevented the existing guide from working as written: - amplifier-digital-twin: install from git repo, not PyPI - amplifier-gitea: was never listed as a prerequisite - One-Time Gitea Setup: replace non-existent subcommands and the manual curl-based migrate with amplifier-gitea create + mirror-from-github - Launch: use the explicit profile path and the --name pattern instead of a tail-based JSON capture that didn't extract the id correctly Doc-only change. No functional impact. Generated with Amplifier Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR corrects four factual errors in the Digital Twin Universe developer guide that prevented it from working end-to-end on macOS.
Closes #2 (documents the DTU profile introduced in @colombod's PR #2).
What was corrected
amplifier-gitea create+mirror-from-githubworkflow--nameflag; added note about localhost auto-rewriteTest plan
✅ End-to-end walkthrough on macOS (Colima 0.10.1, Incus 6.0.0 in-VM)
✅ All 7 smoke tests passing on corrected steps
✅ Doc-only change — no code changes, no version bump needed
Generated with Amplifier
Co-Authored-By: Amplifier 240397093+microsoft-amplifier@users.noreply.github.com