You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page is the directory of ownership for the maintained Fortran wrapper
route. It identifies the package or module that owns a concern. The
architecture explains the stage handoffs and authority
boundaries; the feature-to-code map connects a
user-visible behavior to its documentation and evidence.
Public And Build Entry Points
Location
Responsibility
prik/__init__.py
Public build entry points and version.
prik/cli.py
CLI argument validation, stage selection, and output routing.
prik/pipeline/build.py
Source-first and contract-first extension-build orchestration.
prik/pipeline/pyi.py
Semantic .pyi loading and external-type reconciliation.
prik/pipeline/wrapper.py
Completed plan to rendered-wrapper orchestration and artifact records.
The feature-to-code map names the public
documentation and focused tests for a supported behavior. The
testing strategy describes test-tree ownership. Update
this map when package or cross-stage module ownership changes; update a package
guide when its local module structure changes. The supported public surface is
recorded in the public feature matrix.