{"id":51480313,"url":"https://github.com/paradise-runner/aicasa","last_synced_at":"2026-07-07T01:01:10.426Z","repository":{"id":363209931,"uuid":"1261355176","full_name":"paradise-runner/aicasa","owner":"paradise-runner","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-07T22:05:44.000Z","size":1173,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-08T00:09:59.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paradise-runner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-06-06T15:19:19.000Z","updated_at":"2026-06-07T22:05:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/paradise-runner/aicasa","commit_stats":null,"previous_names":["paradise-runner/aicasa"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/paradise-runner/aicasa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradise-runner%2Faicasa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradise-runner%2Faicasa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradise-runner%2Faicasa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradise-runner%2Faicasa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradise-runner","download_url":"https://codeload.github.com/paradise-runner/aicasa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradise-runner%2Faicasa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35210429,"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-07-06T02:00:07.184Z","response_time":106,"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-07-07T01:01:09.624Z","updated_at":"2026-07-07T01:01:10.422Z","avatar_url":"https://github.com/paradise-runner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aicasa\n\n`casa` creates named project workspaces under `~/.aicasa` and fills them with\nGit repositories. Its output uses a pastel blue, pink, and yellow terminal\npalette when stdout is interactive.\n\n\u003cimg width=\"200\" alt=\"casa\" src=\"logo.png\" /\u003e\n\n## Install\n\n```sh\ncargo install --path .\n```\n\nAn executable cannot change its parent terminal's working directory by\nitself. Run `casa new`, then `cd` into the printed workspace path.\n\n## Commands\n\nCreate a workspace and clone repositories using `owner/repo` GitHub\nshorthand or full Git clone URLs:\n\n```sh\ncasa new new-project paradise-runner/toast,paradise-runner/kaleidoscope\n```\n\nEach repository cloned by `casa new` gets a local branch named after the\nworkspace, created and checked out immediately after cloning.\n\nThat command ends with a `cd` hint for `~/.aicasa/new-project`.\n\nAdd repositories by naming a workspace, or omit its name while inside an\nexisting workspace managed by `casa`:\n\n```sh\ncasa add new-project paradise-runner/another-repo\ncasa add paradise-runner/another-repo\n```\n\nEach newly managed workspace stores repository metadata in `.aicasa.json`.\nInspect a workspace as JSON for scripts and integrations:\n\n```sh\ncasa inspect new-project\n```\n\n```json\n{\n  \"schema_version\": 1,\n  \"name\": \"new-project\",\n  \"path\": \"/Users/you/.aicasa/new-project\",\n  \"metadata_path\": \"/Users/you/.aicasa/new-project/.aicasa.json\",\n  \"metadata_present\": true,\n  \"repositories\": [\n    {\n      \"directory\": \"toast\",\n      \"source\": \"https://github.com/paradise-runner/toast.git\",\n      \"path\": \"/Users/you/.aicasa/new-project/toast\",\n      \"exists\": true\n    }\n  ]\n}\n```\n\nRunning `casa inspect` from within a workspace inspects the current workspace.\nFor workspaces created before metadata support, inspection reports immediate\nchild directories with `source: null` and `metadata_present: false`; adding a\nrepository then persists metadata including those discovered directories.\n\nList workspaces or move them to the macOS Trash:\n\n```sh\ncasa ls\ncasa rm new-project\n```\n\nOn non-macOS systems, `rm` uses `~/.local/share/Trash/files`. For automation\nand testing, `AICASA_ROOT` overrides `~/.aicasa` and `AICASA_TRASH_DIR`\noverrides the trash location.\n\n## Development\n\n```sh\ncargo fmt\ncargo clippy --all-targets --all-features -- -D warnings\ncargo test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadise-runner%2Faicasa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadise-runner%2Faicasa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadise-runner%2Faicasa/lists"}