{"id":36712473,"url":"https://github.com/juancruzrossi/atlas","last_synced_at":"2026-02-04T13:34:50.746Z","repository":{"id":332656935,"uuid":"1131251687","full_name":"juancruzrossi/atlas","owner":"juancruzrossi","description":"Autonomous Task Loop Agent System — An agent that lives in your backlog. Run atlas, walk away, and let it ship features while you sleep, eat, or touch grass.","archived":false,"fork":false,"pushed_at":"2026-01-20T03:17:23.000Z","size":166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T06:40:32.299Z","etag":null,"topics":["ai-agent","bash","claude-code","developer-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/juancruzrossi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-09T17:48:37.000Z","updated_at":"2026-01-20T03:17:17.000Z","dependencies_parsed_at":"2026-01-17T13:09:56.431Z","dependency_job_id":null,"html_url":"https://github.com/juancruzrossi/atlas","commit_stats":null,"previous_names":["juancruzrossi/atlas"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/juancruzrossi/atlas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancruzrossi%2Fatlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancruzrossi%2Fatlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancruzrossi%2Fatlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancruzrossi%2Fatlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juancruzrossi","download_url":"https://codeload.github.com/juancruzrossi/atlas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancruzrossi%2Fatlas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28681052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T04:33:33.518Z","status":"ssl_error","status_checked_at":"2026-01-23T04:33:30.433Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai-agent","bash","claude-code","developer-tools"],"created_at":"2026-01-12T11:50:09.648Z","updated_at":"2026-01-23T05:39:08.934Z","avatar_url":"https://github.com/juancruzrossi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eATLAS\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\u003cstrong\u003eAutonomous Task Loop Agent System\u003c/strong\u003e\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cem\u003eLet Claude Code work through your backlog while you focus on what matters\u003c/em\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#quick-start\"\u003eQuick Start\u003c/a\u003e •\n  \u003ca href=\"#commands\"\u003eCommands\u003c/a\u003e •\n  \u003ca href=\"#how-it-works\"\u003eHow It Works\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## What is Atlas?\n\nAtlas is an **A**utonomous **T**ask **L**oop **A**gent **S**ystem that processes tasks from a markdown backlog using [Claude Code](https://docs.anthropic.com/en/docs/claude-code). You define what needs to be done, Atlas handles everything else: branches, code, quality checks, PRs, and merges.\n\n---\n\n## Installation\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/juancruzrossi/atlas/main/install.sh | bash\n```\n\n### Requirements\n\n- [Claude Code](https://docs.anthropic.com/en/docs/claude-code)\n- Git (optional - enables branches, PRs, and commits)\n\n---\n\n## Quick Start\n\n```bash\ncd your-project\natlas init\n\n# Edit .atlas/backlog.md with your tasks\n\natlas\n```\n\n---\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `atlas init` | Initialize `.atlas/` in current project |\n| `atlas plan \"...\"` | Interactive feature planning (interview → spec → tasks) |\n| `atlas [N]` | Run N iterations autonomously (default: 25) |\n| `atlas update` | Update Atlas from GitHub (preserves your project data) |\n| `atlas help` | Show help |\n\n---\n\n## Planning Mode\n\nFor complex features, use `atlas plan` to interview and decompose before autonomous execution:\n\n```bash\natlas plan \"add user authentication with JWT\"\n# → Interactive interview about requirements\n# → Generates spec in .atlas/specs/\n# → Creates tasks in backlog with **Spec:** field\n\natlas 5\n# → Executes 5 tasks autonomously (no human intervention)\n# → Each task reads the full spec for context (integral view)\n```\n\n---\n\n## Configuration (optional)\n\nOverride defaults with `ATLAS_` environment variables:\n\n```bash\nexport ATLAS_MAX_ITERATIONS=25      # Max iterations per run\nexport ATLAS_TIMEOUT=1200           # Timeout per iteration (seconds)\nexport ATLAS_STALE_SECONDS=7200     # Reset stuck tasks (seconds, 0 to disable)\nexport ATLAS_DEFAULT_BRANCH=main    # Override auto-detected default branch\nexport ATLAS_NOTIFY_TELEGRAM=true   # Enable Telegram notifications\nexport ATLAS_TELEGRAM_BOT=\"token\"   # Telegram bot token\nexport ATLAS_TELEGRAM_CHAT=\"id\"     # Telegram chat ID\n```\n\n---\n\n## How It Works\n\n```\nfor each iteration:\n    1. Resume task in IN_PROGRESS, or pick first from TODO\n    2. [git] Create branch from integration: [type]/[TASK_ID]-[description]\n    3. Move to IN_PROGRESS [git: + commit]\n    4. Implement task\n    5. Run quality gates (from CLAUDE.md)\n    6. [git] Create PR → merge (squash) to integration branch\n    7. Move to DONE [git: + commit]\n    8. Write to progress.txt and guardrails.md\n    9. If error → log to errors.log, move back to TODO\n   10. If no tasks → exit loop\n```\n\n**Modes:**\n- **Git mode** (default): Creates integration branch, PRs merge there, human reviews before main\n- **Local mode**: Works without git - changes stay in working directory\n\n**Features:**\n- Context files pre-loaded (backlog, guardrails, progress, CLAUDE.md)\n- Commits state changes immediately (crash recovery) [git mode]\n- Stale tasks auto-reset to TODO after timeout\n\n---\n\n## Backlog Format\n\n```markdown\n## TODO\n### HIGH-001: Task title\n- **Category:** feature\n- **Description:** What needs to be done\n\n## IN_PROGRESS\n\n## DONE\n### HIGH-000: Completed task ✓\n- **Completed:** 2026-01-15\n- **PR:** #1\n\n## DELAYED\n### LOW-001: Blocked task\n- **Reason:** Why it's blocked\n```\n\n---\n\n## Project Structure\n\nAfter `atlas init`:\n\n```\nyour-project/\n├── CLAUDE.md              # Project rules + quality gates (you create this)\n└── .atlas/\n    ├── backlog.md         # Task list\n    ├── progress.txt       # Learnings from completed tasks\n    ├── guardrails.md      # Rules from past errors\n    ├── errors.log         # Failure log\n    ├── activity.log       # Run history\n    ├── specs/             # Feature specs (from atlas plan)\n    └── runs/              # Iteration logs\n```\n\n---\n\n## Quality Gates\n\nDefine in your project's `CLAUDE.md`:\n\n```markdown\n## Quality Gates\n- `npm run build` must pass\n- `npm test` must pass\n```\n\nAtlas reads CLAUDE.md before each task.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancruzrossi%2Fatlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuancruzrossi%2Fatlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancruzrossi%2Fatlas/lists"}