Skip to main content
Glama

ACE MCP Server

archive-basic.mdcโ€ข4.95 kB
--- description: Basic archiving approach for Level 2 Simple Enhancement tasks globs: "**/level2/**", "**/archive/**", "**/completion/**" alwaysApply: false --- # BASIC ARCHIVING FOR LEVEL 2 TASKS > **TL;DR:** This document outlines a basic archiving approach for Level 2 (Simple Enhancement) tasks, ensuring that completed work is properly documented and knowledge is preserved with minimal overhead. ## ๐Ÿ” ARCHIVING OVERVIEW Even for Level 2 tasks, proper archiving ensures that completed work is documented and knowledge is preserved. This basic archiving approach provides sufficient structure while maintaining efficiency. ## ๐Ÿ“‹ ARCHIVING PRINCIPLES 1. **Completion**: Clearly document what was completed 2. **Context**: Preserve the context of the enhancement 3. **Knowledge**: Capture key insights and lessons 4. **Findability**: Make archived information easy to find 5. **References**: Create cross-references to related work ## ๐Ÿ“‹ BASIC ARCHIVE STRUCTURE ```markdown # Enhancement Archive: [Feature Name] ## Summary [Brief summary of the enhancement] ## Date Completed YYYY-MM-DD ## Key Files Modified - [File path 1] - [File path 2] - [File path 3] ## Requirements Addressed - [Requirement 1] - [Requirement 2] - [Requirement 3] ## Implementation Details [Brief description of how the enhancement was implemented] ## Testing Performed - [Test 1] - [Test 2] - [Test 3] ## Lessons Learned - [Lesson 1] - [Lesson 2] - [Lesson 3] ## Related Work - [Link to related task/enhancement 1] - [Link to related task/enhancement 2] ## Notes [Any additional information or context] ``` ## ๐Ÿ“‹ ARCHIVE LOCATION Store archives in an organized structure: ``` docs/ โ””โ”€โ”€ archive/ โ””โ”€โ”€ enhancements/ โ””โ”€โ”€ YYYY-MM/ โ”œโ”€โ”€ feature-name-1.md โ””โ”€โ”€ feature-name-2.md ``` ## ๐Ÿ“‹ ARCHIVING PROCESS Follow these steps to archive a Level 2 task: 1. **Prepare Archive Content**: - Gather all relevant information - Fill in the archive template - Include all key implementation details 2. **Cross-Reference Creation**: - Update tasks.md with link to archive - Add reference in progress.md - Update activeContext.md with next focus 3. **File Creation and Storage**: - Create appropriate directory if needed - Save archive file with descriptive name - Ensure file follows naming convention 4. **Final Verification**: - Check archive for completeness - Verify all cross-references - Ensure all links are working ## ๐Ÿ“‹ CROSS-REFERENCE FORMAT When creating cross-references: 1. **In tasks.md**: ```markdown ## Completed Enhancements - [X] [Feature Name] (YYYY-MM-DD) - [Archive Link](../docs/archive/enhancements/YYYY-MM/feature-name.md) ``` 2. **In progress.md**: ```markdown ## Completed Milestones - [Feature Name] enhancement completed on YYYY-MM-DD. See [archive entry](../docs/archive/enhancements/YYYY-MM/feature-name.md). ``` 3. **In activeContext.md**: ```markdown ## Recently Completed - [Feature Name] enhancement is now complete. Archive: [link](../docs/archive/enhancements/YYYY-MM/feature-name.md) ## Current Focus - Moving to [Next Task Name] ``` ## ๐Ÿ“‹ ARCHIVING VERIFICATION CHECKLIST ``` โœ“ ARCHIVE VERIFICATION - Archive content complete? [YES/NO] - Archive properly stored? [YES/NO] - Cross-references created? [YES/NO] - tasks.md updated? [YES/NO] - progress.md updated? [YES/NO] - activeContext.md updated? [YES/NO] โ†’ If all YES: Archiving complete โ†’ If any NO: Complete archiving process ``` ## ๐Ÿ“‹ MINIMAL MODE ARCHIVING For minimal mode, use this format: ``` โœ“ ARCHIVE: [Feature Name] โœ“ DATE: YYYY-MM-DD โœ“ FILES: [Key files changed] โœ“ SUMMARY: [One-sentence summary] โœ“ LESSONS: [Key takeaway] โœ“ REFS: [tasks.md, progress.md, activeContext.md] ``` ## ๐Ÿ”„ INTEGRATION WITH MEMORY BANK Archiving integrates with Memory Bank: ```mermaid graph TD Archive["Enhancement<br>Archive"] --> TasksUpdate["Update<br>tasks.md"] Archive --> ProgressUpdate["Update<br>progress.md"] Archive --> ContextUpdate["Update<br>activeContext.md"] TasksUpdate & ProgressUpdate & ContextUpdate --> CrossLinks["Create<br>Cross-Links"] CrossLinks --> Verify["Verify<br>References"] ``` ## ๐Ÿšจ KNOWLEDGE PRESERVATION PRINCIPLE Remember: ``` โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Archive files are a VALUABLE KNOWLEDGE RESOURCE. โ”‚ โ”‚ Take care to preserve insights and lessons that โ”‚ โ”‚ will benefit future work. โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ ``` This ensures that knowledge is preserved and can be referenced in the future.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Angry-Robot-Deals/ace-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server