From 935a4ce06bbdaffef1f44e11fe628e31e82aabfc Mon Sep 17 00:00:00 2001 From: Mohamed Diallo Date: Wed, 22 Apr 2026 13:53:31 +0200 Subject: [PATCH] Update README with Issues link and Ecosystem section Added 'Issues' link to the navigation and introduced an 'Ecosystem' section with package descriptions. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 734a483..b04c95f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![CI](https://github.com/mavdol/capsule/actions/workflows/ci.yml/badge.svg)](https://github.com/mavdol/capsule/actions/workflows/ci.yml) -[Getting Started](#getting-started) • [Documentation](#documentation) • [Contributing](#contributing) +[Getting Started](#getting-started) • [Documentation](#documentation) • [Issues](https://github.com/capsulerun/capsule/issues/new) • [Contributing](#contributing) @@ -76,6 +76,13 @@ When you run `capsule run main.py` (or `main.ts`), your code is compiled into a Each task operates within its own sandbox with configurable resource limits, ensuring that failures are contained and don't cascade to other parts of your workflow. The host system controls every aspect of execution, from CPU allocation via Wasm fuel metering to memory constraints and timeout enforcement. +## Ecosystem + +| Package | Description | +|---------|-------------| +| [`capsule`](https://github.com/capsulerun/capsule) | Core runtime (this repository) | +| [`capsule-bash`](https://github.com/capsulerun/bash) | Sandboxed bash interface built for AI agents | + ## Getting Started ### Python