git-stint 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
# git-stint
|
|
2
2
|
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="assets/banner.svg" alt="git-stint — Autonomous git infrastructure for multi-agent engineering" width="100%">
|
|
5
|
+
</p>
|
|
6
|
+
|
|
3
7
|
[](https://www.npmjs.com/package/git-stint)
|
|
4
|
-
[](https://github.com/rchaz/git-stint/actions)
|
|
5
9
|
[](LICENSE)
|
|
6
10
|
[](https://nodejs.org)
|
|
7
11
|
|
|
8
|
-
**Built for AI agents to multitask
|
|
12
|
+
**Built for AI agents to multitask without collisions.**
|
|
9
13
|
|
|
10
14
|
Run multiple AI coding agents in parallel — each one gets its own branch, its own worktree, and its own lifecycle. git-stint handles the branching, tracking, checkpointing, and cleanup autonomously. You focus on the work. The grunt work is managed under the hood.
|
|
11
15
|
|