Add examples gallery with four generated profiles#54
Conversation
Closes codegraphtheory#12 Adds examples/ with four complete generated Hermes profile distributions and an index README that makes them searchable and scannable. Examples: - security-reviewer — OWASP Top 10, CVE scanning, secret detection - database-migration-reviewer — rollback readiness, lock risk, migration order - release-manager — version bumps, changelog, smoke tests, tagging - research-assistant — web search, cited summaries, structured output Each example includes: - profile.params.yaml — params file used to generate the distribution - distribution.yaml — manifest with name, version, description - README.md — use case, install command, validation command - SOUL.md — full profile prompt - All generated profile files (config, skills, .env.EXAMPLE, etc.) examples/README.md indexes all four with one-line use cases and install commands. All four pass validate_profile.py. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bc71916 to
5d905cd
Compare
|
Thanks @Kukrushka. The repository has now consolidated the open contribution wave into main in commit f34df04, and this branch overlaps with the current docs/tooling surface. Wallet I am closing this PR for queue hygiene. If you want to continue, please open a fresh focused follow-up against current |
|
Closed after maintainer consolidation. Please reopen as a fresh focused PR against current main if still needed. |
|
Hi @codegraphtheory — following up on my earlier question since I've now been able to check the on-chain data. Looking at the Solscan transactions in BOUNTIES.md, every contributor received exactly 0.25 SOL flat, regardless of how many PRs were merged:
That looks like a deliberate flat-rate decision, which is fine — but it wasn't communicated upfront. The individual bounty issues (#12–#19) were each labeled My contributions covered 6 issues (#12, #13, #14, #15, #16, #18 via PRs #54, #65, #62, #61, #60, #57). Under the per-issue label terms that's 6 × 0.25 = 1.5 SOL. Two possible resolutions:
I'm not trying to be difficult — just want clear confirmation either way. Thanks for running this bounty program and for the transparency of BOUNTIES.md. |
|
Hi @codegraphtheory — following up again on the outstanding bounty payments. To recap:
6 PRs merged, each tagged My Solana wallet: It's been 5 days with no reply. Could you confirm when the remaining payment will be sent? Happy to discuss if there's any issue with the deliverables. Thanks |
Closes #12
What this adds
examples/directory with four complete generated Hermes profile distributions and an index README.Examples
security-reviewerdatabase-migration-reviewerrelease-managerresearch-assistantEach example includes:
profile.params.yaml— params file used to generate the distributionAcceptance criteria
examples/README.mdindexes every example with one-line use case and install commandpython3 scripts/validate_profile.py <dir>make validate— requires Hermes CLI (unavailable locally); all four passvalidate_profile.pydirectly