Skip to content

fix: reset version to 1.6 (unauthorized 1.7 release cleanup) - #149

Merged
Coding-Dev-Tools merged 5 commits into
mainfrom
fix/version-reset-1.6
Aug 15, 2026
Merged

fix: reset version to 1.6 (unauthorized 1.7 release cleanup)#149
Coding-Dev-Tools merged 5 commits into
mainfrom
fix/version-reset-1.6

Conversation

@Coding-Dev-Tools

Copy link
Copy Markdown
Owner

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.6
  • engraphis/__init__.py: _SOURCE_VERSION + fallback 1.7 → 1.6
  • CHANGELOG.md: [1.7] → [1.6]

Verification

  • No functional code changes; version strings only
  • tests/test_packaging.py validates pyproject/init consistency

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]

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread pyproject.toml
Comment thread CHANGELOG.md Outdated
- 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.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread pyproject.toml
Comment thread pyproject.toml
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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread RELEASE_DELIVERABLES.md
Comment thread CHANGELOG.md
Replaces 'Obsidian vault import' with 'rich Markdown vault import' to pass
the public research boundary test (test_public_research_boundary.py:144).
@Coding-Dev-Tools
Coding-Dev-Tools merged commit 45763b1 into main Aug 15, 2026
23 checks passed
@Coding-Dev-Tools
Coding-Dev-Tools deleted the fix/version-reset-1.6 branch August 15, 2026 07:08
Coding-Dev-Tools added a commit that referenced this pull request Aug 24, 2026
* 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant