From b3e208ff77cea6463148e2c159665c48f3aba1d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Mar 2026 11:55:37 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/gitagent.sh/README.md | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/gitagent.sh/README.md diff --git a/src/gitagent.sh/README.md b/src/gitagent.sh/README.md new file mode 100644 index 0000000..21a18ec --- /dev/null +++ b/src/gitagent.sh/README.md @@ -0,0 +1,41 @@ + +# gitagent.sh (gitagent.sh) + +Install "gitagent" binary + +## Example Usage + +```json +"features": { + "ghcr.io/devcontainer-community/devcontainer-features/gitagent.sh:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | Version of "gitagent" to install. | string | latest | + +# gitagent + +## Project + +- [gitagent](https://gitagent.sh) + +## Description + +A framework-agnostic, git-native standard for defining AI agents. `gitagent` lets you clone a repo and get an agent — version control, branching, and collaboration built in. + +## Installation Method + +Installed as a global package via [Bun](https://bun.sh) (`bun install -g @shreyaskapale/gitagent`). Bun is automatically installed if not already present. + +## Other Notes + +_No additional notes._ + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainer-community/devcontainer-features/blob/main/src/gitagent.sh/devcontainer-feature.json). Add additional notes to a `NOTES.md`._