From fdb428ce449bceacb27d3866226af8253038aa89 Mon Sep 17 00:00:00 2001 From: Bruno Guidolim Date: Tue, 24 Mar 2026 18:36:27 +0100 Subject: [PATCH] Clean up README - Remove active development warning banner - Simplify Quick Start code comment (replace non-clickable URL with short text) - Mention `mcs export` in Open Source use case --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db82f8e..dbf7af1 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,6 @@ ---- -> [!WARNING] -> **This project is under active development.** Expect breaking changes, bugs, and incomplete features. Migrations between versions are not guaranteed. Use at your own risk. ---- - ## ๐Ÿš€ Quick Start ### 1. Install @@ -29,7 +24,7 @@ brew install bguidolim/tap/managed-claude-stack ```bash # this is a real tech pack as example -# more info about tech packs: https://github.com/bguidolim/mcs?tab=readme-ov-file#-whats-in-a-tech-pack +# more info about tech packs below mcs pack add bguidolim/mcs-continuous-learning ``` @@ -135,7 +130,7 @@ A tech pack is a Git repo with a `techpack.yaml` manifest. It can bundle MCP ser - **๐Ÿง‘โ€๐Ÿ’ป Solo Developer** โ€” New Mac? One `mcs pack add` + `mcs sync` and your entire Claude Code environment is back. No wiki, no notes, no memory required. - **๐Ÿ‘ฅ Teams** โ€” Create a team pack with your org's MCP servers, approved plugins, and coding standards. Every developer gets the same setup with `mcs sync --all`. -- **๐ŸŒ Open Source** โ€” Ship a tech pack with your repo. Contributors run `mcs sync` and get the right MCP servers, skills, and conventions automatically. +- **๐ŸŒ Open Source** โ€” Use `mcs export` to create a tech pack from your repo's config. Contributors run `mcs sync` and get the right MCP servers, skills, and conventions automatically. - **๐Ÿงช Experimentation** โ€” Try a different set of MCP servers, swap packs, roll back. `mcs` converges cleanly โ€” deselected packs are fully removed, no leftovers. ---