You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: finish gitclaw->gitagent rename in README FAQ (#44)
The FAQ section (added in #35) landed after the rename branch point,
so its gitclaw references survived the squash merge of #43. Renamed
them and fixed the circular 'formerly GitAgent' note to
'GitAgent (formerly Gitclaw)'.
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -733,11 +733,11 @@ Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for g
733
733
734
734
### General
735
735
736
-
**What is Gitclaw?**
737
-
Gitclaw (formerly GitAgent) is a git-native AI agent framework where the agent IS a git repository. Identity, rules, memory, tools, and skills are all version-controlled files, enabling "agents as repos" paradigm.
736
+
**What is Gitagent?**
737
+
GitAgent (formerly Gitclaw) is a git-native AI agent framework where the agent IS a git repository. Identity, rules, memory, tools, and skills are all version-controlled files, enabling "agents as repos" paradigm.
738
738
739
-
**How does Gitclaw differ from other agent frameworks?**
740
-
Unlike frameworks that scatter configuration across application code, Gitclaw makes the agent itself a git repo:
739
+
**How does Gitagent differ from other agent frameworks?**
740
+
Unlike frameworks that scatter configuration across application code, Gitagent makes the agent itself a git repo:
741
741
- Fork an agent → inherit personality, rules, tools
742
742
- Branch → create alternate personality versions
743
743
- `git log`→ see agent's memory evolution
@@ -756,7 +756,7 @@ Your agent lives in a git repository with structured files:
756
756
### Installation & Setup
757
757
758
758
**What are the requirements?**
759
-
Node.js 18+ (or 20+ recommended), npm, and git. Install globally with `npm install -g gitclaw`.
759
+
Node.js 18+ (or 20+ recommended), npm, and git. Install globally with `npm install -g gitagent`.
Hooks are lifecycle scripts or programmatic handlers in `hooks/` directory. They trigger on agent events like tool execution, session start/end, or memory updates.
@@ -819,7 +819,7 @@ OpenTelemetry integration for observability:
819
819
- Check `agent.yaml` model configuration
820
820
821
821
**How do I debug agent behavior?**
822
-
- Use console exporter: `OTEL_TRACES_EXPORTER=console gitclaw -p "test"`
822
+
- Use console exporter: `OTEL_TRACES_EXPORTER=console gitagent -p "test"`
823
823
- Check spans in Jaeger: `docker run -p 16686:16686 -p 4318:4318 jaegertracing/all-in-one`
0 commit comments