Skip to content

Commit dbfdad3

Browse files
badMadeCopilot
andauthored
Update docs/issue_task_proposals.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3886073 commit dbfdad3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/issue_task_proposals.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Codebase issue scan: proposed fix tasks
22

3-
## 1) Typo fix task
4-
- **Issue:** The HTTP user agent string uses `clawd-rust-tools/0.1`, which appears to be a spelling drift from the repository/product naming (`claw`).
5-
- **Impact:** Inconsistent telemetry/log tagging and harder grep/observability across services when searching for `claw` identifiers.
6-
- **Task proposal:** Rename the user-agent token to `claw-rust-tools/0.1` (or a centrally-defined crate/version-derived user-agent constant) and update any tests that assert the old literal.
7-
- **Acceptance criteria:** All references and tests use the corrected token; no behavior changes beyond identifier consistency.
3+
## 1) Naming consistency task
4+
- **Issue:** The HTTP user agent string uses `clawd-rust-tools/0.1`, while the codebase appears to use a mix of `claw*` and `clawd*` identifiers across repository/product naming, telemetry, env vars, and file prefixes.
5+
- **Impact:** Inconsistent telemetry/log tagging and harder grep/observability across services when searching for either `claw` or `clawd` identifiers.
6+
- **Task proposal:** Decide on the intended prefix convention for these identifiers (`claw*` vs `clawd*`), update the user-agent token to match that convention (ideally via a centrally-defined crate/version-derived user-agent constant), and update any tests that assert the old literal.
7+
- **Acceptance criteria:** The chosen naming convention is applied consistently to the user-agent token and any related references/tests updated by this task; no behavior changes beyond identifier consistency.
88

99
## 2) Bug fix task
1010
- **Issue:** `src.main` ignores filtering flags (e.g., `--no-plugin-commands`, `--no-skill-commands` for `commands`; `--simple-mode`, `--no-mcp`, `--deny-tool` for `tools`) when `--query ...` is used. This happens because the query paths call `render_command_index(...)` or `render_tool_index(...)` directly without applying the include/exclude filters.

0 commit comments

Comments
 (0)