docs(readme): add readme and publish config
This commit is contained in:
parent
1197d85fdc
commit
8dc9c96606
28
README.md
Normal file
28
README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# AgentHub
|
||||||
|
|
||||||
|
Local coordination layer for AI coding agents.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx agenthub init
|
||||||
|
```
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
```bash
|
||||||
|
agenthub init
|
||||||
|
agenthub task create --title "Implement DNS cache" --role implementer
|
||||||
|
agenthub handoff create --fromRole architect --toRole implementer
|
||||||
|
agenthub status --update
|
||||||
|
```
|
||||||
|
|
||||||
|
## Supported Agents
|
||||||
|
|
||||||
|
- Claude Code
|
||||||
|
- Codex CLI
|
||||||
|
- Kimi Code CLI
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT
|
||||||
@ -3,6 +3,9 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Local coordination layer for AI coding agents",
|
"description": "Local coordination layer for AI coding agents",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"main": "./dist/index.js",
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"files": ["dist", "bin"],
|
||||||
"bin": {
|
"bin": {
|
||||||
"agenthub": "./bin/agenthub.js"
|
"agenthub": "./bin/agenthub.js"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user