From 19d0c3e48884f9c338a51f06bc96205378e4d8dd Mon Sep 17 00:00:00 2001 From: Brian Carpio Date: Mon, 10 Nov 2025 06:26:43 -0800 Subject: [PATCH] Add OutcomeOps to AI Code Assistants section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OutcomeOps is a context engineering tool for AI-assisted development that ingests organizational knowledge (ADRs, code-maps, patterns) to generate code matching organizational standards. Added to the end of the section per CONTRIBUTING.md guidelines. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 58ec3b0..537bc75 100644 --- a/readme.md +++ b/readme.md @@ -69,6 +69,7 @@ Ideal for developers, teams, researchers, and tech enthusiasts looking to levera - **[Replit Agent](https://replit.com/agent)**: Advanced AI agent within Replit that builds complete applications from natural language descriptions. - **[Devin AI](https://devin.ai/)**: An autonomous AI software engineer that can plan, code, debug, and deploy projects end-to-end. - **[Qoder](https://qoder.com/)**: Agentic Coding Platform for Real Software Think Deeper. Build Better. +- **[OutcomeOps](https://github.com/bcarpio/outcome-ops-ai-assist)**: Context engineering for AI-assisted development. Ingests ADRs, code-maps, and organizational patterns to generate code matching your standards. ---