diff --git a/GEMINI.md b/GEMINI.md index 5d36c2e..c4b64c1 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -4,6 +4,8 @@ **AutoClaw** is a hyper-lightweight AI agent designed for **massive scale automation** in **headless/containerized environments**. It serves as the ideal "runtime" for executing LLM-driven tasks within Docker containers, allowing users to orchestrate thousands of agents simultaneously for complex parallel workflows. +**GitHub**: [https://github.com/tsingliuwin/autoclaw](https://github.com/tsingliuwin/autoclaw) + ## Core Philosophy - **Docker First**: Designed to run inside isolated containers (Alpine/Debian). - **Massive Scalability**: Low resource footprint enables high-concurrency swarms. diff --git a/README.md b/README.md index 33096b7..fa9490d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![NPM Version](https://img.shields.io/npm/v/autoclaw.svg?style=flat-square)](https://www.npmjs.com/package/autoclaw) [![NPM Downloads](https://img.shields.io/npm/dm/autoclaw.svg?style=flat-square)](https://www.npmjs.com/package/autoclaw) +[![GitHub](https://img.shields.io/badge/GitHub-Repository-blue?logo=github&style=flat-square)](https://github.com/tsingliuwin/autoclaw) [![License](https://img.shields.io/npm/l/autoclaw.svg?style=flat-square)](https://github.com/tsingliuwin/autoclaw/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) @@ -9,6 +10,12 @@ AutoClaw is a hyper-lightweight AI agent designed to live inside **Docker containers**. Unlike heavy, GUI-dependent agents, AutoClaw is built for **headless, massive-scale concurrency**. +--- + +🔗 **GitHub Repository**: [https://github.com/tsingliuwin/autoclaw](https://github.com/tsingliuwin/autoclaw) + +--- + You can run one instance to fix a local script, or orchestrate **10,000+ instances** in a Kubernetes cluster to refactor codebases, audit servers, or process data streams in parallel. ## Why AutoClaw? diff --git a/package.json b/package.json index 2f4e5ef..96f6828 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,14 @@ ], "author": "AutoClaw Contributor", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/tsingliuwin/autoclaw.git" + }, + "bugs": { + "url": "https://github.com/tsingliuwin/autoclaw/issues" + }, + "homepage": "https://github.com/tsingliuwin/autoclaw#readme", "description": "A lightweight AI agent CLI tool that brings the power of LLMs to your terminal.", "dependencies": { "@mozilla/readability": "^0.6.0",