This repository was archived by the owner on Jul 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Addressing PR comments #100
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
0aa5dca
Initial plan
Copilot f0eaa60
fix: align README vendoring SHA with PR description (546b45b → d6e4d78)
Copilot 38b9ee6
Merge branch 'main' into copilot/fix-code-for-review-comments
erinepshovel-code 158af8d
Merge branch 'main' into copilot/fix-code-for-review-comments
erinepshovel-code File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ Installed skills: | |
| - `test-build/` — test contract metadata blocks | ||
| - `meta-module-build/` — metadata-first module scaffolding | ||
| - `manifest/` — living-spec generator for `CLAUDE.md` (vendored from | ||
| `The-Interdependency/skill-lib@546b45b`). Generates the mechanical facts | ||
| `The-Interdependency/skill-lib@d6e4d78`). Generates the mechanical facts | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The merge commit that introduced this skill first mentions Useful? React with 👍 / 👎. |
||
| block in `CLAUDE.md` from `backend/pyproject.toml` + the tree; the | ||
| `manifest drift check` workflow runs `generate.py --check` in CI. Refresh with | ||
| `python .agents/skills/manifest/generate.py --pyproject backend/pyproject.toml --write`. | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This points the manifest skill provenance at an earlier re-vendor commit, but the merge commit that introduced the skill has a later
ci(manifest)step that says the checksum is identical toskill-lib@546b45band that it bumped the source ref. Sincemanifest/SKILL.mdtells reviewers to verifygenerate.py.sha256against the recorded SHA, recordingd6e4d78sends future updates/audits to the wrong upstream version and reintroduces the provenance mismatch this README entry was meant to prevent.Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codex[agent] repair
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
manifest/skill provenance entry to the final vendoring SHA,The-Interdependency/skill-lib@546b45b, addressing the review feedback thatd6e4d78pointed at the earlier re-vendor source rather than the later recorded source ref.4ab2e48(fix(docs): restore manifest vendoring SHA) and created a follow-up PR.Testing
cd .agents/skills/manifest && sha256sum -c generate.py.sha256python .agents/skills/manifest/generate.py --pyproject backend/pyproject.toml --checkgit diff --checkView task →