Skip to content

docs(skill): wire scope ingestion, audit trail & pattern recall into SKILL.md#22

Merged
TrueNix merged 1 commit into
mainfrom
docs/skill-wire-new-capabilities
Jul 12, 2026
Merged

docs(skill): wire scope ingestion, audit trail & pattern recall into SKILL.md#22
TrueNix merged 1 commit into
mainfrom
docs/skill-wire-new-capabilities

Conversation

@TrueNix

@TrueNix TrueNix commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Why

The new capabilities (HackerOne scope ingestion, scope-compliance audit trail, write-back pattern recall) shipped as importable modules, but SKILL.md — the doc a Hermes agent is driven by — never referenced them, so the agent wouldn't reach for them after install.sh. This closes that gap.

Changes (doc-only)

  • Scope check (Bug Bounty Methodology) now shows HackerOneClient().scope_guard("program") for authoritative scope and attaches an AuditLog, with AuditLog().summary() as in-bounds proof.
  • Memory discipline gains a pattern memory step: recall past wins via suggest_methodology(...) (entries tagged source="pattern") before crafting an approach, and record_pattern(...) after confirming a finding.

No code change, so install.shpip install -e . still exposes the modules exactly as before; now the skill doc tells the agent to use them. (.claude/ commands remain the Claude Code-native path; this makes the capabilities reachable under Hermes too.)

🤖 Generated with Claude Code

…to SKILL.md

The new capabilities shipped as importable modules but SKILL.md — the doc that
drives a Hermes agent — never referenced them, so the agent wouldn't reach for
them. Document them in the existing methodology:

- Scope check now shows HackerOneClient.scope_guard() (authoritative scope) and
  attaches an AuditLog so every request's scope decision is recorded.
- Memory discipline gains a "pattern memory" step: recall past wins via
  suggest_methodology (source="pattern") before crafting an approach, and
  record_pattern after confirming a finding.

Doc-only; no code change.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@TrueNix
TrueNix merged commit b50b944 into main Jul 12, 2026
5 checks passed
@TrueNix
TrueNix deleted the docs/skill-wire-new-capabilities branch July 12, 2026 12:20
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