974 B
974 B
Internal Component Overview
Purpose
This document inventories Promptkit's implemented components for contributors. The architecture policy owns durable boundary and dependency rules. See the development guide for contributor workflow and validation.
Implemented Components
| Component | Implemented responsibility | References |
|---|---|---|
Root promptkit package |
Establishes the public package boundary for the Go module. It does not yet provide migrated framework behavior or exported APIs. | Package declaration |
The root promptkit package is the sole implemented Go package. No internal
framework packages exist yet.
Maintenance
Update this inventory as framework extraction introduces packages or changes component responsibilities. List only implemented components; proposed package boundaries belong in temporary planning documents until their implementation lands.