Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/requirements-tracking-option.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@link-assistant/hive-mind": minor
---

Add experimental `--requirements-tracking` to maintain repository requirements docs and auto-restart PRs that omit requirements updates.
1 change: 1 addition & 0 deletions docs/CONFIGURATION.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ solve <issue-url> [options]
| `--prompt-issue-reporting` | | boolean | false | देखे गए bugs के लिए auto-create issues |
| `--prompt-case-studies` | | boolean | false | case study documentation बनाएं |
| `--prompt-architecture-care` | | boolean | false | [EXPERIMENTAL] REQUIREMENTS.md और ARCHITECTURE.md प्रबंधित करें |
| `--requirements-tracking` | | boolean | false | [EXPERIMENTAL] docs/requirements/\*.md में repository requirements maintain करें और PR update न होने पर एक बार auto-restart करें |
| `--prompt-playwright-mcp` | | boolean | true | Playwright MCP hints (केवल तभी जब MCP इंस्टॉल हो, अक्षम करने के लिए `--no-prompt-playwright-mcp` उपयोग करें) |
| `--prompt-check-sibling-pull-requests` | | boolean | true | संबंधित कार्य का अध्ययन करते समय sibling PRs जांचें (अक्षम करने के लिए `--no-prompt-check-sibling-pull-requests` उपयोग करें) |
| `--prompt-experiments-folder` | | string | ./experiments | experiments folder का पथ (अक्षम करने के लिए खाली करें) |
Expand Down
1 change: 1 addition & 0 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ solve <issue-url> [options]
| `--prompt-issue-reporting` | | boolean | false | Auto-create issues for spotted bugs |
| `--prompt-case-studies` | | boolean | false | Create case study documentation |
| `--prompt-architecture-care` | | boolean | false | [EXPERIMENTAL] Manage REQUIREMENTS.md and ARCHITECTURE.md |
| `--requirements-tracking` | | boolean | false | [EXPERIMENTAL] Maintain repository requirements in docs/requirements/\*.md and auto-restart once if a PR does not update them |
| `--prompt-playwright-mcp` | | boolean | true | Playwright MCP hints (only if MCP installed, use `--no-prompt-playwright-mcp` to disable) |
| `--prompt-check-sibling-pull-requests` | | boolean | true | Check sibling PRs when studying related work (use `--no-prompt-check-sibling-pull-requests` to disable) |
| `--prompt-experiments-folder` | | string | ./experiments | Path to experiments folder (empty to disable) |
Expand Down
1 change: 1 addition & 0 deletions docs/CONFIGURATION.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ solve <issue-url> [options]
| `--prompt-issue-reporting` | | boolean | false | Автоматически создавать задачи для обнаруженных ошибок |
| `--prompt-case-studies` | | boolean | false | Создавать документацию с разборами случаев |
| `--prompt-architecture-care` | | boolean | false | [ЭКСПЕРИМ.] Управлять REQUIREMENTS.md и ARCHITECTURE.md |
| `--requirements-tracking` | | boolean | false | [ЭКСПЕРИМ.] Вести требования репозитория в docs/requirements/\*.md и один раз автоперезапускать, если PR их не обновил |
| `--prompt-playwright-mcp` | | boolean | true | Подсказки Playwright MCP (только если MCP установлен, используйте `--no-prompt-playwright-mcp` для отключения) |
| `--prompt-check-sibling-pull-requests` | | boolean | true | Проверять смежные PR при изучении связанных работ (используйте `--no-prompt-check-sibling-pull-requests` для отключения) |
| `--prompt-experiments-folder` | | string | ./experiments | Путь к папке экспериментов (пусто для отключения) |
Expand Down
1 change: 1 addition & 0 deletions docs/CONFIGURATION.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ solve <issue-url> [options]
| `--prompt-issue-reporting` | | boolean | false | 自动为发现的 bug 创建 issue |
| `--prompt-case-studies` | | boolean | false | 创建案例研究文档 |
| `--prompt-architecture-care` | | boolean | false | [实验性] 管理 REQUIREMENTS.md 和 ARCHITECTURE.md |
| `--requirements-tracking` | | boolean | false | [实验性] 在 docs/requirements/\*.md 中维护仓库需求;若 PR 未更新则自动重启一次 |
| `--prompt-playwright-mcp` | | boolean | true | Playwright MCP 提示(仅当 MCP 已安装时,使用 `--no-prompt-playwright-mcp` 禁用) |
| `--prompt-check-sibling-pull-requests` | | boolean | true | 研究相关工作时检查同级 PR(使用 `--no-prompt-check-sibling-pull-requests` 禁用) |
| `--prompt-experiments-folder` | | string | ./experiments | 实验文件夹路径(留空则禁用) |
Expand Down
Loading