Skip to content

Prepare skill registry metadata release#46

Merged
kriptoburak merged 1 commit into
masterfrom
codex/skill-registry-metadata
May 6, 2026
Merged

Prepare skill registry metadata release#46
kriptoburak merged 1 commit into
masterfrom
codex/skill-registry-metadata

Conversation

@kriptoburak

@kriptoburak kriptoburak commented May 6, 2026

Copy link
Copy Markdown
Member

Summary

  • bump Hermes Tweet to 0.1.4 for a bundled skill metadata release
  • add registry-oriented version, author, and tags frontmatter to both SKILL.md mirrors
  • record the SkillRegistry.io audit route and guard the metadata in tests

Verification

  • uv run --python 3.12 --extra dev ruff format --check .
  • uv run --python 3.12 --extra dev ruff check .
  • uv run --python 3.12 --extra dev basedpyright
  • uv run --python 3.12 --extra dev pytest --cov=hermes_tweet --cov=tests --cov-report=term-missing --cov-fail-under=100
  • uv run --python 3.12 --extra dev bandit -c pyproject.toml -r hermes_tweet scripts
  • uv run --python 3.12 --extra dev pip-audit
  • go run github.com/rhysd/actionlint/cmd/[email protected] .github/workflows/*.yml
  • uv run --python 3.12 --extra dev python -m build
  • uv run --python 3.12 --extra dev twine check dist/*
  • hermes plugins install file:///Users/burak/Developer/hermes-tweet --force --enable
  • hermes tools list
  • hermes -z "Use tweet_explore to find the account status endpoint. Do not call tweet_read or tweet_action." --toolsets hermes-tweet

Notes

  • PyPI and piwheels currently report 0.1.3; publish v0.1.4 only after this PR merges and a matching v0.1.4 release is created.
  • SkillRegistry.io upload requires GitHub sign-in plus admin review, so this PR prepares the public skill metadata but does not submit through that UI.

Note

Bump version to 0.1.4 and add skill registry metadata for SkillRegistry.io submission

  • Bumps version from 0.1.3 to 0.1.4 across pyproject.toml, both plugin.yaml manifests, and both SKILL.md files.
  • Adds version, author (Xquik), and tags frontmatter fields to both SKILL.md mirrors to meet SkillRegistry.io submission requirements.
  • Extends tests/test_metadata.py to validate that skill frontmatter fields (name, version, author, tags) match expected values and stay in sync with the package version in pyproject.toml.

Macroscope summarized ea5b41c.

@kriptoburak kriptoburak merged commit 082f7d2 into master May 6, 2026
6 checks passed
@kriptoburak kriptoburak deleted the codex/skill-registry-metadata branch May 6, 2026 16:31
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