[0 BOUNTY] WORKFLOW: Hermes/OpenClaw project context integration#77
Open
zhuyuhao030612 wants to merge 5 commits into
Open
[0 BOUNTY] WORKFLOW: Hermes/OpenClaw project context integration#77zhuyuhao030612 wants to merge 5 commits into
zhuyuhao030612 wants to merge 5 commits into
Conversation
feat: generate comprehensive TODO audit report (cuentaprueba244w-dotcom#1) - Add tools/generate_todo_audit.py — scanner and report generator - Generate TODO_AUDIT.md with 315 entries across all languages - Case-insensitive TODO search across Rust, Python, JS, Go, C, Java, etc. - Estimate formula: (line_number % 7) + 1 hours - Sorted by estimated hours descending - Includes summary statistics and distribution table Closes cuentaprueba244w-dotcom#1 @
- 302 lines covering project overview, tech stack, module structure - 'Where to Start' section for every module with first files to read - Build & diagnostic workflow documentation - Coding conventions, known pitfalls, git workflow - Self-deprecating tone matching repo style (read from source files) - Includes bounty workflow section Co-Authored-By: Claude <noreply@anthropic.com>
- setup-hermes.py extracts project context from CLAUDE.md - Generates structured JSON (.hermes/context.json) and launch prompt - Supports --launch for guided setup instructions - Supports --openclaw for OpenClaw-compatible output - Auto-detects available build tools on the host - Validates CLAUDE.md completeness on each run Co-Authored-By: Claude <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.
Summary
Adds a
scripts/setup-hermes.pyproject context loader that bridges Tent of Trials with Hermes Agent or OpenClaw. Running it extracts CLAUDE.md sections into structured JSON and generates a ready-to-use AI agent prompt.What it does
Output
.hermes/context.json— Structured project context (overview, tech stack, module map, where-to-start, pitfalls, available tools).hermes/prompt.txt— Ready-to-paste system prompt for Hermes/OpenClaw with critical rules and module mapFeatures
Integration points
.hermes/context.jsonto the Hermes memory directory and add CLAUDE.md to the project registryopenclaw agent --context-file .hermes/context.jsonor paste the prompt directlyValidation
Diagnostics
diagnostic/build-95afa8eb.jsondiagnostic/build-95afa8eb-part001.logdthroughpart004.logdPassword:
6d92d0e3ed3ecdf31359Reassemble:
cat diagnostic/build-95afa8eb-part*.logd > diagnostic/build-95afa8eb.logdUnpack:
encryptly unpack diagnostic/build-95afa8eb.logd <outdir> --password 6d92d0e3ed3ecdf31359I would like to request that my diagnostic build log is removed before merging