Tags: ytnobody/HERMIT
Tags
Merge develop into main (#93) * docs: add Quick Start section and clarify user workflow in README (#82) - Add Quick Start section after Installation showing the full setup flow: install → hermit init → claude + /hermit → create GitHub Issue - Note that install.sh automatically calls hermit install (MCP registration) - Make /hermit requirement prominent with a blockquote callout in Step 2 - Add Step 3 explaining that creating a GitHub Issue triggers automatic development - Preserve existing Superintendent Cycle details Closes #81 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: use HERMIT_PROJECT_DIR env to pin project root for hermit serve (#84) (#85) cmdInstall now writes HERMIT_PROJECT_DIR into the MCP server env entry in settings.json, and cmdServe checks this variable first before falling back to cwd or binary-dir resolution. This ensures the correct harness.toml is always loaded even when Claude Code does not honour the cwd field. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: add trigger_comment mode to process only opted-in Issues (#86) Add a `trigger_comment` option to harness.toml `[agent]` section. When set, `list_issues` only returns Issues that have at least one comment containing the configured string (case-insensitive), allowing users to opt specific Issues into HERMIT processing by commenting (e.g. `/hermit`). Closes #83 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: document undocumented features in README (#87) (#88) Add documentation for hermit doctor, dry-run, upgrade, cleanup, use, version subcommands; full MCP tool table; harness.toml fields (model, notification, rate_limit_threshold, default_branch, loop_interval, branch_prefix); multi-repo mode; lessons system; and files generated by hermit init. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * docs(install): clarify git policy for .claude/commands/hermit*.md files (#92) Add a note to the Quick Start section in README explaining that .claude/commands/hermit*.md files should be committed to version control, and include a git add step in the Quick Start workflow. Also add a post-install tip in hermit install to remind users to commit the generated slash command files. Closes #91 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Enhance README with Quick Start, user workflow, and new features (#89) * docs: add Quick Start section and clarify user workflow in README (#82) - Add Quick Start section after Installation showing the full setup flow: install → hermit init → claude + /hermit → create GitHub Issue - Note that install.sh automatically calls hermit install (MCP registration) - Make /hermit requirement prominent with a blockquote callout in Step 2 - Add Step 3 explaining that creating a GitHub Issue triggers automatic development - Preserve existing Superintendent Cycle details Closes #81 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: use HERMIT_PROJECT_DIR env to pin project root for hermit serve (#84) (#85) cmdInstall now writes HERMIT_PROJECT_DIR into the MCP server env entry in settings.json, and cmdServe checks this variable first before falling back to cwd or binary-dir resolution. This ensures the correct harness.toml is always loaded even when Claude Code does not honour the cwd field. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * feat: add trigger_comment mode to process only opted-in Issues (#86) Add a `trigger_comment` option to harness.toml `[agent]` section. When set, `list_issues` only returns Issues that have at least one comment containing the configured string (case-insensitive), allowing users to opt specific Issues into HERMIT processing by commenting (e.g. `/hermit`). Closes #83 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: document undocumented features in README (#87) (#88) Add documentation for hermit doctor, dry-run, upgrade, cleanup, use, version subcommands; full MCP tool table; harness.toml fields (model, notification, rate_limit_threshold, default_branch, loop_interval, branch_prefix); multi-repo mode; lessons system; and files generated by hermit init. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
PreviousNext