Skip to content

History / Quick Start

Revisions

  • docs(wiki): sync with v7.5.0 Hush Protocol - Add pass_team_flag and resolve_team_flag tool docs (Team-Collaboration, Tools) - Add memory://flags and memory://flags/vocabulary resource docs (Resources, Team-Collaboration) - Add --flag-vocabulary CLI option and FLAG_VOCABULARY env var (Configuration) - Add passTeamFlag/resolveTeamFlag and flag()/resolveFlag() aliases (Code-Mode) - Add 'flag' entry type to Entry Types reference (Tools) - Update tool counts 68 → 70 across 9 pages - Update team tool counts 23 → 25 across 3 pages - Update resource counts 34 → 36 (25 → 27 static) across 5 pages - Update filter math (full=70, -admin=65, -github=52, etc.) - Add flag-tools.ts to Architecture directory tree - Update wiki CHANGELOG with 6 Hush Protocol entries

    Chris & Mike committed Apr 12, 2026
  • docs: synchronize proactive analytics and team collaboration tools

    Chris & Mike committed Apr 11, 2026
  • docs: synchronize stale references of 61 tools to 67 tools

    Chris & Mike committed Apr 11, 2026
  • Revert "docs: synchronize wiki with memory-journal-mcp prompts update" This reverts commit 9ed7b4e3f4c406a1f0bf6a469ec546a72930ef1e.

    Chris & Mike committed Apr 11, 2026
  • docs: synchronize wiki with memory-journal-mcp prompts update

    Chris & Mike committed Apr 11, 2026
  • docs: formalize project registry fallback and deprecate legacy paths Removed legacy GITHUB_REPO_PATH references and updated agent session-start guidelines to document the memory://briefing global sandbox fallback routing behavior.

    Chris & Mike committed Apr 7, 2026
  • docs: remediate stale resource and prompt metric counts across wiki

    Chris & Mike committed Mar 27, 2026
  • docs: document dynamic project routing and briefing templates

    Chris & Mike committed Mar 27, 2026
  • docs: resource count 27→28, add memory://help/gotchas section

    Chris & Mike committed Mar 21, 2026
  • docs: fix stale resource count in 3 wiki pages (19 Static + 8 Template)

    Chris & Mike committed Mar 21, 2026
  • docs: add help resources, update resource counts (25->27) - Resources.md: new Help Resources section (memory://help, memory://help/{group}) - Architecture.md: add help.ts, resource-annotations.ts to directory tree - Home/Quick-Start/Installation: update stale resource counts to 27 (20 static + 7 template)

    Chris & Mike committed Mar 21, 2026
  • docs: update wiki for 5 new team tools (56 → 61, 15 → 20)

    Chris & Mike committed Mar 21, 2026
  • docs(wiki): update for team tools parity — 44→56 tools, 3→15 team tools across 9 pages

    Chris & Mike committed Mar 20, 2026
  • docs: fix stale token estimates, PascalCase filenames, and prior wiki updates

    Chris & Mike committed Mar 14, 2026
  • docs: update tool counts 42/43->44, GitHub 15->16, add get_copilot_reviews

    Chris & Mike committed Mar 12, 2026
  • Update wiki: add session-summary prompt, update prompt counts 15 -> 16

    Chris & Mike committed Mar 7, 2026
  • wiki: update tool/resource/group counts and add team collaboration content (42 tools, 9 groups, 22 resources)

    Chris & Mike committed Mar 5, 2026
  • Update AntiGravity capability notes - now supports server instruction injection

    Temp committed Mar 5, 2026
  • 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
  • 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
  • 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
  • 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
  • docs: add causal relationship types to wiki documentation

    Temp committed Jan 18, 2026
  • docs: Audit documentation for Unreleased changelog consistency Updates for Unreleased features: - memory://instructions: Updated default level from standard to full - memory://prs/{n}/timeline: Added prMetadata and timelineNote fields docs - CI status: Added cancelled to status values list - semantic_search: Added threshold recommendations table and hint example - restore_backup: Added warning about reverted tag merges, entries, relationships Resource count fixes (17 -> 18 = 12 static + 6 template): - Added missing memory://instructions to static resource lists - Fixed counts in README.md, Installation.md, Quick-Start.md

    Temp committed Jan 18, 2026
  • docs: update tool counts 31->33, add cleanup_backups and merge_tags docs

    Temp committed Jan 17, 2026
  • v4.0.0 - Update version references and changelog

    Temp committed Jan 16, 2026
  • docs: update wiki for v3.2.0 unreleased changes - Update tool counts from 29 to 31 (new GitHub Issue Lifecycle tools) - Add full documentation for create_github_issue_with_entry and close_github_issue_with_entry in Tools.md - Update GitHub group from 7 to 9 tools in Tool-Filtering.md - Update Node.js requirement from 18+ to 24+ (LTS alignment) - Add confirm-briefing to Prompts.md Quick Reference - Update Architecture.md diagram (16 tools -> 31, 10 prompts -> 15) - Update Git-Integration.md capability table with new issue lifecycle tools

    Temp committed Jan 15, 2026
  • docs: clarify 17 resources = 11 static + 6 template, fix incorrect resource list

    Temp committed Jan 15, 2026
  • docs: v3.1.7 with confirm-briefing prompt and session acknowledgment - Updated all wiki pages to v3.1.7 - CHANGELOG: Added v3.1.7 release notes - Prompt count: 14 → 15 - New features: confirm-briefing, acknowledgment hint, session start guidance

    Temp committed Jan 15, 2026