From c9b89e2e1654fb531840ddc43f53d3ce518700db Mon Sep 17 00:00:00 2001 From: I-Lang Protocol Date: Sun, 26 Apr 2026 18:11:49 +0000 Subject: [PATCH 1/2] Add Mem-Forever, Imprint, and AutoCode to Utilities - Mem-Forever: persistent memory across sessions, template repo - Imprint: behavioral profile, 11 skills in one .cursorrules - AutoCode: 47 skills, code to deployment in one session All powered by I-Lang v3.0 protocol (ilang.ai) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63c6a2ff..22692d97 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,9 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Utilities +- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever. +- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere. +- [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no. - [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness. ## Directories From b3aef4530cfb33db4bde1e964b32c61577cda7af Mon Sep 17 00:00:00 2001 From: I-Lang Protocol Date: Sun, 26 Apr 2026 18:33:37 +0000 Subject: [PATCH 2/2] fix: alphabetize Utilities entries (AutoCode, Cursor Watchful Headers, Imprint, Mem-Forever) Addresses CodeRabbit review. External GitHub links are correct (same pattern as Cursor Watchful Headers) - not relative links. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22692d97..87b87763 100644 --- a/README.md +++ b/README.md @@ -285,10 +285,10 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Utilities -- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever. -- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere. - [AutoCode](https://github.com/ilang-ai/AutoCode) - You say it, AutoCode ships it. 47 skills in a single `.cursorrules`. Code to deployment in one session. AI makes all technical decisions, you just say yes or no. - [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness. +- [Imprint](https://github.com/ilang-ai/Imprint) - Your habits, imprinted on AI. One `.cursorrules` replaces eleven skills: memory, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it everywhere. +- [Mem-Forever](https://github.com/ilang-ai/Mem-Forever) - Persistent memory across sessions and tools. Auto-generates a portable profile from conversation, saves decisions and lessons to `.ilang/`, applies preferences in every future session. Template repo — fork once, remember forever. ## Directories