nandi/oripublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

biome.json · 14 lines · 223 BJSON Blame HistoryRaw
✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS 2434cc7 k33g yesterday1{
2 "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3 "overrides": [
4 {
5 "include": [".vscode/**"],
6 "json": {
7 "parser": {
8 "allowComments": true,
9 "allowTrailingCommas": true
10 }
11 }
12 }
13 ]
14}