Skip to content

Commit a2827ed

Browse files
authored
doc: add contributing, creator for README.md
1 parent 8dae2c6 commit a2827ed

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Chat agent to HTTP API to safely, quickly and stably add, view, edit or remove d
77
Agent-to-API protocol and MVP demo: generate a simple task UI, **tune an HTTP API request until it works**, then let users change filters, sort, and paging from the UI — which directly calls HTTP API <br />
88
**without going through the LLM again, no more token cost**.
99

10-
No SQL execution path. **Sensitive writes** (default: `delete`) wait in the Admin approval queue; **other writes** auto-execute and leave an `auto_approved` audit record on the server.
10+
No SQL execution path. **Writes or sensitive reads** (default: `put`, `delete`, 'gets', 'heads') wait in the Admin approval queue.
1111

1212
![](https://github.com/user-attachments/assets/27928660-ab00-41ec-ad2a-fd318eaeacf5)
1313
![](https://github.com/user-attachments/assets/173aa5ac-84ce-40c3-9453-1d98051585b3)
@@ -115,6 +115,22 @@ npm run dev # API :3000 + Vite :5173
115115
npm run typecheck
116116
```
117117

118-
## Phase 2 (not in this MVP)
118+
## Phase 2
119119

120-
Versioned snapshots (reuse / auto-adjust / manual-adjust), local-first store, cross-device sync via APIJSON tables or file import/export — see the design plan.
120+
Cross-device sync via database tables or file import/export — see the design plan.
121+
122+
## Contributing
123+
124+
We are always looking for more developers to help implementing new features, fix bugs, etc. <br />
125+
Fork the project and send a pull request. <br />
126+
127+
## Creator
128+
129+
https://github.com/TommyLemon <br />
130+
![](https://github.com/user-attachments/assets/cef2bd45-b20d-469e-8781-1d647cf0477f)
131+
132+
If you have any questions or suggestions, you can [create an issue](https://github.com/TommyLemon/A2API/issues) or [send me an e-mail](mailto:tommylemon@qq.com).
133+
134+
### Please ⭐ Star(on the top right) this project ^_^
135+
136+
https://github.com/TommyLemon/A2API

0 commit comments

Comments
 (0)