Audit: remove phantom columns, stale banners, fix model size docs
Audit corrections: fix entry types, schema, links, and table formatting
Temp
committed
Mar 2, 2026
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
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
Audit wiki: fix tool counts, replace deprecated API docs, remove Python refs, fix placeholder email
Temp
committed
Feb 27, 2026
docs: add causal relationship types to wiki documentation
Temp
committed
Jan 18, 2026
Update wiki with list resource issue in cursor.
Temp
committed
Oct 28, 2025
Update all documentation from v1.1.2 to v1.1.3
- Updated version references across all wiki pages
- Ensures documentation consistency with main release
- 17 documentation files updated
Temp
committed
Oct 9, 2025
Update version references from v1.1.0 to v1.1.2
- Updated all wiki documentation to reflect v1.1.2
- Ensures consistency across GitHub, Docker, and PyPI
- 12 files updated with version corrections
Temp
committed
Oct 9, 2025
Initial wiki documentation - comprehensive guide for Memory Journal MCP v1.1.0
Temp
committed
Oct 4, 2025