fix: reset version to 1.6 (unauthorized 1.7 release cleanup) - #149
Conversation
GitHub releases v1.7/v1.6.1 and tags v1.7/v1.6.1/v1.6 were deleted. PyPI remains at 1.5; the owner publishes 1.6 when ready. - pyproject.toml: 1.7 -> 1.6 - engraphis/__init__.py: _SOURCE_VERSION + fallback 1.7 -> 1.6 - CHANGELOG.md: [1.7] -> [1.6]
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 48645073e3
ℹ️ 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".
- commercial_manifest.json: 1.7 -> 1.6 - .claude-plugin/plugin.json + marketplace.json: 1.7 -> 1.6 - .claude-plugin/skill-assets.sha256: regenerated - integrations/hermes/engraphis/plugin.yaml: 1.7.0 -> 1.6.0 - CHANGELOG.md: collapse duplicate Unreleased heading Resolves review threads on PR #149.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 517c0b3b63
ℹ️ 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".
Codex review P1+P2 on PR #149: - pyproject.toml, engraphis/__init__.py: 1.7 -> 1.6 - CHANGELOG.md: [1.7] -> [1.6] - 2026-08-15, merged content - README.md: removed 1.7 upgrade note, updated 1.6 link - Manifests (commercial_manifest, plugin.json, marketplace.json, hermes plugin.yaml) already at 1.6 — verified by CI gate
- Remove all v1.6.1/v1.7 merge commands, tag instructions, and upload refs - Update advisory patched version from 1.6.1 to 1.6 - Add advisory update reminder (manual GitHub action required) - Consolidate cleanup checklist with completed items - Single-version CI gate summary table
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0471bba0fc
ℹ️ 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".
Replaces 'Obsidian vault import' with 'rich Markdown vault import' to pass the public research boundary test (test_public_research_boundary.py:144).
* fix: reset version to 1.6 (unauthorized 1.7 release never reached PyPI) GitHub releases v1.7/v1.6.1 and tags v1.7/v1.6.1/v1.6 were deleted. PyPI remains at 1.5; the owner publishes 1.6 when ready. - pyproject.toml: 1.7 -> 1.6 - engraphis/__init__.py: _SOURCE_VERSION + fallback 1.7 -> 1.6 - CHANGELOG.md: [1.7] -> [1.6] * fix: synchronize all version surfaces to 1.6 - commercial_manifest.json: 1.7 -> 1.6 - .claude-plugin/plugin.json + marketplace.json: 1.7 -> 1.6 - .claude-plugin/skill-assets.sha256: regenerated - integrations/hermes/engraphis/plugin.yaml: 1.7.0 -> 1.6.0 - CHANGELOG.md: collapse duplicate Unreleased heading Resolves review threads on PR #149. * fix: synchronize all version surfaces to 1.6 and consolidate changelog Codex review P1+P2 on PR #149: - pyproject.toml, engraphis/__init__.py: 1.7 -> 1.6 - CHANGELOG.md: [1.7] -> [1.6] - 2026-08-15, merged content - README.md: removed 1.7 upgrade note, updated 1.6 link - Manifests (commercial_manifest, plugin.json, marketplace.json, hermes plugin.yaml) already at 1.6 — verified by CI gate * fix: rewrite RELEASE_DELIVERABLES for v1.6 (Codex P1+P2 round 2) - Remove all v1.6.1/v1.7 merge commands, tag instructions, and upload refs - Update advisory patched version from 1.6.1 to 1.6 - Add advisory update reminder (manual GitHub action required) - Consolidate cleanup checklist with completed items - Single-version CI gate summary table * fix: remove competitor name from RELEASE_DELIVERABLES.md Replaces 'Obsidian vault import' with 'rich Markdown vault import' to pass the public research boundary test (test_public_research_boundary.py:144).
Summary
Resets the repository version from 1.7 to 1.6 across all version-bearing files.
Context
GitHub releases v1.7 and v1.6.1 were created without authorization (never published to PyPI). Both releases and tags v1.7/v1.6.1/v1.6 have been deleted. PyPI remains at 1.5 — the owner will publish 1.6 when ready.
Changes
pyproject.toml: version 1.7 → 1.6engraphis/__init__.py:_SOURCE_VERSION+ fallback 1.7 → 1.6CHANGELOG.md: [1.7] → [1.6]Verification
tests/test_packaging.pyvalidates pyproject/init consistency