Extract Promptkit framework foundation

This commit is contained in:
2026-07-28 04:14:28 +00:00
parent 0d56d986af
commit ad1f2674ab
8 changed files with 910 additions and 13 deletions

View File

@@ -7,9 +7,12 @@ Scriptorium. Its module path is:
gitea.maximumdirect.net/eric/promptkit
```
The repository currently provides the independent Go module and its root public
package boundary. Framework behavior and consumer APIs have not yet been
extracted, so there is no installation or usage example at this time.
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