GitClaw
A universal git-native AI agent framework
GitClaw is an open-source framework for building AI agents whose entire identity, configuration, memory, and capabilities live inside a Git repository. Instead of storing agent state in databases or application code, the framework treats a repository itself as the agent’s environment, allowing developers to version, inspect, and collaborate on agents using standard Git workflows. The system defines structured files that represent the agent’s personality, rules, configuration, and operational...