From bbaf5e3247b7af42f889c052c7f23784c255efcd Mon Sep 17 00:00:00 2001 From: Thomas Connally Date: Sun, 24 May 2026 14:11:18 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Perseus=20=E2=80=94=20compile-before-cont?= =?UTF-8?q?ext=20context=20engine=20for=20AI=20assistants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3361439bf9..9d0b68a6b9 100644 --- a/README.md +++ b/README.md @@ -817,6 +817,7 @@ _Useful CLI-based tools for productivity._ - Productivity Tools - [cookiecutter](https://github.com/cookiecutter/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). + - [perseus-ctx](https://github.com/tcconnally/perseus) - A Python CLI that pre-resolves live workspace state (git, services, memory, coordination) into a markdown briefing for AI assistants at session start. Eliminates the AI cold-start tax. MIT, single dependency. - [copier](https://github.com/copier-org/copier) - A library and command-line utility for rendering projects templates. - [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. - [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.