Skip to content

Commit 1e485e9

Browse files
Akeboshiwindclaudehappy-otter
committed
update repo references from akeboshiwind to juxt
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent fc74838 commit 1e485e9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "glance",
33
"version": "0.1.0",
44
"description": "Pipe long command output through glance for token-efficient summaries",
5-
"author": { "name": "akeboshiwind" },
6-
"repository": "https://github.com/akeboshiwind/glance",
5+
"author": { "name": "juxt" },
6+
"repository": "https://github.com/juxt/glance",
77
"license": "MIT"
88
}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
--set-version-var main.version \
3030
--readme README.md \
3131
--description "Command output summariser with filters, built for LLMs" \
32-
--author "akeboshiwind" \
32+
--author "juxt" \
3333
--license MIT \
34-
--url https://github.com/akeboshiwind/glance
34+
--url https://github.com/juxt/glance
3535
3636
- uses: actions/upload-artifact@v4
3737
with:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# glance — LLM-optimized output summarizer
22

33
[![PyPI](https://img.shields.io/pypi/v/glancecli?label=pypi)](https://pypi.org/project/glancecli/)
4-
[![Go tests](https://github.com/Akeboshiwind/glance/actions/workflows/test.yml/badge.svg)](https://github.com/Akeboshiwind/glance/actions/workflows/test.yml)
4+
[![Go tests](https://github.com/juxt/glance/actions/workflows/test.yml/badge.svg)](https://github.com/juxt/glance/actions/workflows/test.yml)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
66

77
LLMs read every token of command output with equal attention, unlike humans who skim head/tail and scan for patterns. `glance` gives LLMs a human-like "skim" — pipe output in, get a token-efficient summary with head/tail + regex-matched lines, plus an ID to drill deeper.
@@ -16,12 +16,12 @@ uv tool install glancecli
1616
uvx --from glancecli glance
1717

1818
# Or with Go
19-
go install github.com/akeboshiwind/glance@latest
19+
go install github.com/juxt/glance@latest
2020
```
2121

2222
Claude Code plugin:
2323
```
24-
/plugin marketplace add akeboshiwind/glance
24+
/plugin marketplace add juxt/glance
2525
/plugin install glance
2626
```
2727

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/akeboshiwind/glance
1+
module github.com/juxt/glance
22

33
go 1.25.0

0 commit comments

Comments
 (0)