|
1 | | -# Homebrew tap for RAC and AsDecided |
| 1 | +# Homebrew tap for AsDecided |
2 | 2 |
|
3 | | -Install the complete local toolchain: |
| 3 | +Install the native engine and MCP server: |
4 | 4 |
|
5 | 5 | ```sh |
6 | | -brew install itsthelore/tap/rac-full |
| 6 | +brew install asdecided/tap/asdecided-core |
7 | 7 | ``` |
8 | 8 |
|
9 | | -Or install only the native engine: |
10 | | - |
11 | | -```sh |
12 | | -brew install itsthelore/tap/decided |
13 | | -``` |
14 | | - |
15 | | -`decided` installs the native `decided` CLI and `decided-mcp` read-only MCP |
| 9 | +`asdecided-core` installs the native `decided` CLI and `decided-mcp` read-only MCP |
16 | 10 | server from signed-version GitHub Release archives published by |
17 | | -[`itsthelore/rac-core`](https://github.com/itsthelore/rac-core). |
| 11 | +[`asdecided/core`](https://github.com/asdecided/core). |
| 12 | + |
| 13 | +`asdecided-full` is reserved for the complete ecosystem install. It will be |
| 14 | +added only when the SDK, connectors, editors, and other companions have |
| 15 | +independent release artifacts that this tap can install honestly. |
18 | 16 |
|
19 | | -`rac-full` is the stable umbrella entry point. Today it includes the native |
20 | | -engine. RAC CI integrations remain GitHub Actions consumed from |
21 | | -[`itsthelore/rac-ci`](https://github.com/itsthelore/rac-ci); Python SDK, |
22 | | -ingestion, and connector companions will be added as their independent |
23 | | -distributions become release-ready. |
| 17 | +CI integrations are GitHub Actions consumed from |
| 18 | +[`asdecided/ci`](https://github.com/asdecided/ci). |
0 commit comments