Skip to content

Tags: ytnobody/HERMIT

Tags

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #177 from ytnobody/develop

Release: merge develop into main

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #162 from ytnobody/develop

fix(readiness): auto-remove needs-clarification label once hearing is…

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #159 from ytnobody/develop

Release: merge develop into main

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #146 from ytnobody/develop

Sync develop into main: forbid interactive confirmation tools in Superintendent/Engineer (#145)

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #143 from ytnobody/develop

Sync develop into main: risk warm-up mode, permissions fix, Superintendent doc updates (#134-#142)

v0.1.13

Toggle v0.1.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #133 from ytnobody/develop

Sync develop into main: Analyst role, requirements sweep, risk policy, CI-status fixes (#82#130)

v0.1.12

Toggle v0.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.11

Toggle v0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.10

Toggle v0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #80 from ytnobody/develop

Include warranty disclaimer in README

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #79 from ytnobody/develop

fix: hermit install now writes slash commands to .claude/commands/