|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## Project Files |
| 4 | + |
| 5 | +- [README.md](README.md) – Core introduction and quick start for using MARM. |
| 6 | +- [FAQ.md](FAQ.md) – Answers to common questions about how and why to use MARM. |
| 7 | +- [CHANGELOG.md](CHANGELOG.md) – Tracks updates, edits, and refinements to the protocol. |
| 8 | +- [CONTRIBUTING.md](CONTRIBUTING.md) – Contribution guidelines and collaborator credits. |
| 9 | +- [DESCRIPTION.md](DESCRIPTION.md) – Protocol purpose and vision overview. |
| 10 | +- [LICENSE](LICENSE) – Terms of use for this project. |
| 11 | +- [HANDBOOK.md](HANDBOOK.md) – Full guide to MARM usage, including commands, examples, and beginner to advanced tips. |
| 12 | +- [ROADMAP.md](ROADMAP.md) – Planned features, upcoming enhancements, and related protocols under development. |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +## MARM Protocol – v1.3 Change Log |
| 17 | +All notable updates between **June 9–23, 2025** are documented below. Entries are grouped by date using collapsible dropdowns for clarity. |
| 18 | + |
| 19 | +--- |
| 20 | + |
| 21 | +<details> |
| 22 | +<summary> June 9–13: Initial Protocol Unification (v1.2 Launch)</summary> |
| 23 | + |
| 24 | +### Added |
| 25 | +- `/compile` command to generate one-line-per-entry summaries |
| 26 | +- Automatic reseed block generation for restoring context in new threads |
| 27 | +- Log schema enforcement for structured logging: `[YYYY-MM-DD | User | Intent | Outcome]` |
| 28 | +- Error handling for malformed log entries, including date autofill |
| 29 | +- `/show reasoning` command to reveal the AI’s logic path |
| 30 | +- Manual Steps Justification section added to `HANDBOOK.md` |
| 31 | +- Consolidated Examples section showing real use cases for all major commands |
| 32 | +- Clarified optional system prompt behavior (not built-in; manual only) |
| 33 | +- New session management guidance: recap every 8–10 turns using `/compile` |
| 34 | + |
| 35 | +### Changed |
| 36 | +- Unified session tools into default protocol behavior |
| 37 | +- README restructured for clarity: |
| 38 | + - Quick Start moved above initiation |
| 39 | + - Core Features moved to `HANDBOOK.md` |
| 40 | + - Acknowledgment behavior clarified |
| 41 | +- Protocol one-liner updated to reflect unified design |
| 42 | + |
| 43 | +### Removed |
| 44 | +- Legacy modular language and optional tool references |
| 45 | +- Confidence flag/scoring feature from all protocol outputs |
| 46 | +- All mentions of auto-save or speculative memory behavior |
| 47 | + |
| 48 | +</details> |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +<details> |
| 53 | +<summary> June 14–17: Documentation Expansion and Restructuring</summary> |
| 54 | + |
| 55 | +### Added |
| 56 | +- `HANDBOOK.md`: full command reference and usage guide |
| 57 | +- Collapsible section formatting for all major handbook parts (Beginner, Advanced, Examples, Quick Reference) |
| 58 | +- “Why Manual Steps Matter” rationale |
| 59 | +- Expanded Limitations section |
| 60 | +- Slash-style command formatting standard: |
| 61 | + - `/start marm` |
| 62 | + - `/log [SessionName]` |
| 63 | + - `/guarded reply` |
| 64 | + - `/show reasoning` |
| 65 | + - `/compile [SessionName] --summary` |
| 66 | + |
| 67 | +### Changed |
| 68 | +- FAQ.md grouped and rewritten by category: Core Concepts, Sessions, Commands, Platform Support |
| 69 | +- README clarified and reorganized to align with handbook |
| 70 | +- Handbook structured into Beginner / Intermediate / Advanced use tiers |
| 71 | +- Emphasis on manual workflows and session recap cadence |
| 72 | + |
| 73 | +### Removed |
| 74 | +- Embedded command list from README |
| 75 | +- “Back to top” anchors (due to GitHub collapsible quirks) |
| 76 | + |
| 77 | +</details> |
| 78 | + |
| 79 | +--- |
| 80 | + |
| 81 | +<details> |
| 82 | +<summary> June 18–20: Externalization and Visibility Focus</summary> |
| 83 | + |
| 84 | +### Added |
| 85 | +- AI-narrated walkthrough: 15-minute audio guide embedded in README |
| 86 | +- User Feedback section (collapsible, with real screenshots) |
| 87 | +- Featured on Google badge added to README header |
| 88 | +- `CONTRIBUTING.md` and Recognition Framework |
| 89 | +- Multi-tier GitHub Discussions and onboarding entry points |
| 90 | + |
| 91 | +### Changed |
| 92 | +- README focus shifted to narrative onboarding: |
| 93 | + - “What → Why → How → Proof” sequence |
| 94 | + - Replaced “Use Cases” with community-backed examples |
| 95 | + - Light marketing layer added (clear, not exaggerated) |
| 96 | + |
| 97 | +</details> |
| 98 | + |
| 99 | +--- |
| 100 | + |
| 101 | +<details> |
| 102 | +<summary> June 21: README Cleanup & Structure Pass</summary> |
| 103 | + |
| 104 | +### Changed |
| 105 | +- Cleaned up main README for new-user clarity |
| 106 | +- Reordered sections: **What MARM is → Why it helps → How to use it** |
| 107 | +- Merged “Problem” and “Use Cases” into one purpose-driven section |
| 108 | +- Moved Contact, Credits, and auxiliary content to `CONTRIBUTING.md` |
| 109 | +- Simplified Quick Start block |
| 110 | +- Added audio walkthrough link with summary of included topics |
| 111 | + |
| 112 | +</details> |
| 113 | + |
| 114 | +--- |
| 115 | + |
| 116 | +<details> |
| 117 | +<summary>June 23: Protocol Expansion (v1.3 Launch)</summary> |
| 118 | + |
| 119 | +### Added |
| 120 | +- `/notebook` command to save custom info in a personal library |
| 121 | + → Guides the AI to use only trusted user-provided data, not external sources |
| 122 | +- Passive reentry prompts to resume, archive, or reset context on return |
| 123 | +- Error handling for invalid `/log` entries, including date autofill suggestions |
| 124 | +- Filter support for `/compile --fields=` to create focused summaries |
| 125 | +- “What’s New in v1.3” section added to `HANDBOOK.md`, with usage guide |
| 126 | +- Inline user guide for `/notebook` under collapsible alert block |
| 127 | +- New dropdown: “Key Info and Limitations” (moved from protocol body) |
| 128 | + |
| 129 | +### Changed |
| 130 | +- “What MARM Solves” and “Why It Exists” sections updated to reflect v1.3 behavior |
| 131 | +- Activation response now includes summary and Quick Start command list |
| 132 | +- Examples revised for clarity and real-world use |
| 133 | +- AI now defaults to prioritizing `/notebook` entries over trained assumptions |
| 134 | + |
| 135 | +### Removed |
| 136 | +- Key info and limitations from static protocol body (now placed in dropdown) |
| 137 | +- Redundant phrasing in command definitions and legacy guardrail notes |
| 138 | + |
| 139 | +</details> |
0 commit comments