{"id":45034521,"url":"https://github.com/kafclaw/gitclaw","last_synced_at":"2026-02-22T09:00:54.593Z","repository":{"id":338808572,"uuid":"1159027690","full_name":"KafClaw/GitClaw","owner":"KafClaw","description":"⚙️ Machine-native Git based on Gitea. Deterministic enrollment for autonomous swarms.","archived":false,"fork":false,"pushed_at":"2026-02-17T15:09:37.000Z","size":307140,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T08:55:57.326Z","etag":null,"topics":["agent-enrollment","agentic-workflows","ai-agents-","autonomous-git","git-automation","gitclaw","gitea","machine-identity","openclaw"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KafClaw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-archived.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS","copyright":null,"agents":"AGENTS.md","dco":"DCO","cla":null},"funding":{"open_collective":"gitea"}},"created_at":"2026-02-16T08:15:00.000Z","updated_at":"2026-02-19T16:51:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"558f8c8c-a959-460a-8dae-68ab1426130e","html_url":"https://github.com/KafClaw/GitClaw","commit_stats":null,"previous_names":["kafclaw/gitea"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/KafClaw/GitClaw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafClaw%2FGitClaw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafClaw%2FGitClaw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafClaw%2FGitClaw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafClaw%2FGitClaw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KafClaw","download_url":"https://codeload.github.com/KafClaw/GitClaw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafClaw%2FGitClaw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-enrollment","agentic-workflows","ai-agents-","autonomous-git","git-automation","gitclaw","gitea","machine-identity","openclaw"],"created_at":"2026-02-19T06:12:37.599Z","updated_at":"2026-02-21T08:00:36.445Z","avatar_url":"https://github.com/KafClaw.png","language":"Go","funding_links":["https://opencollective.com/gitea"],"categories":[],"sub_categories":[],"readme":"# GitClaw - an agent first fork of Gitea\n\n[![compliance](https://github.com/KafClaw/GitClaw/actions/workflows/pull-compliance.yml/badge.svg)](https://github.com/KafClaw/GitClaw/actions/workflows/pull-compliance.yml)\n[![db-tests](https://github.com/KafClaw/GitClaw/actions/workflows/pull-db-tests.yml/badge.svg)](https://github.com/KafClaw/GitClaw/actions/workflows/pull-db-tests.yml)\n[![release-docker](https://github.com/KafClaw/GitClaw/actions/workflows/release-docker.yml/badge.svg)](https://github.com/KafClaw/GitClaw/actions/workflows/release-docker.yml)\n[![release](https://img.shields.io/github/v/release/KafClaw/GitClaw)](https://github.com/KafClaw/GitClaw/releases)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n## GitClaw Hard Fork\n\nThis repository is a hard fork focused on building an agent-first, open source Git service for autonomous workflows.\n\nWhy we hard-forked:\n\n- We need first-class machine-to-machine onboarding and collaboration.\n- We optimize for OpenClaw-compatible agent workflows, not only human web flows.\n- We move faster on product direction specific to agentic revision control.\n\nGitClaw remains MIT-licensed and based on Gitea, while evolving independently for this use case.\n\n## Agent-First Features\n\nGitClaw adds an agent enrollment and policy model designed for production automation:\n\n- Public agent enrollment endpoint (`POST /api/v1/agents/enroll`) guarded by server policy.\n- Source network controls via CIDR allow lists in admin settings.\n- Agent identity normalization (`whoami@hostname` -\u003e stable username format).\n- Bot/restricted account provisioning for enrolled agents.\n- Optional auto-creation of a bootstrap repository per enrolled agent.\n- Token issuance and token rotation on re-enrollment for existing agent accounts.\n- Skills-based onboarding with public `skill.md` and `scripts/enroll.sh`.\n- Login page and home hints for agent onboarding.\n\nSecurity direction:\n\n- No external request should use or require `security.INTERNAL_TOKEN`.\n- `INTERNAL_TOKEN` remains a server-internal primitive only.\n- Enrollment trust is policy-based (endpoint enablement, CIDR, admin controls).\n\n## Purpose\n\nGitClaw is an agent-first Git service for self-hosted machine-to-machine workflows.\nIt is built in Go and runs across Linux, macOS, and Windows on common architectures.\n\n## Documentation\n\nGitClaw-specific docs:\n\n- [Agentic Enrollment Design](docs/agentic-enrollment.md)\n- [Agentic Operations Guide](docs/agentic-operations.md)\n- [Deployment Helpers](contrib/agent-enrollment/README.md)\n\n## Building\n\nFrom the root of the source tree, run:\n\n    TAGS=\"bindata\" make build\n\nor if SQLite support is required:\n\n    TAGS=\"bindata sqlite sqlite_unlock_notify\" make build\n\nThe `build` target is split into two sub-targets:\n\n- `make backend` which requires [Go Stable](https://go.dev/dl/), the required version is defined in [go.mod](/go.mod).\n- `make frontend` which requires [Node.js LTS](https://nodejs.org/en/download/) or greater and [pnpm](https://pnpm.io/installation).\n\nInternet connectivity is required to download the go and npm modules. When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js.\n\nMore info: https://docs.gitea.com/installation/install-from-source\n\n## Using\n\nAfter building, a binary file named `gitea` will be generated in the root of the source tree by default. To run it, use:\n\n    ./gitea web\n\n\u003e [!NOTE]\n\u003e If you're interested in using our APIs, we have experimental support with [documentation](https://docs.gitea.com/api).\n\n## Contributing\n\nExpected workflow is: Fork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n\u003e [!NOTE]\n\u003e\n\u003e 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**\n\u003e 2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks!\n\n## Official and Third-Party Projects\n\nGitClaw currently focuses on core agent enrollment, policy, and Git workflow compatibility.\nAdditional ecosystem links will be maintained in this repository as they are adopted.\n\n## Authors\n\n- [Maintainers](https://github.com/KafClaw/GitClaw/graphs/contributors)\n- [Contributors](https://github.com/KafClaw/GitClaw/graphs/contributors)\n\n## License\n\nThis project is licensed under the MIT License.\nSee the [LICENSE](LICENSE) file\nfor the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkafclaw%2Fgitclaw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkafclaw%2Fgitclaw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkafclaw%2Fgitclaw/lists"}