Add 3 MCP tools, h3 splitting, CONTRIBUTING.md, remove TODO.md#99
Merged
Conversation
…3 splitting; CONTRIBUTING.md; remove TODO.md - prd_reorder_sections: reorder sections by slug list, unlisted preserve relative order - prd_merge_sections: merge source into target (content, deps, comments, children), deterministic lock order, cycle detection - prd_import_url: fetch URL with SSRF protection, Google Docs/GitHub URL rewriting - h3 splitting: heading_level >= 3 creates parent sections with parent_section_id linkage, slug deduplication - CONTRIBUTING.md: dev setup, testing, MCP tool pattern, commit guidelines - AGENTS.md: GitHub Project task workflow with column IDs - README.md + docs/tool-reference.md: tool count 31 → 34, new tool entries - TODO.md removed: fully replaced by GitHub Project #2 issues - 28 new tests (199 total passing)
- Member manager: create users, reset passwords, role changes - Org admin auth checks on API key, member create, password reset routes - requireOrgAdmin helper for consistent auth guard pattern - Chat stream: 2-min read timeout, error event handling in both branches - Docker: bind frontend port to 127.0.0.1 (dev + prod) - API: join user name/email in member listing - Token stats: use cumulative per-operation totals from token_estimates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
Closes #16, #25, #32, #33, #34