Skip to content

Commit 5a195a9

Browse files
committed
test: clean sync validation whitespace
1 parent 58bbbc8 commit 5a195a9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

DESIGN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
1010

1111

12-
**Task:** t_5a521a19
13-
**Phase:** Design (no code — approval gate before implementing)
12+
**Task:** t_5a521a19
13+
**Phase:** Design (no code — approval gate before implementing)
1414
**Author:** braintrusteng (hermes worker)
1515

1616
---
@@ -27,7 +27,7 @@ Reasoning:
2727
- Single-responsibility makes the profile easy to reason about, debug, and replace. If the merging logic needs to change (e.g. migrate from squash to merge commits), only this profile changes.
2828
- The dispatch pattern is already proven for the `review` column (dispatcher claims → spawns `sdlc-review`). The `merging` column can use the identical pattern with a different profile name.
2929

30-
**Profile name:** `post-approve-merger`
30+
**Profile name:** `post-approve-merger`
3131
**Skills force-loaded by dispatcher:** a new `post-approve-merger` skill (analogous to how `sdlc-review` is force-loaded for review tasks).
3232

3333
---

tests/hermes_cli/test_kanban_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6504,4 +6504,3 @@ def test_pin_workspace_git_identity_non_git_dir_is_noop(
65046504
hooks_dir = plain_dir / ".hermes-hooks"
65056505
assert hooks_dir.exists()
65066506
assert (hooks_dir / "pre-commit").exists()
6507-

0 commit comments

Comments
 (0)