Skip to content

[ImgBot] Optimize images#1

Closed
imgbot[bot] wants to merge 5 commits into
mainfrom
imgbot
Closed

[ImgBot] Optimize images#1
imgbot[bot] wants to merge 5 commits into
mainfrom
imgbot

Conversation

@imgbot
Copy link
Copy Markdown

@imgbot imgbot Bot commented May 13, 2026

Beep boop. Your images are optimized!

Your image file size has been reduced by 13% 🎉

Details
File Before After Percent reduction
/assets/logo.jpg 457.99kb 400.37kb 12.58%

📝 docs | :octocat: repo | 🙋🏾 issues | 🏪 marketplace

~Imgbot - Part of Optimole family

woosal1337 and others added 5 commits May 13, 2026 12:02
Read-only inventory tool that scans Claude Code, Claude Desktop, Codex,
and Cursor for installed plugins, skills, MCPs, agents, commands, hooks,
extensions, and marketplaces. Renders box tables, JSON, or compact
versions-only output.

- Scanners for: ~/.claude (plugins, skills, MCPs, agents, commands, hooks,
  plugin-bundled), ~/Library/Application Support/Claude (desktop MCP +
  DXT extensions), ~/.codex (plugins, marketplaces, skills, hooks),
  ~/.cursor (mcp, hooks), $PWD overlays (.mcp.json, CLAUDE.md, AGENTS.md)
- Version resolution: manifest -> path segment -> marketplace lock
- Plugin cache walk uses installed_plugins.json as source of truth to
  avoid scanning stale versions
- Bun build to a single 47 KB node-compatible CLI
- Tests, typecheck, CI
The previous table renderer measured cell width with a regex that did
not actually match ANSI escape sequences (missing the ESC prefix), and
counted characters instead of terminal columns. With colored output on,
the invisible escape bytes inflated the measured length and forced
value.slice() into the middle of an escape, leaking styles. CJK
descriptions then pushed rows past the terminal width, wrapping the
trailing border onto a new line and making rows look like they were
missing borders.

- New src/util/width.ts: stripAnsi using the actual ESC[...m pattern,
  charWidth treating CJK + emoji as 2 columns, displayWidth, an
  ANSI-safe truncate that never produces an orphaned escape, and a
  display-width-aware pad.
- table renderer now delegates pad/truncate to width.ts and adapts
  column widths down when total exceeds detected terminal width.
- cli passes process.stdout.columns through to renderResult.
- package.json: name, bin, homepage, repository, bugs
- README.md: title, install/run examples
- src/cli.ts: help text, summary header, version + error prefixes
- repo renamed on GitHub, origin remote updated to woosal1337/stack
- Add brand logo at assets/logo.jpg (Gemini nano-banana-pro, three
  glowing isometric stack layers on terminal black, amber/green/cyan)
- README: hero with logo, CI/license/node badges, demo table block,
  non-goals section, links to CONTRIBUTING + SECURITY
- Add SECURITY.md describing the read-only threat model and report flow
- Add CONTRIBUTING.md with setup, code style, scanner conventions
- ci.yml: pin Bun version to 1.3.8 for reproducible builds
- .gitignore: also ignore *.tgz from bun pm pack
- package.json: normalize author to woosal@pm.me to match the verified
  email on the woosal1337 GitHub account
- GitHub topics set: claude-code, claude, mcp, codex, cursor, cli,
  developer-tools, inventory, typescript, bun
/assets/logo.jpg -- 457.99kb -> 400.37kb (12.58%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants