11 lines
358 B
Markdown
11 lines
358 B
Markdown
# have — migrated
|
|
|
|
The canonical `have` agent tool moved to `/opt/repositories/toolset`.
|
|
|
|
This repository no longer builds or releases an executable. Its Git history is the migration record; source, requirements, tests, installation, and release authority now live in toolset.
|
|
|
|
```sh
|
|
cd /opt/repositories/toolset
|
|
zig build install-text -p "$HOME/.ink"
|
|
```
|