chore: remove claude-osint pack + submodule#23
Merged
Conversation
Redo of the stale chore/drop-offensive-osint branch on current main (that branch was 38 commits behind and edited the since-decomposed god file). Remove the low-value OSINT skill-pack: - registry/optional-services.json: drop the claude-osint service entry - .gitmodules + external/claude-osint: deinit and remove the submodule - adapters/droid/README.md: drop it from the droid skill list - check.mjs: repoint the pi/windsurf representative skill spot-checks off the removed offensive-osint/osint-methodology skills onto ctf-web/ctf-osint (which those targets actually render from the remaining ctf-skills pack) - tests: served_by example uses codex-redteam-mode (a remaining non-mcp skill-pack); inventory external count 8 -> 7 check / check generated / check rules / check commands / check subagents / build / test all green. by mass-energy equivalence
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.
Redoes the stale
chore/drop-offensive-osintbranch on currentmain(that branch was 38 commits behind and edited the since-decomposed god file, so it couldn't merge). Removes the low-value OSINT skill-pack cleanly:registry/optional-services.json— drop theclaude-osintservice entry..gitmodules+external/claude-osint— deinit + remove the submodule.adapters/droid/README.md— drop it from the Droid skill list.scripts/agent-surface/check.mjs— the pi/windsurf representative-skill spot-checks pointed atoffensive-osint/osint-methodology(claude-osint skills); repoint toctf-web/ctf-osint, which those targets actually render from the remainingctf-skillspack.tests/agent-surface.test.mjs— the served_by-must-be-mcp test usedclaude-osintas the example non-mcp name (now removed → it became an "unknown server" error, not the intended one); switch tocodex-redteam-mode, a remaining non-mcp skill-pack. Inventory external count 8 → 7.check·check generated·check rules·check commands·check subagents·build --target all·test— all green (verified standalone).by mass-energy equivalence