Extract prompt sources and rendering internals

This commit is contained in:
2026-07-28 04:18:09 +00:00
parent ad1f2674ab
commit ebc1f3e919
69 changed files with 2844 additions and 13 deletions

View File

@@ -9,10 +9,12 @@ 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.
`internal/filecatalog` helpers that form the implementation foundation. It also
contains internal prompt-definition and profile repositories, the embedded
built-in profile catalog, and Go-template prompt rendering. 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