Skip to content

chore(core): link TODO(critic) markers to tracked issues#148

Merged
bug-ops merged 1 commit into
masterfrom
fix/138-todo-critic-markers
Jul 9, 2026
Merged

chore(core): link TODO(critic) markers to tracked issues#148
bug-ops merged 1 commit into
masterfrom
fix/138-todo-critic-markers

Conversation

@bug-ops

@bug-ops bug-ops commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

Closes #138

Test plan

  • grep -rn "TODO(critic)" across the repo returns zero matches
  • cargo build --workspace
  • cargo +nightly fmt --check
  • cargo +stable clippy --all-targets --all-features --workspace -- -D warnings
  • cargo nextest run --all-features --workspace --no-fail-fast (721 tests pass)
  • cargo test --doc --all-features --workspace (187 doc-tests pass)

Replace the two untracked TODO(critic) markers left by #136 with
TODO(#N) references to newly filed issues #144 and #145, matching the
project's convention of linking deferred design decisions to a
tracked issue.

Closes #138
@bug-ops
bug-ops enabled auto-merge (squash) July 9, 2026 16:47
@github-actions github-actions Bot added area: cli CLI commands and interface area: core Core types and infrastructure crate: mcp-core Changes to mcp-core crate (foundation types, traits, errors) crate: mcp-cli Changes to mcp-cli crate (command-line interface) labels Jul 9, 2026
@bug-ops
bug-ops merged commit a26a923 into master Jul 9, 2026
17 checks passed
@bug-ops
bug-ops deleted the fix/138-todo-critic-markers branch July 9, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: cli CLI commands and interface area: core Core types and infrastructure crate: mcp-cli Changes to mcp-cli crate (command-line interface) crate: mcp-core Changes to mcp-core crate (foundation types, traits, errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TODO(critic) markers in #136 deviate from project's TODO(#N) convention

1 participant