{"id":50170272,"url":"https://github.com/renseiai/donmai","last_synced_at":"2026-06-07T07:01:08.932Z","repository":{"id":349519855,"uuid":"1187732150","full_name":"RenseiAI/donmai","owner":"RenseiAI","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-01T16:50:07.000Z","size":2090,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T18:22:34.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RenseiAI.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-21T04:45:32.000Z","updated_at":"2026-06-01T16:51:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/RenseiAI/donmai","commit_stats":null,"previous_names":["renseiai/agentfactory-tui","renseiai/donmai"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/RenseiAI/donmai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenseiAI%2Fdonmai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenseiAI%2Fdonmai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenseiAI%2Fdonmai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenseiAI%2Fdonmai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenseiAI","download_url":"https://codeload.github.com/RenseiAI/donmai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenseiAI%2Fdonmai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34011812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-24T23:04:42.484Z","updated_at":"2026-06-07T07:01:08.926Z","avatar_url":"https://github.com/RenseiAI.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# donmai\n\n\u003e **Status: alpha.** APIs and command flags are stabilising. See [CHANGELOG.md](./CHANGELOG.md) for the change log and [RELEASING.md](./RELEASING.md) for the release process.\n\n`donmai` is the open-source CLI and terminal dashboard for Rensei agent fleets. It is the single binary for every OSS operator task: running the three-process stack locally, managing agents and sessions, querying issue trackers, and inspecting fleet health.\n\n**Binary**: `donmai`\n**Module**: `github.com/RenseiAI/donmai`\n\n---\n\n## Contents\n\n- [Install](#install)\n- [Quick start](#quick-start)\n- [Credentials in standalone mode (no daemon, no platform)](#credentials-in-standalone-mode-no-daemon-no-platform)\n- [Three-process model](#three-process-model)\n- [Command catalog](#command-catalog)\n  - [donmai status](#donmai-status)\n  - [donmai agent](#donmai-agent)\n  - [donmai session](#donmai-session)\n  - [donmai daemon](#donmai-daemon)\n  - [donmai governor](#donmai-governor)\n  - [donmai worker and donmai fleet](#donmai-worker-and-donmai-fleet)\n  - [donmai orchestrator](#donmai-orchestrator)\n  - [donmai logs](#donmai-logs)\n  - [donmai linear](#donmai-linear)\n  - [donmai github](#donmai-github)\n  - [donmai code](#donmai-code)\n  - [donmai arch](#donmai-arch)\n  - [donmai admin](#donmai-admin)\n- [Migration from the legacy TypeScript CLI](#migration-from-the-legacy-typescript-cli)\n- [Development](#development)\n- [Architecture](#architecture)\n- [Contribution and license](#contribution-and-license)\n\n---\n\n## Install\n\n### Homebrew (macOS / Linux, recommended)\n\n```bash\nbrew install RenseiAI/homebrew-tap/donmai\n```\n\n### go install (requires Go 1.25+)\n\n```bash\ngo install github.com/RenseiAI/donmai/cmd/donmai@latest\n```\n\n### GitHub release download\n\nPre-built binaries for macOS (arm64, amd64) and Linux (arm64, amd64) are\nattached to every release on the\n[releases page](https://github.com/RenseiAI/donmai/releases).\n\nExample for macOS arm64 (replace `0.9.4` with the version you want):\n\n```bash\ncurl -fsSL https://github.com/RenseiAI/donmai/releases/download/v0.9.4/donmai_0.9.4_darwin_arm64.tar.gz \\\n  | tar -xz -C /usr/local/bin donmai\n```\n\n### Build from source\n\n```bash\ngit clone https://github.com/RenseiAI/donmai\ncd donmai\nmake build        # produces bin/donmai\n```\n\n---\n\n## Quick start\n\n```bash\n# 1. Authenticate with Linear (set your API key)\nexport LINEAR_API_KEY=lin_api_...\n\n# 2. Start the local daemon (persists across reboots via launchd / systemd)\ndonmai daemon install\ndonmai daemon status\n\n# 3. Pick up Linear backlog issues and dispatch agents\ndonmai orchestrator --project MyProject\n\n# 4. Watch fleet activity\ndonmai status\ndonmai agent list\n\n# 5. Tail logs from the log analyzer\ndonmai logs analyze --input ~/.rensei/logs/agent.log\n```\n\n---\n\n## Credentials in standalone mode (no daemon, no platform)\n\nWhen you run `donmai` outside of rensei-tui (standalone OSS mode), agents\ninherit credentials from the donmai process. There are two sources, in\nthis order:\n\n  1. Existing environment variables in the donmai process\n  2. .env.local at the root of the working directory\n\nThe first source that defines a variable wins. .env.local is read once\nat donmai startup and never copied into worktrees.\n\nSome variables (the daemon's own auth tokens) are blocked from forwarding\nregardless of source; see internal/credentials/blocklist.go.\n\nIf you want secrets sourced from 1Password instead of a flat file, see\nthe optional `op` CLI integration (run `donmai creds setup` for the\nwalkthrough).\n\n---\n\n## Three-process model\n\n`donmai` manages three cooperating processes on your local machine. Each has a\ndistinct role; together they form the complete OSS execution pipeline.\n\n```\n┌──────────────────────────────────────────────────────────────────┐\n│                        your machine                              │\n│                                                                  │\n│  ┌─────────────────┐    ┌─────────────────┐   ┌──────────────┐  │\n│  │   orchestrator  │───▶│    governor     │──▶│   worker(s)  │  │\n│  │  (donmai orche- │    │  (donmai govr.) │   │ (donmai wkr) │  │\n│  │   ator)         │    │                 │   │              │  │\n│  └─────────────────┘    └─────────────────┘   └──────────────┘  │\n│           │                      │                    │          │\n│     Linear API             Redis queue         coordinator HTTP  │\n└──────────────────────────────────────────────────────────────────┘\n```\n\n### Orchestrator (`donmai orchestrator`)\n\nQueries the Linear backlog, selects issues that satisfy the configured\nproject/work-type filters, and dispatches agent tasks into the Redis work queue.\nIt does not run agents itself — it schedules them. OSS users run the orchestrator\non demand or via a cron job. SaaS users replace it with the platform's webhook-\ndriven control plane.\n\n### Governor (`donmai governor`)\n\nLong-running scan loop. Watches the Redis queue for pending work, enforces\nconcurrency limits, and starts workers to consume each item. The governor is\nthe process that keeps workers running; it is the OSS equivalent of the SaaS\ncoordinator service.\n\n### Worker (`donmai worker`)\n\nAn agent process. Registers with the coordinator over HTTP, polls for work,\nexecutes the assigned session (calling the LLM runtime: Claude, Codex, etc.),\nand reports results back. Multiple workers can run in parallel; the governor\ncontrols the ceiling.\n\n### Daemon (`donmai daemon`)\n\nThe local daemon (`rensei-daemon` subprocess) is the persistent service that\nties the three processes together. It installs as a system service (launchd on\nmacOS, systemd on Linux), survives reboots, manages the workarea pool, and\nhandles auto-updates with drain semantics. For the full daemon operations manual\nsee [011-local-daemon-fleet.md](https://github.com/RenseiAI/donmai-architecture/blob/main/011-local-daemon-fleet.md).\n\n---\n\n## Command catalog\n\nAll commands output JSON when `--json` is passed. Destructive commands require\ninteractive confirmation unless `--yes` is provided.\n\n### `donmai status`\n\nPrint a fleet-wide status snapshot.\n\n```bash\ndonmai status\ndonmai status --json\n```\n\n### `donmai agent`\n\nInspect and control individual agent sessions.\n\n```bash\ndonmai agent list [--all] [--json] [--sandbox \u003cid\u003e]\ndonmai agent status \u003csession-id\u003e\ndonmai agent stop \u003csession-id\u003e\ndonmai agent chat \u003csession-id\u003e          # forward a prompt to a running agent\ndonmai agent reconnect \u003csession-id\u003e     # re-attach to a detached session\n```\n\n### `donmai session`\n\nLow-level session management (lifecycle, streaming output).\n\n```bash\ndonmai session list [--status \u003cstatus\u003e] [--limit \u003cn\u003e]\ndonmai session inspect \u003csession-id\u003e\ndonmai session stream \u003csession-id\u003e      # tail activity stream\ndonmai session restore-workarea \u003csession-id\u003e --to \u003cdir\u003e\n```\n\n### `donmai daemon`\n\nStart and manage the local daemon. The daemon installs as a launchd agent\n(macOS) or systemd user unit (Linux) and manages the workarea pool, auto-\nupdates, and session lifecycle.\n\n```bash\ndonmai daemon install [--user | --system]   # write and load the system service\ndonmai daemon uninstall                     # remove the system service\ndonmai daemon status                        # running / stopped / draining\ndonmai daemon start\ndonmai daemon stop\ndonmai daemon restart\ndonmai daemon pause                         # stop accepting new work\ndonmai daemon resume\ndonmai daemon drain                         # wait for in-flight sessions, then stop\ndonmai daemon update                        # force-pull latest release\ndonmai daemon doctor                        # health check: config, credentials, disk\ndonmai daemon logs [--follow]              # tail daemon log (NDJSON / pretty)\ndonmai daemon stats [--pool]               # capacity, sessions, pool state\ndonmai daemon setup                        # first-run interactive wizard\ndonmai daemon set \u003ckey\u003e \u003cvalue\u003e            # mutate a single config key\ndonmai daemon evict --repo \u003crepo\u003e [--older-than \u003cduration\u003e]\n```\n\nSupported capacity keys:\n\n```bash\ndonmai daemon set capacity.maxConcurrentSessions \u003csessions\u003e\ndonmai daemon set capacity.poolMaxDiskGb \u003cgb\u003e\n```\n\nEnvironment: `RENSEI_DAEMON_TOKEN` (optional — `donmai daemon install` provisions\nthis automatically when `~/.config/rensei/config.json` contains a platform key).\n\n### `donmai governor`\n\nStart, stop, and query the governor scan loop.\n\n```bash\ndonmai governor start [--max \u003cn\u003e] [--interval \u003cseconds\u003e]\ndonmai governor stop\ndonmai governor status\n```\n\n### `donmai worker` and `donmai fleet`\n\nLegacy local process-manager commands for standalone OSS debugging. `donmai daemon`\nis the primary host lifecycle surface for normal operation, while these commands\nremain available in the `donmai` binary for users who need the older foreground\nworker host or PID-file fleet flow.\n\n```bash\ndonmai worker start [--base-url \u003curl\u003e] [--provisioning-token \u003ctoken\u003e]\ndonmai fleet start --count \u003cn\u003e\ndonmai fleet status\ndonmai fleet stop\ndonmai fleet scale --count \u003cn\u003e\n```\n\n### `donmai orchestrator`\n\nLocal orchestrator for OSS users. Queries the Linear backlog and dispatches\nagent tasks.\n\n```bash\ndonmai orchestrator --project \u003cname\u003e            # dispatch from a Linear project\ndonmai orchestrator --single \u003cissue-id\u003e         # process one specific issue\ndonmai orchestrator --project \u003cname\u003e --dry-run  # preview without dispatching\ndonmai orchestrator --project \u003cname\u003e --max 5    # cap concurrent dispatches\ndonmai orchestrator --project \u003cname\u003e --repo github.com/org/repo\ndonmai orchestrator --project \u003cname\u003e --templates .donmai/templates\n```\n\n**Environment**: `LINEAR_API_KEY` required.\n\n### `donmai logs`\n\nAgent log analysis — detect failure patterns and optionally file Linear issues.\n\n```bash\ndonmai logs analyze --input /path/to/agent.log\ncat agent.log | donmai logs analyze\ndonmai logs analyze --input agent.log --dry-run\ndonmai logs analyze --input agent.log --json\ndonmai logs analyze --input agent.log --team Engineering --project Agent\ndonmai logs analyze --input agent.log --config ~/.config/af/log-signatures.yaml\n```\n\nThe built-in signature catalog covers: tool misuse, sandbox permission errors,\napproval-required blocks, rate-limit hits, and environment failures. Override or\nextend via a YAML catalog at `~/.config/af/log-signatures.yaml`.\n\n**Environment**: `LINEAR_API_KEY` required for issue creation (omit with `--dry-run`).\n\n### `donmai linear`\n\nLinear issue-tracker operations (mirrors the legacy `pnpm af-linear` scripts).\nAll subcommands output JSON.\n\n```bash\ndonmai linear get-issue \u003cid\u003e\ndonmai linear create-issue --title \"...\" --team \"...\"\ndonmai linear update-issue \u003cid\u003e [--state \"...\"]\ndonmai linear list-issues [--project \"...\"] [--status \"...\"]\ndonmai linear create-comment \u003cissue-id\u003e --body \"...\"\ndonmai linear list-comments \u003cissue-id\u003e\ndonmai linear add-relation \u003cissue-id\u003e \u003crelated-id\u003e --type \u003crelated|blocks|duplicate\u003e\ndonmai linear list-relations \u003cissue-id\u003e\ndonmai linear remove-relation \u003crelation-id\u003e\ndonmai linear list-sub-issues \u003cparent-id\u003e\ndonmai linear list-sub-issue-statuses \u003cparent-id\u003e\ndonmai linear update-sub-issue \u003cid\u003e [--state \"...\"] [--comment \"...\"]\ndonmai linear check-blocked \u003cissue-id\u003e\ndonmai linear list-backlog-issues --project \"...\"\ndonmai linear list-unblocked-backlog --project \"...\"\ndonmai linear create-blocker \u003csource-issue-id\u003e --title \"...\"\n```\n\n**Authentication**: set `LINEAR_API_KEY` (or `LINEAR_ACCESS_TOKEN`).\n\n### `donmai github`\n\nGitHub Issues operations. Mirrors the `donmai linear` surface adapted to GitHub\nIssues vocabulary. All subcommands output JSON.\n\n```bash\ndonmai github get-issue     --repo owner/repo --number 42\ndonmai github create-issue  --repo owner/repo --title \"Bug: ...\" [--body \"...\"] [--labels \"bug,enhancement\"] [--assignees \"alice\"]\ndonmai github update-issue  --repo owner/repo --number 42 [--title \"...\"] [--state open|closed]\ndonmai github list-issues   --repo owner/repo [--state open|closed|all] [--labels \"...\"] [--assignee \"alice\"] [--limit 50]\ndonmai github list-comments --repo owner/repo --number 42\ndonmai github create-comment --repo owner/repo --number 42 --body \"...\" [--body-file /path]\ndonmai github add-labels    --repo owner/repo --number 42 --labels \"bug,priority:high\"\ndonmai github set-assignees --repo owner/repo --number 42 --assignees \"alice,bob\"\ndonmai github close-issue   --repo owner/repo --number 42 [--comment \"Resolved in v2.0\"]\ndonmai github reopen-issue  --repo owner/repo --number 42 [--comment \"Reopening for follow-up\"]\ndonmai github list-labels   --repo owner/repo\ndonmai github get-repo      --repo owner/repo\n```\n\n**Owner/repo shorthand**: `--repo owner/repo` sets both owner and repo.\n`--owner` and `--repo` also read `GITHUB_OWNER` / `GITHUB_REPO` env vars.\n\n**Authentication**: set `GITHUB_TOKEN` (personal access token, fine-grained\ntoken, or GitHub App installation token). When running under a platform login\nsession, GitHub calls are proxied through the platform's connected GitHub App\ninstallation credential instead.\n\n### `donmai code`\n\nCode intelligence commands (repo map, symbol search, BM25 + vector hybrid\nsearch).\n\n```bash\ndonmai code search \u003cquery\u003e\ndonmai code map [--depth \u003cn\u003e]\ndonmai code symbols \u003cfile\u003e\n```\n\n### `donmai arch`\n\nArchitecture reference commands. Browse, show, and synthesize the\n`donmai-architecture` corpus.\n\n```bash\ndonmai arch list\ndonmai arch show \u003cdoc-id\u003e                    # e.g. donmai arch show 001\ndonmai arch browse                           # interactive TUI browser\ndonmai arch synthesize --topic \u003ctopic\u003e\ndonmai arch assess --topic \u003ctopic\u003e           # gap/consistency assessment\n```\n\n### `donmai admin`\n\nOperational admin commands for cleanup, queue inspection, and merge-queue\nmanagement. All subcommands output JSON. Destructive operations require\ninteractive confirmation unless `--yes` is passed.\n\n**Environment**: `REDIS_URL` must be set for `queue` and `merge-queue` subcommands.\n\n---\n\n#### `donmai admin cleanup`\n\nPrune orphaned git worktrees and stale local branches. Mirrors the TypeScript\n`af-cleanup` + `af-cleanup-sub-issues` scripts.\n\n```bash\ndonmai admin cleanup [flags]\n\nFlags:\n  --dry-run          Show what would be cleaned without removing\n  --force            Force removal (includes branches with gone remotes)\n  --path \u003cdir\u003e       Custom worktrees directory (default: ../\u003crepoName\u003e.wt)\n  --skip-worktrees   Skip worktree cleanup\n  --skip-branches    Skip branch cleanup\n  --yes              Skip confirmation prompt\n```\n\nExample output:\n```json\n{\n  \"dryRun\": false,\n  \"worktrees\": {\n    \"scanned\": 12,\n    \"orphaned\": 3,\n    \"cleaned\": 3,\n    \"skipped\": 0,\n    \"errors\": []\n  },\n  \"branches\": {\n    \"scanned\": 5,\n    \"deleted\": 5,\n    \"errors\": []\n  }\n}\n```\n\n---\n\n#### `donmai admin queue`\n\nInspect and mutate the Redis work queue.\n\n```bash\ndonmai admin queue list\ndonmai admin queue peek\ndonmai admin queue requeue \u003csession-id\u003e [--yes]\ndonmai admin queue drop \u003csession-id\u003e [--yes]\n```\n\n- **list** — returns all work items, sessions, and registered workers as JSON\n- **peek** — shows the next item in the queue without removing it\n- **requeue** — resets a session from `running`/`claimed` back to `pending` (destructive)\n- **drop** — permanently removes a session and its queue/claim entries (destructive)\n\nExample: `donmai admin queue list`:\n```json\n{\n  \"items\": [\n    {\n      \"sessionId\": \"sess-abc123\",\n      \"issueIdentifier\": \"REN-42\",\n      \"workType\": \"development\",\n      \"priority\": 2,\n      \"queuedAt\": 1714000000000\n    }\n  ],\n  \"sessions\": [...],\n  \"workers\": [...]\n}\n```\n\n---\n\n#### `donmai admin merge-queue`\n\nInspect and mutate the Redis merge queue.\n\n```bash\ndonmai admin merge-queue list [--repo \u003crepoId\u003e]\ndonmai admin merge-queue dequeue \u003cpr-number\u003e [--repo \u003crepoId\u003e] [--yes]\ndonmai admin merge-queue force-merge \u003cpr-number\u003e [--repo \u003crepoId\u003e] [--yes]\n```\n\n- **list** — returns all queued, failed, and blocked PRs for the repo\n- **dequeue** — permanently removes a PR from the merge queue (destructive)\n- **force-merge** — moves a failed/blocked PR back to the head of the queue (destructive)\n\nThe `--repo` flag defaults to `\"default\"`.\n\nExample: `donmai admin merge-queue list --repo my-org/my-repo`:\n```json\n{\n  \"repoId\": \"my-org/my-repo\",\n  \"depth\": 2,\n  \"entries\": [\n    {\n      \"repoId\": \"my-org/my-repo\",\n      \"prNumber\": 42,\n      \"sourceBranch\": \"feature/foo\",\n      \"priority\": 1,\n      \"enqueuedAt\": 1714000000000,\n      \"status\": \"queued\"\n    },\n    {\n      \"repoId\": \"my-org/my-repo\",\n      \"prNumber\": 7,\n      \"sourceBranch\": \"feature/bar\",\n      \"status\": \"failed\",\n      \"failureReason\": \"merge conflict\"\n    }\n  ]\n}\n```\n\n---\n\n## Migration from the legacy TypeScript CLI\n\nIf you are moving from the previous TypeScript-based `pnpm af-*` scripts, see\n[migration-from-legacy-cli.md](https://github.com/RenseiAI/donmai-libraries/blob/main/docs/migration-from-legacy-cli.md)\n(REN-1365 in flight).\n\n---\n\n## Development\n\n```bash\nmake build      # Build donmai binary  →  bin/donmai\nmake test       # go test -race ./...\nmake lint       # golangci-lint run\nmake fmt        # gofumpt -w .\nmake vuln       # govulncheck ./...\nmake coverage   # Test with coverage report\nmake run-mock        # Run TUI dashboard with mock data\nmake run-status-mock # Run status with mock data\n```\n\n---\n\n## Architecture\n\nThe public library surface (`afclient`, `afcli`, `worker`) is designed to be\nimported by downstream consumers. Embedders use `afcli.RegisterCommands` and\nextend the generic OSS command set with their own subcommands. The standalone\n`donmai` binary opts into legacy worker/fleet process-manager commands; embedders\nthat want the daemon-only lifecycle surface can leave those commands disabled.\n\nSee `AGENTS.md` for the full package layout and contributor guide. The\nauthoritative architecture corpus lives in\n[donmai-architecture](https://github.com/RenseiAI/donmai-architecture) —\nparticularly:\n- `001-layered-execution-model.md` — layered execution model and OSS contracts\n- `011-local-daemon-fleet.md` — local daemon operations manual\n- `013-orchestrator-and-governor.md` — orchestrator, governor, worker, dispatch loop\n- `014-tui-operator-surfaces.md` — TUI display primitives and dual-surface discipline\n\n---\n\n## Contribution and license\n\nContributions welcome. Please open an issue or PR; follow the conventions in\n`AGENTS.md`. The project uses the MIT license — see `LICENSE`.\n\nSee [CHANGELOG.md](./CHANGELOG.md) and [RELEASING.md](./RELEASING.md)\nfor the change history and release process.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenseiai%2Fdonmai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenseiai%2Fdonmai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenseiai%2Fdonmai/lists"}