Commit 5ce6c63
committed
docs(mission-control): add install section before chapter 1
Mirror of the framework-repo edit. The Mission Control walkthrough
jumped straight into Chapter 1's service code without telling readers
how to install anything first. QA agents working through the guide
had to figure it out themselves.
Added a tabbed Install section between the architecture diagram and
Chapter 1, covering Python (uv pip / pip + aster-rpc + aster-cli) and
TypeScript (bun/npm add @aster-rpc/aster + uv tool install aster-cli).
The TypeScript path is honest about needing Python for the shared CLI
tools -- "one-time install, day-to-day work stays in TypeScript" -- so
TS readers don't feel ambushed.1 parent d7a851f commit 5ce6c63
1 file changed
+47
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
104 | 151 | | |
105 | 152 | | |
106 | 153 | | |
| |||
0 commit comments