Commit 555e357
v1.2.0: alias
Captured during dogfooding: an agent in a fresh dir given "set up this
workspace using AWaC" searched for `awac` in PATH (not `wsp`), didn't find
it, and reported the CLI as unavailable. Root cause: binary is named `wsp`
but the product is "AWaC" — agents without context don't make the connection.
Fix: install `awac` as an alias for `wsp` (same entry point). pipx install
installs both. `awac --version` and `wsp --version` work identically.
Homepage at awac.ganemo.com now ships a paste-ready prompt that names the
binary explicitly and walks the agent through the install-and-orient path
before any wsp init runs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>awac for the binary + agent-friendly homepage prompt1 parent 459f3ec commit 555e357
3 files changed
Lines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
7 | 22 | | |
8 | 23 | | |
9 | 24 | | |
| |||
139 | 154 | | |
140 | 155 | | |
141 | 156 | | |
142 | | - | |
| 157 | + | |
| 158 | + | |
143 | 159 | | |
144 | 160 | | |
145 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
0 commit comments