28 lines
582 B
Markdown
28 lines
582 B
Markdown
# State Hub Has Moved
|
|
|
|
State Hub is no longer owned as an embedded implementation tree in this
|
|
repository.
|
|
|
|
Authoritative repo:
|
|
|
|
```text
|
|
/home/worsch/state-hub
|
|
```
|
|
|
|
Use that checkout for API, MCP server, dashboard, migrations, tests, scripts,
|
|
policies, and State Hub workplans.
|
|
|
|
Common commands:
|
|
|
|
```bash
|
|
cd /home/worsch/state-hub
|
|
make test
|
|
make api
|
|
make dashboard
|
|
make fix-consistency REPO=the-custodian
|
|
```
|
|
|
|
This directory remains only as a pointer so old references to
|
|
`the-custodian/state-hub` fail gently instead of implying that this repository
|
|
still owns the service source.
|