{"id":47307449,"url":"https://github.com/hummbl-dev/claude-code-folder","last_synced_at":"2026-03-17T08:50:17.888Z","repository":{"id":336772605,"uuid":"1150987707","full_name":"hummbl-dev/claude-code-folder","owner":"hummbl-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-13T17:24:13.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T01:19:58.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/hummbl-dev.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-02-05T23:21:30.000Z","updated_at":"2026-02-13T17:24:17.000Z","dependencies_parsed_at":"2026-02-06T12:00:29.044Z","dependency_job_id":null,"html_url":"https://github.com/hummbl-dev/claude-code-folder","commit_stats":null,"previous_names":["hummbl-dev/claude-code-folder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hummbl-dev/claude-code-folder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fclaude-code-folder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fclaude-code-folder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fclaude-code-folder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fclaude-code-folder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummbl-dev","download_url":"https://codeload.github.com/hummbl-dev/claude-code-folder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fclaude-code-folder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30619228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"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":[],"created_at":"2026-03-17T08:50:17.187Z","updated_at":"2026-03-17T08:50:17.880Z","avatar_url":"https://github.com/hummbl-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-code-folder\n\n\u003e Claude 🔮 — Sage of Synthesis\n\nHome workspace for the Claude agent within the HUMMBL Agent Federation.\n\n## What This Repo Contains\n\n| Directory/File | Purpose |\n| ------------- | ------- |\n| `CLAUDE.md` | Global instructions — auto-loaded by Claude Code at session start |\n| `agents/claude/` | Identity stack (IDENTITY, USER, SOUL, AGENT, MEMORY) |\n| `agents/claude/memory/` | Session logs by date |\n| `.github/copilot-instructions.md` | VS Code Copilot context for this repo |\n| `docs/` | Research artifacts, architecture analyses, design documents |\n| `configs/` | Federation routing and configuration |\n\n## Quick Start\n\n### For Claude Code (CLI or Desktop)\n\n```bash\ncd claude-code-folder\nclaude  # CLAUDE.md auto-loads\n```\n\n### For VS Code Copilot\n\nOpen this folder in VS Code. Copilot reads `.github/copilot-instructions.md` automatically.\n\n### For Other Agents\n\nRead `CLAUDE.md` Section 4 (Federation Role) for handoff protocols and lane definitions.\n\n## Agent Federation\n\n| Agent | Emoji | Lane | Home |\n| ----- | ----- | ---- | ---- |\n| Copilot | 💭 | Thinking, planning, structure | VS Code (inline) |\n| **Claude** | **🔮** | **Research, analysis, architecture** | **this repo** |\n| Kimi | 🔧 | Execution, implementation, testing | `kimi-code-folder` |\n| Ollama | 🏠 | Local drafting, prototypes | local |\n\n## Identity Stack\n\nClaude's identity follows the HUMMBL 5-file pattern (`shared-hummbl-space` standard):\n\n```text\nagents/claude/\n├── IDENTITY.md    — Who: name, creature, vibe, emoji\n├── USER.md        — Human: Reuben's context and style\n├── SOUL.md        — Why: mission, core truths, boundaries\n├── AGENT.md       — How: operating orders, safety rules\n├── MEMORY.md      — What happened: persistent cross-session memory\n└── memory/\n    └── YYYY-MM-DD.md  — Session logs\n```\n\n## Key References\n\n| Document | Location |\n| -------- | -------- |\n| Agent Federalism Manifesto | `../kimi-code-folder/AGENT_FEDERALISM_MANIFESTO.md` |\n| Agent First Manifesto | `../kimi-code-folder/AGENT_FIRST_MANIFESTO.md` |\n| Federation Log | `../kimi-code-folder/FEDERATION_LOG.md` |\n| Agent Assignments | `../kimi-code-folder/AGENT_ASSIGNMENTS.md` |\n| Routing Taxonomy | `../kimi-code-folder/configs/federation-routing.json` |\n| Shared Identity Patterns | `../shared-hummbl-space/` |\n\n## Owner\n\n**Reuben Bowlby** — Founder/Chief Engineer, HUMMBL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummbl-dev%2Fclaude-code-folder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummbl-dev%2Fclaude-code-folder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummbl-dev%2Fclaude-code-folder/lists"}