{"id":47307405,"url":"https://github.com/hummbl-dev/shared-hummbl-space","last_synced_at":"2026-03-17T08:49:48.369Z","repository":{"id":336680993,"uuid":"1150577279","full_name":"hummbl-dev/shared-hummbl-space","owner":"hummbl-dev","description":"shared space for all HUMMBL Agents","archived":false,"fork":false,"pushed_at":"2026-02-13T17:25:15.000Z","size":2029,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T00:47:11.927Z","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":"AUDIT_REPORT.md","citation":null,"codeowners":".github/CODEOWNERS","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-05T12:52:10.000Z","updated_at":"2026-02-13T17:25:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hummbl-dev/shared-hummbl-space","commit_stats":null,"previous_names":["hummbl-dev/shared-hummbl-space"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hummbl-dev/shared-hummbl-space","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fshared-hummbl-space","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fshared-hummbl-space/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fshared-hummbl-space/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fshared-hummbl-space/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hummbl-dev","download_url":"https://codeload.github.com/hummbl-dev/shared-hummbl-space/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hummbl-dev%2Fshared-hummbl-space/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:49:47.874Z","updated_at":"2026-03-17T08:49:48.363Z","avatar_url":"https://github.com/hummbl-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HUMMBL Shared Agent Workspace\n\nThis directory houses the canonical agent identity stack (agents, avatars, scripts, memory, and governance docs). Every local workspace should link to these files so all HUMMBL agents share the same context.\n\n## Contents\n\n- `agents/` – all individual agent directories + team playbooks\n- `avatars/` – avatar PNGs/briefs + gallery\n- `scripts/` – tooling (`lint_agents.py`, `check_avatars.py`, `link-shared-workspace.sh`, etc.)\n- `memory/` – daily + long-term memory files\n- `AGENT*.md`, `IDENTITY.md`, `USER.md`, `SOUL.md` – root identity stack for the primary agent\n\n## Linking into another workspace\n\n```bash\n# Example: link into ~/workspace/my-project\nshared-hummbl-space/scripts/link-shared-workspace.sh ~/workspace/my-project\n```\nThis creates symlinks so any agent working inside `~/workspace/my-project` reads/writes the shared files.\n\n## Lint / Health Checks\n\n```bash\ncd shared-hummbl-space\nscripts/lint_agents.py\nscripts/check_avatars.py\n```\nUse these before commits to ensure agents, avatars, and directories remain consistent.\n\n## Git Usage\n\nThe shared workspace is a git repo. Track changes normally:\n\n```bash\ncd shared-hummbl-space\ngit add agents/... avatars/... scripts/... memory/... README.md\ngit commit -m \"Update agent identities\"\n```\nPush this repo to your private remote so other machines can clone it and re-link as needed.\n\n## Local CI\nRun `npm run ci` to mirror the GitHub lint/avatar checks before pushing.\n\n## Registries\n\nSee `registries/` for machine-readable inventories:\n\n- `agents.json` – generated map of agents/teams. Each record exposes a `callsign` (directory slug usable by tooling), display `name`, `emoji`, `summary`, `status`, canonical `home`, artifact folders, and `type` (agent or team).\n- `playbooks.json` – team playbooks with member lists.\n- `tools.json` – lint/test/automation scripts with descriptions.\n- `governance.json` – policy references (HUMMBL-GOVERNOR, Flow/Balanced/Strict, PLAN).\n- `workstreams.json` – active initiatives (e.g., rollback coordinator).\n- `memory.json` – memory cadence + promotion guidelines.\n\nUse `scripts/agent_lookup.py \u003ccallsign\u003e` to inspect any entry:\n\n```bash\nscripts/agent_lookup.py axis\nscripts/agent_lookup.py octave --json\n```\n\n## Git Sync Procedure\n\nBefore committing:\n\n1. `git pull --rebase origin main`\n2. Run `npm run ci` (lint + avatar checks) and `npm run markdownlint`/`npm run cspell` (coming via package.json scripts).\n3. After the Flow-mode run log and memory updates, `git push origin main` (or feature branch if protections require).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummbl-dev%2Fshared-hummbl-space","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhummbl-dev%2Fshared-hummbl-space","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhummbl-dev%2Fshared-hummbl-space/lists"}