{"id":30268822,"url":"https://github.com/intelligentcode-ai/intelligent-claude-code","last_synced_at":"2026-02-14T20:33:00.383Z","repository":{"id":302234210,"uuid":"1007611723","full_name":"intelligentcode-ai/intelligent-claude-code","owner":"intelligentcode-ai","description":"Make Claude Code truly intelligent and way more autonomous!","archived":false,"fork":false,"pushed_at":"2026-02-08T14:44:28.000Z","size":5641,"stargazers_count":35,"open_issues_count":3,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T16:16:52.330Z","etag":null,"topics":["ai-agent","ai-agents","ai-agents-framework","autonomous-dev","autonomous-development","claude","claude-ai","claude-code","virtual-team","virtual-teams"],"latest_commit_sha":null,"homepage":"https://intelligentcode.ai","language":"JavaScript","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/intelligentcode-ai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"docs/agents.md","dco":null,"cla":null}},"created_at":"2025-06-24T09:01:54.000Z","updated_at":"2026-02-08T14:41:50.000Z","dependencies_parsed_at":"2025-07-01T09:26:33.097Z","dependency_job_id":"331dfddf-9b57-4a75-aba2-e78b55908a2a","html_url":"https://github.com/intelligentcode-ai/intelligent-claude-code","commit_stats":null,"previous_names":["ksamaschke/intelligent-claude-code","intelligentcode-ai/intelligent-claude-code"],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/intelligentcode-ai/intelligent-claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligentcode-ai%2Fintelligent-claude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligentcode-ai%2Fintelligent-claude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligentcode-ai%2Fintelligent-claude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligentcode-ai%2Fintelligent-claude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intelligentcode-ai","download_url":"https://codeload.github.com/intelligentcode-ai/intelligent-claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intelligentcode-ai%2Fintelligent-claude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29455351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","ai-agents","ai-agents-framework","autonomous-dev","autonomous-development","claude","claude-ai","claude-code","virtual-team","virtual-teams"],"created_at":"2025-08-16T01:02:18.122Z","updated_at":"2026-02-14T20:33:00.377Z","avatar_url":"https://github.com/intelligentcode-ai.png","language":"JavaScript","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Intelligent Claude Code (Archived)\n\n\u003e ARCHIVED STATUS\n\u003e This repository is archived and will receive **NO FUTURE DEVELOPMENT**.\n\u003e It remains available for visibility and historical reference only.\n\u003e\n\u003e PROJECT CONTINUATION\n\u003e This project continues as **Intelligent-Code-Agents (ICA)**.\n\u003e Active repository: https://github.com/intelligentcode-ai/intelligent-code-agents\n\nICC (Intelligent Claude Code) is a set of skills and conventions for running a clean PR workflow with Claude Code.\n\n## What You Get\n- A small set of focused skills (roles, review, release, git/file hygiene).\n- Work tracking in `.agent/queue/`.\n- A PR review stamp (`ICC-REVIEW-RECEIPT`) that is tied to an exact commit SHA.\n- A dev-first branch flow: PRs target `dev`; releases go `dev` -\u003e `main`.\n\n## Install\n\n```bash\ngit clone https://github.com/intelligentcode-ai/intelligent-claude-code.git\ncd intelligent-claude-code\nmake install              # or .\\install.ps1 install on Windows\nmake clean-install        # force uninstall + reinstall (Linux/macOS)\n```\n\n## Using Roles (No \"@\")\n\nUse the role name as a prefix:\n\n```text\nPM: break down the story\nArchitect: review the design\nDeveloper: implement auth\nReviewer: audit for regressions\n```\n\n## Workflow At A Glance\n\nNormal change (feature/fix):\n1. Create a branch.\n2. Open a PR into `dev`.\n3. `Reviewer` reviews the PR in a clean checkout and leaves an `ICC-REVIEW-RECEIPT` comment that says **PASS** for the\n   PR's current commit SHA.\n4. Merge the PR.\n\nRelease:\n1. Open a release PR from `dev` into `main`.\n2. Bump `VERSION` (and `src/VERSION`), update `CHANGELOG.md`.\n3. `Reviewer` leaves an `ICC-REVIEW-RECEIPT` PASS on the release PR.\n4. Merge the release PR to `main`, tag `vX.Y.Z`, publish the GitHub release.\n5. Sync `main` back into `dev`.\n\nBranch flow:\n\n```text\nfeature/*  -\u003e PR -\u003e dev  -\u003e (release PR) -\u003e main\n```\n\nWhat is `ICC-REVIEW-RECEIPT`?\n- It's a PR comment that acts like a \"review stamp\".\n- It includes the PR’s exact commit (`Head-SHA`) it applies to.\n- If the code changes after the stamp (new commits), the stamp is stale and must be redone.\n\n## Configuration\n\n- `icc.config.json`: enforcement and behavior (git privacy, branch protection, paths, etc.).\n- `icc.workflow.json`: workflow automation (standing approval for merge, optional GitHub approvals gate, release automation).\n\nCommon workflow switches:\n```json\n{\n  \"medium\": { \"auto_merge\": true },\n  \"large\":  { \"auto_merge\": true },\n  \"mega\":   { \"auto_merge\": true }\n}\n```\n\nOptional: require GitHub-native approvals (in addition to ICC receipts):\n```json\n{\n  \"medium\": { \"require_github_approval\": true },\n  \"large\":  { \"require_github_approval\": true },\n  \"mega\":   { \"require_github_approval\": true }\n}\n```\n\n## Docs\n\nStart here: `docs/index.md`\n\n## License\n\nMIT (see `LICENSE`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelligentcode-ai%2Fintelligent-claude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintelligentcode-ai%2Fintelligent-claude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelligentcode-ai%2Fintelligent-claude-code/lists"}