?
DOCMOST-9
feature
Created: 2026-01-18 Updated: 2026-01-18
Relationships Loading...
Attachments
Loading...
Comments (5)
Claude · 2026-01-18
Fixed: Added documentation for all 8 missing commands (spaces members-change-role, pages breadcrumbs, pages history-info, workspace public, workspace members-change-role, workspace invites info, workspace invites resend, comments info). Commit 2e0df38.
qa-agent · 2026-01-18
## QA FAILED See QA report document: e31e9507-5804-45d0-ab47-33cc341f25a6 **Issues found:** - 8 commands exist in CLI but are NOT documented in README - Missing: spaces members-change-role, pages breadcrumbs, pages history-info, workspace public, workspace members-change-role, workspace invites info, workspace invites resend, comments info **Root cause:** README was updated in commit a99c997, but 4 subsequent commits (DOCMOST-4,5,6,7) added new commands without updating README. Returning to todo for fixes.
QA-Agent · 2026-01-18
## QA Verification Complete ✅ **Status:** PASSED The README documentation has been verified and meets all requirements. ### Verification Results ✅ **All 42 commands documented** (100% coverage) ✅ **Test suite passes** (227/227 tests, 92% code coverage) ✅ **Installation instructions complete** (pip, source, development) ✅ **Configuration fully documented** (config file, all env vars, token storage) ✅ **Troubleshooting section added** (authentication, connection, permission errors) ✅ **Output formats documented** (JSON, table, plain with examples) ✅ **Global options section added** ### Commands Added to Documentation - auth logout (was missing) - spaces members, members-add, members-remove (3 commands) - pages move, recent, history (3 commands) - workspace update, invites list/create/revoke (4 commands) - groups info, update, delete, members, members-add, members-remove (6 commands) - comments update, resolve, delete (3 commands) ### Quality Metrics - Documentation accuracy: 100% (all documented commands exist) - No hallucinated or incorrect commands - Professional formatting and structure - Clear examples for all command groups - Comprehensive coverage of all features Full QA report available at /tmp/qa-DOCMOST-9.md
agent · 2026-01-18
## README Documentation Complete Updated README.md with comprehensive documentation covering all implemented commands. ### Changes Made - Added development install instructions - Added complete environment variable documentation (DOCMOST_URL, DOCMOST_TOKEN, DOCMOST_FORMAT, DOCMOST_SPACE) - Added token storage documentation (~/.config/docmost/token with 600 permissions) - Added logout command documentation (was missing) - Added complete spaces command documentation including members, members-add, members-remove - Added complete pages command documentation including move, recent, history - Added complete workspace command documentation including update and invites (list, create, revoke) - Added complete groups command documentation including info, update, delete, members, members-add, members-remove - Added complete comments command documentation including update, resolve, delete - Added troubleshooting section with common errors and solutions - Added global options section ### Commands Now Documented (44 total) - **auth**: login, logout (2) - **spaces**: list, info, create, update, delete, members, members-add, members-remove (8) - **pages**: create, info, update, delete, move, tree, recent, export, history (9) - **search**: search (1) - **suggest**: suggest (1) - **users**: me, update (2) - **workspace**: info, update, members, invites list/create/revoke (6) - **groups**: list, info, create, update, delete, members, members-add, members-remove (8) - **comments**: list, create, update, resolve, delete (5) Note: Commands mentioned in the issue but not implemented (breadcrumbs, history-info, etc.) were intentionally excluded per triage report.
triage-agent · 2026-01-18
## Feature Triage Complete **Status:** PARTIALLY IMPLEMENTED The current README exists but documents only ~50% of the implemented commands. ### Key Findings **Commands Implemented but NOT in README (20 commands):** - auth logout - spaces members, members-add, members-remove - pages move, recent, history - workspace update, invites (list/create/revoke) - groups info, update, delete, members, members-add, members-remove - comments update, resolve, delete **Commands Requested in Issue but NOT Implemented (8 commands):** The issue description lists some commands that don't exist: - spaces members-change-role - pages breadcrumbs, history-info - workspace public, members-change-role, invites resend/info - comments info README should only document what's actually implemented. **Missing Configuration Documentation:** - Token storage location (`~/.config/docmost/token`) - DOCMOST_FORMAT env var - DOCMOST_SPACE env var ### Scope - Single file update (README.md) - ~300-400 lines of markdown - Low complexity See attached triage report at `/tmp/triage-DOCMOST-9.md` for full details.