22 lines
869 B
Markdown
22 lines
869 B
Markdown
# Promptkit
|
|
|
|
Promptkit is the reusable Go prompt-execution framework being separated from
|
|
Scriptorium. Its module path is:
|
|
|
|
```text
|
|
gitea.maximumdirect.net/eric/promptkit
|
|
```
|
|
|
|
Framework extraction is in progress. The repository now contains the
|
|
`internal/domain` model, application-neutral `internal/defaults`, and
|
|
`internal/filecatalog` helpers that form the implementation foundation. These
|
|
internal packages are not a consumer API, and the root package does not yet
|
|
provide a usable public framework API, so there is no installation or usage
|
|
example at this time.
|
|
|
|
Contributors should start with the [development guide](docs/development.md).
|
|
The [architecture policy](docs/policy/architecture.md) defines the library
|
|
boundary and constraints that future framework work must preserve.
|
|
|
|
Promptkit is licensed under the [GNU General Public License version 3](LICENSE).
|