diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5d99607..630a1ac 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -31,6 +31,18 @@ "name": "chalk", "description": "GitHub Issue-backed agent session memory. Like beads but uses GitHub Issues as the storage backend.", "source": "./plugins/chalk" + }, + { + "name": "glance", + "description": "Pipe long command output through glance for token-efficient summaries instead of reading all tokens.", + "source": { + "source": "github", + "repo": "juxt/glance", + "sha": "1e485e9f250b020efabf69cbf4c8199429e841a1" + }, + "skills": [ + "./skills/glance" + ] } ] } diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000