{"id":49596804,"url":"https://github.com/smart-ai-memory/attune-gui-plugin","last_synced_at":"2026-05-04T05:01:44.514Z","repository":{"id":355330823,"uuid":"1227679080","full_name":"Smart-AI-Memory/attune-gui-plugin","owner":"Smart-AI-Memory","description":"Claude Code plugin that launches the attune-gui dashboard in the Cowork preview pane","archived":false,"fork":false,"pushed_at":"2026-05-03T03:11:09.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-03T04:27:08.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Smart-AI-Memory.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-05-03T02:33:35.000Z","updated_at":"2026-05-03T03:11:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Smart-AI-Memory/attune-gui-plugin","commit_stats":null,"previous_names":["smart-ai-memory/attune-gui-plugin"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Smart-AI-Memory/attune-gui-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smart-AI-Memory%2Fattune-gui-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smart-AI-Memory%2Fattune-gui-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smart-AI-Memory%2Fattune-gui-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smart-AI-Memory%2Fattune-gui-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smart-AI-Memory","download_url":"https://codeload.github.com/Smart-AI-Memory/attune-gui-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smart-AI-Memory%2Fattune-gui-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32595202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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-05-04T05:01:39.565Z","updated_at":"2026-05-04T05:01:44.508Z","avatar_url":"https://github.com/Smart-AI-Memory.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# attune-gui Plugin\n\nA Claude Code plugin that launches the\n[attune-gui](https://github.com/Smart-AI-Memory/attune-gui) dashboard in\nthe Cowork preview pane with a single command — or hands-free when you\nask the model to \"open the dashboard\".\n\n## What you get\n\nThe dashboard's Cowork sidebar (server-rendered Jinja2, ships with the PyPI\npackage — no `npm` step):\n\n- **Health** — cross-layer version + import probe of `attune-rag`,\n  `attune-help`, `attune-author`, `attune-gui`, plus a corpus snapshot\n- **Templates** — markdown templates with mtime staleness, tags,\n  AI-generated vs. manually-pinned filter, and a per-row pin toggle\n- **Specs** — feature specs in `specs/\u003cfeature\u003e/` with phase + status\n  badges and direct links to each phase file\n- **Summaries** — inline-editable `summaries.json` with regen-overwrite warning\n- **Living Docs** — workspace editor, scan trigger, document health,\n  review queue, and RAG quality bars\n- **Commands** — run any registered attune command from a card grid\n- **Jobs** — history with per-feature progress, last-output column,\n  Cancel button, and auto-refresh\n\nThe legacy React UI is still available at `/legacy/`.\n\n## Requirements\n\n- Claude Code with Cowork (preview pane support)\n- [uv](https://docs.astral.sh/uv/) on your `PATH`\n- `attune-gui \u003e= 0.3.0` installed (`pip install attune-gui`) **or** the\n  repo cloned locally\n\n## Install\n\nAdd the marketplace source to `~/.claude/plugins/known_marketplaces.json`:\n\n```json\n\"attune-plugins\": {\n  \"source\": {\n    \"source\": \"github\",\n    \"repo\": \"Smart-AI-Memory/attune-gui-plugin\"\n  },\n  \"installLocation\": \"~/.claude/plugins/marketplaces/attune-plugins\",\n  \"lastUpdated\": \"2026-05-04T00:00:00.000Z\"\n}\n```\n\nThen install the plugin:\n\n```\n/plugin install attune-gui@attune-plugins\n```\n\n## Usage\n\nTwo ways to launch:\n\n**Slash command** — explicit:\n\n```\n/attune-gui\n```\n\n**Natural language** — the skill's trigger description picks up phrases like:\n\n```\nopen the dashboard\nshow me living docs\nlaunch the attune-gui dashboard\n```\n\nEither path runs the same logic:\n\n1. Detects your attune-gui project path (current directory or `./attune-gui/`)\n2. Writes `.claude/launch.json` with the correct `uv run` configuration (idempotent)\n3. Calls `mcp__Claude_Preview__preview_start` — Cowork starts the sidecar and\n   opens the dashboard in the preview pane\n\n## Optional environment\n\nFor `Commands` page actions that need an Anthropic key (e.g. `author.regen`,\n`author.maintain`), the sidecar auto-loads `.env` from `./`, the\nattune-gui repo root, `~/.attune-gui/`, or `~/.attune/`. Common keys:\n\n```\nANTHROPIC_API_KEY=sk-ant-…\nATTUNE_SPECS_ROOT=/path/to/your/repo/specs\nATTUNE_WORKSPACE=/path/to/your/project\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmart-ai-memory%2Fattune-gui-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmart-ai-memory%2Fattune-gui-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmart-ai-memory%2Fattune-gui-plugin/lists"}