docs: bump version metadata to 2.2.0 (CHANGELOG, READMEs, SECURITY, smoke test)#5
Open
Ap6pack wants to merge 1 commit into
Open
docs: bump version metadata to 2.2.0 (CHANGELOG, READMEs, SECURITY, smoke test)#5Ap6pack wants to merge 1 commit into
Ap6pack wants to merge 1 commit into
Conversation
- CHANGELOG: tag [Unreleased] as [2.2.0] — 2026-05-24 - SECURITY.md: version table 2.1.x → 2.2.x current; 2.1.x → bug fixes only - skills/osint-methodology/README.md: version 2.1 → 2.2; lines ~1,700 → ~455 (reflects trim committed in 9e9578c) - skills/offensive-osint/README.md: version 2.1 → 2.2; lines ~3,800 → ~4,200 (actual 4,213) - README.md structure block: offensive-osint line count 4,168 → ~4,200 - tests/smoke-test-prompts.md: date 2026-05-19 → 2026-05-24; versions 2.1 + 2.2-dev → 2.2 + 2.2 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What this does
Pure metadata housekeeping — no SKILL.md content changes, no architecture changes.
Changes
CHANGELOG.md[Unreleased]as[2.2.0] — 2026-05-24SECURITY.mdskills/osint-methodology/README.mdskills/offensive-osint/README.mdREADME.mdtests/smoke-test-prompts.md2.1 + 2.2-dev→2.2 + 2.2Why now
The methodology trim (9e9578c) and h1 reference (merged in PR #3) are both on
mainbut the version metadata still reads 2.1. This syncs the version signals everywhere so a user reading any of the docs sees consistent version numbers.What this does NOT change