Rewrite Team-Collaboration.md for v2.1.0 dedicated team tools
Temp
committed
Mar 5, 2026
ac2f071
Update AntiGravity capability notes - now supports server instruction injection
Temp
committed
Mar 5, 2026
f78a674
Remove legacy team collaboration references, update resource counts
- Home.md: remove Team Collaboration link, resource count 21->20
- Resources.md: remove memory://team/recent section, resource count 21->20
- Security.md: remove Team Database section
- Schema.md: remove share_with_team column
- Installation.md: update resource counts 21->20 (14->13 static)
- Tools.md: remove share_with_team param and Team Collaboration v2.0.0 section
- Examples.md: rename Team Collaboration section to Sharing Context
Temp
committed
Mar 5, 2026
4925557
docs: add HTTP-Transport page, update endpoints/security across wiki
Temp
committed
Mar 5, 2026
465dd48
docs: add meta-groups documentation and fix outdated version reference
Temp
committed
Mar 2, 2026
1e6a4f9
Audit corrections: fix entry types, schema, links, and table formatting
Temp
committed
Mar 2, 2026
480d17e
fix: correct wiki discrepancies found during audit
- Advanced-Projects.md: Remove non-existent prompt parameters
(time_period, include_items, milestone_name) to match source code
- Organization-Support.md: Remove non-existent owner/owner_type
prompt parameters; org detection is automatic
- Visualization.md: Fix evolves_from arrow style from --> to -->>
- Performance.md: Update outdated v2.1.0 references to latest version
Temp
committed
Mar 2, 2026
c1532c8
docs: fix wiki inaccuracies found during audit
- search_entries: query parameter is optional, not required
- search_entries/search_by_date_range: add missing project_number filter
- Architecture: fix hardcoded version 4.1.0 to generic <current>
- Architecture: fix lazy load time 15s -> ~5s to match other docs
- Home/Quick-Start/Installation/Configuration: fix token savings 69% -> 84%
- Installation: fix Node.js version 18+ -> 24+ in troubleshooting
- Git-Integration: fix Actions resource count five -> two
Temp
committed
Mar 1, 2026
43ec587
Add .gitattributes to normalize line endings to LF
Temp
committed
Mar 1, 2026
55c5c6e
Wiki audit: fix invalid entry types, broken prompt syntax, stale Python references, and inconsistent timing
Temp
committed
Mar 1, 2026
19a7900
fix: comprehensive wiki accuracy audit - correct 25+ inaccuracies
Prompts.md (14 fixes):
- Fix all prompt argument definitions to match source code
- Remove fabricated arguments (include_git, days_back, sprint_start/end,
week_offset, focus_area, personal_only, include_commits, include_metrics,
project_name, goal_type, milestone_name, entry_id, similarity_threshold)
- Correct actual arguments (query for find-related, limit for get-recent-entries,
days for prepare-retro, project_number for project-status-summary and
project-milestone-tracker)
- Update Quick Reference table to match corrected arguments
Git-Integration.md (2 fixes):
- Remove 3 non-existent resources (workflows/timeline, branches/timeline,
commits/timeline)
- Fix invalid entry_type 'milestone' -> 'feature_implementation' with
significance_type
Architecture.md:
- Replace outdated source file tree with actual project structure
Tools.md (3 fixes):
- Add missing 'confirm' parameter to delete_github_milestone
- Add missing 'limit' parameter to get_github_milestones
- Fix due_on format from ISO 8601 to YYYY-MM-DD
Semantic-Search.md:
- Fix default similarity_threshold from 0.3 to 0.25 (5 occurrences)
Quick-Start.md, Examples.md, Search.md, Export.md, Relationships.md,
Visualization.md:
- Fix all invalid entry_type 'milestone' -> valid types with significance_type
- Fix all invalid entry_type 'enhancement' -> 'other'
- Fix all wrong prompt usage examples across all pages
- Remove non-existent resource references from Examples.md
Temp
committed
Mar 1, 2026
5c8f4dc
Audit: fix invalid entry types and significance types across all wiki pages
- Replace development_note with contextually appropriate valid types
(project_decision, research, planning, feature_implementation, etc.)
- Replace enhancement with feature_implementation
- Replace technical_note with learning or meeting_notes
- Replace technical_decision with project_decision
- Replace milestone (as entry_type) with technical_achievement
- Fix Entry Types and Significance Types reference lists in Tools.md,
Quick-Start.md, and Schema.md to match source code constants
- Fix invalid significance types: major_breakthrough -> breakthrough,
project_completion -> release, identity_development -> lesson_learned,
technical_decision -> decision, major_milestone -> milestone
- Remove outdated 'upcoming release' note for ci_status in Prompts.md
Valid entry types: personal_reflection, project_decision,
technical_achievement, bug_fix, feature_implementation, code_review,
meeting_notes, learning, research, planning, retrospective, standup, other
Valid significance types: milestone, breakthrough,
technical_breakthrough, decision, lesson_learned, blocker_resolved, release
Temp
committed
Mar 1, 2026
cc70d13
Security audit: add HTTP transport section, team DB note, LIKE sanitization, expanded audit checklist
Temp
committed
Mar 1, 2026
9ae876c
Audit wiki: fix tool counts, replace deprecated API docs, remove Python refs, fix placeholder email
Temp
committed
Feb 27, 2026
e4c9ce7
docs: update wiki for get_repo_insights tool and memory://github/insights resource
- Tool counts: 38 -> 39 across Home, Tools, Tool-Filtering, Quick-Start, Installation, Architecture
- Resource counts: 20 -> 21 (13 -> 14 static) across Home, Resources, Quick-Start, Installation
- GitHub group: 14 -> 15 in Tool-Filtering
- Added full get_repo_insights tool section in Tools.md with examples
- Added memory://github/insights section in Resources.md
- Fixed pre-existing stale static/template counts in Installation.md (12/6 -> 14/7)
- Prettier formatting on 3 unrelated files
Temp
committed
Feb 27, 2026
669a1ad
Update Performance wiki with vitest benchmark suite data
Temp
committed
Feb 27, 2026
bbb11a5
docs: audit tool, resource, and prompt counts to match v4.3.1 codebase
Temp
committed
Feb 27, 2026
80ec830
docs(wiki): fix 30+ accuracy issues across 9 wiki files
High priority fixes:
- Tools.md: Fix workflow_status enum (3 values, not 6), similarity_threshold
default (0.25 not 0.3), add 12 missing tools to quick reference table,
remove stale version/banner references
- Resources.md: Remove stale ?level= query parameter docs
- Organization-Support.md: Remove non-existent project_owner_type param,
fix Docker command (python src/server.py), fix broken link, replace
Python API ref with MCP tool docs
Medium priority fixes:
- Home.md: Replace stale 'New in v3.0.0' banner, fix vectra reference
- Installation.md: Remove stale v4.1.0 version pinning
- Tool-Filtering.md: Remove stale tool count parenthetical
- Advanced-Projects.md: Remove stale v1.2.0 header
- GitHub-Projects-Integration.md: Update roadmap (mark shipped items)
- Team-Collaboration.md: Replace 4 Python code snippets with MCP examples
Temp
committed
Feb 27, 2026
93e62df
docs: update wiki for GitHub Milestones integration
- Tool counts: 33 -> 38 across all 8 wiki files
- Resource counts: 18 -> 20 across all wiki files
- Added full docs for 5 milestone tools in Tools.md
- Added 2 milestone resource docs in Resources.md
- Updated capability table in Git-Integration.md (Milestones: ❌ -> ✅)
- Updated github group from 9 to 14 tools in Tool-Filtering.md
- Updated token savings table with new baselines
Temp
committed
Feb 27, 2026
6ffe173
Replace changelog with redirect to main repository
Temp
committed
Feb 23, 2026
22462da
changelog: P154 existence checks for delete_entry, link_entries, visualize_relationships
Temp
committed
Feb 14, 2026
a2ae9fb
docs: add qs security fix to changelog
Temp
committed
Feb 13, 2026
b1d20fc
docs: add --server-host and MCP_HOST to Configuration and Installation pages
Temp
committed
Feb 13, 2026
1390ae4
docs: add --server-host / MCP_HOST feature to changelog
Temp
committed
Feb 13, 2026
0a7d745
chore: add Unreleased section to changelog, prettier formatting
Temp
committed
Feb 10, 2026
a0e578f
docs: update changelog with tar 7.5.7 CVE fix
Temp
committed
Feb 5, 2026
1262d87
docs: update changelog for SDK 1.26.0, commander 14.0.3, types/node 25.2.0, globals 17.3.0
Temp
committed
Feb 5, 2026
7422486
docs: update CVE-2026-23950 fix to mention Dockerfile patch
Temp
committed
Jan 27, 2026
7381105
docs: add CVE-2026-23950 security fix to changelog
Temp
committed
Jan 27, 2026
8238009
docs: update changelog with dependency updates
Temp
committed
Jan 27, 2026
79a5813