Publish implementation work surface#394
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2cf0969df8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Addressed review thread #394 (comment) Fixed. |
Summary
runs/implementation_work_index.jsonas a required public artifact for SpecSpace.WORKdatasource readiness.Motivation
make publish-bundleonly refreshed common viewer surfaces before packaging.artifact_manifest.jsonshould listruns/implementation_work_index.jsonso SpecSpace can markWORKas available.Goals
runs/implementation_work_index.jsonduring publish bundle refresh.runs/implementation_work_index.jsoninartifact_manifest.jsonandchecksums.sha256.runs/, or SpecSpace runtime code.Changes
implementation_work_index.jsonto required static run surfaces.make viewer-surfacesandmake implementation-workbefore collecting artifacts.Validation
Commands run:
Results:
tests/test_static_artifact_bundle.py:9 passed.make implementation-work: wroteimplementation_work_indexwithentry_count: 0.make publish-bundle: passed safety gate with no warnings.True.Risks / Notes
runs/implementation_work_index.jsonis generated from the current implementation delta snapshot; when there is no implementation delta, the artifact is valid withentry_count: 0.Checklist