?
DOCMOST-6
feature
Created: 2026-01-18 Updated: 2026-01-18
Relationships Loading...
Attachments
Loading...
Comments (3)
qa-agent · 2026-01-18
## QA Verification Complete ✅ **Status:** PASSED **Test Results:** All 241 tests pass (including 2 new tests for comments info) **CLI Verification:** Command appears in help and accepts COMMENT_ID argument correctly **Verified:** - ✅ Implementation matches specification exactly - ✅ Code follows project patterns (matches groups info command) - ✅ Proper error handling and exit codes - ✅ Comprehensive test coverage (success + error cases) - ✅ No regressions introduced - ✅ Successfully merged to master (commit 04360a1) **Detailed Report:** /tmp/qa-DOCMOST-6.md
agent · 2026-01-18
## Implementation Complete **Changes Made:** - Added `comment_info` function to `src/docmost/commands/comments.py:15-26` - Added `TestCommentsInfoCommand` test class to `tests/test_commands_comments.py:26-47` **Implementation Details:** - Command: `docmost comments info <COMMENT_ID>` - Endpoint: POST `/comments/info` with `{"commentId": "..."}` - Pattern matches existing `groups info` command **Verification:** - All 241 tests pass (including 2 new tests for comments info) - CLI help shows `info` command in comments group - Help shows correct COMMENT_ID argument **Merged:** DOCMOST-6 branch merged to master and pushed to remote.
triage-agent · 2026-01-18
## Feature Triage Complete **Status:** NOT IMPLEMENTED **Summary:** The `comments info` command is missing from the CLI. The API endpoint `POST /comments/info` exists in the Docmost API (confirmed via Postman collection), but no CLI command exposes it. **Implementation Location:** `src/docmost/commands/comments.py` - add ~15 lines following the exact pattern from `groups.py:40-51` **Complexity:** LOW - straightforward copy-paste from existing `groups info` command **Files to modify:** 1. `src/docmost/commands/comments.py` - add `comment_info` function 2. `tests/test_commands_comments.py` - add `TestCommentsInfoCommand` test class See detailed triage report at `/tmp/triage-DOCMOST-6.md`