mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-04-28 06:59:37 +00:00
chore: point repo URLs at getagentseal org (#97)
Add package.json repository/bugs/homepage fields. Swap hardcoded AgentSeal/codeburn URLs to getagentseal/codeburn across README, mac README, macOS menubar star banner, and the menubar installer's release-API endpoint. 301 redirects keep old URLs working, but canonical links now point at the current org. Co-authored-by: AgentSeal <hello@agentseal.org>
This commit is contained in:
parent
af3676a2b1
commit
a031c8d32d
5 changed files with 18 additions and 10 deletions
12
README.md
12
README.md
|
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://cdn.jsdelivr.net/gh/AgentSeal/codeburn@main/assets/logo.png" alt="CodeBurn" width="120" />
|
<img src="https://cdn.jsdelivr.net/gh/getagentseal/codeburn@main/assets/logo.png" alt="CodeBurn" width="120" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1 align="center">CodeBurn</h1>
|
<h1 align="center">CodeBurn</h1>
|
||||||
|
|
@ -11,12 +11,12 @@
|
||||||
<a href="https://www.npmjs.com/package/codeburn"><img src="https://img.shields.io/npm/dt/codeburn.svg" alt="total downloads" /></a>
|
<a href="https://www.npmjs.com/package/codeburn"><img src="https://img.shields.io/npm/dt/codeburn.svg" alt="total downloads" /></a>
|
||||||
<a href="https://www.npmjs.com/package/codeburn"><img src="https://img.shields.io/npm/dm/codeburn.svg" alt="monthly downloads" /></a>
|
<a href="https://www.npmjs.com/package/codeburn"><img src="https://img.shields.io/npm/dm/codeburn.svg" alt="monthly downloads" /></a>
|
||||||
<a href="https://bundlephobia.com/package/codeburn"><img src="https://img.shields.io/bundlephobia/min/codeburn" alt="install size" /></a>
|
<a href="https://bundlephobia.com/package/codeburn"><img src="https://img.shields.io/bundlephobia/min/codeburn" alt="install size" /></a>
|
||||||
<a href="https://github.com/agentseal/codeburn/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/codeburn.svg" alt="license" /></a>
|
<a href="https://github.com/getagentseal/codeburn/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/codeburn.svg" alt="license" /></a>
|
||||||
<a href="https://github.com/agentseal/codeburn"><img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg" alt="node version" /></a>
|
<a href="https://github.com/getagentseal/codeburn"><img src="https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg" alt="node version" /></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/AgentSeal/codeburn/main/assets/dashboard.jpg" alt="CodeBurn TUI dashboard" width="620" />
|
<img src="https://raw.githubusercontent.com/getagentseal/codeburn/main/assets/dashboard.jpg" alt="CodeBurn TUI dashboard" width="620" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
By task type, tool, model, MCP server, and project. Supports **Claude Code**, **Codex** (OpenAI), **Cursor**, **OpenCode**, **Pi**, and **GitHub Copilot** with a provider plugin system. Tracks one-shot success rate per activity type so you can see where the AI nails it first try vs. burns tokens on edit/test/fix retries. Interactive TUI dashboard with gradient charts, responsive panels, and keyboard navigation. Native macOS menubar app in `mac/`. CSV/JSON export.
|
By task type, tool, model, MCP server, and project. Supports **Claude Code**, **Codex** (OpenAI), **Cursor**, **OpenCode**, **Pi**, and **GitHub Copilot** with a provider plugin system. Tracks one-shot success rate per activity type so you can see where the AI nails it first try vs. burns tokens on edit/test/fix retries. Interactive TUI dashboard with gradient charts, responsive panels, and keyboard navigation. Native macOS menubar app in `mac/`. CSV/JSON export.
|
||||||
|
|
@ -156,7 +156,7 @@ The menu bar widget includes a currency picker with 17 common currencies. For an
|
||||||
|
|
||||||
## Menu Bar
|
## Menu Bar
|
||||||
|
|
||||||
<img src="https://cdn.jsdelivr.net/gh/AgentSeal/codeburn@main/assets/menubar-0.7.2.png" alt="CodeBurn macOS menubar app" width="420" />
|
<img src="https://cdn.jsdelivr.net/gh/getagentseal/codeburn@main/assets/menubar-0.7.2.png" alt="CodeBurn macOS menubar app" width="420" />
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx codeburn menubar
|
npx codeburn menubar
|
||||||
|
|
@ -212,7 +212,7 @@ These are starting points, not verdicts. A 60% cache hit on a single experimenta
|
||||||
Once you know what to look for, `codeburn optimize` scans your sessions and your `~/.claude/` setup for the most common waste patterns and hands back exact, copy-paste fixes. It never writes to your files.
|
Once you know what to look for, `codeburn optimize` scans your sessions and your `~/.claude/` setup for the most common waste patterns and hands back exact, copy-paste fixes. It never writes to your files.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/AgentSeal/codeburn/main/assets/optimize.jpg" alt="CodeBurn optimize output" width="720" />
|
<img src="https://raw.githubusercontent.com/getagentseal/codeburn/main/assets/optimize.jpg" alt="CodeBurn optimize output" width="720" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ For contributors running a local build instead of the packaged release:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g codeburn # CLI the app shells out to for data
|
npm install -g codeburn # CLI the app shells out to for data
|
||||||
git clone https://github.com/AgentSeal/codeburn.git
|
git clone https://github.com/getagentseal/codeburn.git
|
||||||
cd codeburn/mac
|
cd codeburn/mac
|
||||||
swift build -c release
|
swift build -c release
|
||||||
.build/release/CodeBurnMenubar # launch
|
.build/release/CodeBurnMenubar # launch
|
||||||
|
|
|
||||||
|
|
@ -221,7 +221,7 @@ struct FlameMark: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private let starBannerGitHubURL = URL(string: "https://github.com/AgentSeal/codeburn")!
|
private let starBannerGitHubURL = URL(string: "https://github.com/getagentseal/codeburn")!
|
||||||
|
|
||||||
/// Shown at the very bottom on first launch. A small terracotta strip nudges users to star the
|
/// Shown at the very bottom on first launch. A small terracotta strip nudges users to star the
|
||||||
/// repo; clicking opens GitHub, clicking the close icon hides it forever (persisted to
|
/// repo; clicking opens GitHub, clicking the close icon hides it forever (persisted to
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,14 @@
|
||||||
},
|
},
|
||||||
"author": "AgentSeal <hello@agentseal.org>",
|
"author": "AgentSeal <hello@agentseal.org>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/getagentseal/codeburn.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/getagentseal/codeburn/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/getagentseal/codeburn#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^5.4.1",
|
"chalk": "^5.4.1",
|
||||||
"commander": "^13.1.0",
|
"commander": "^13.1.0",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ import { Readable } from 'node:stream'
|
||||||
|
|
||||||
/// Public GitHub repo that hosts signed macOS release builds. `/releases/latest` returns the
|
/// Public GitHub repo that hosts signed macOS release builds. `/releases/latest` returns the
|
||||||
/// newest tagged release; we filter its assets list for our zipped .app bundle.
|
/// newest tagged release; we filter its assets list for our zipped .app bundle.
|
||||||
const RELEASE_API = 'https://api.github.com/repos/AgentSeal/codeburn/releases/latest'
|
const RELEASE_API = 'https://api.github.com/repos/getagentseal/codeburn/releases/latest'
|
||||||
const APP_BUNDLE_NAME = 'CodeBurnMenubar.app'
|
const APP_BUNDLE_NAME = 'CodeBurnMenubar.app'
|
||||||
const ASSET_PATTERN = /^CodeBurnMenubar-.*\.zip$/
|
const ASSET_PATTERN = /^CodeBurnMenubar-.*\.zip$/
|
||||||
const APP_PROCESS_NAME = 'CodeBurnMenubar'
|
const APP_PROCESS_NAME = 'CodeBurnMenubar'
|
||||||
|
|
@ -73,7 +73,7 @@ async function fetchLatestReleaseAsset(): Promise<ReleaseAsset> {
|
||||||
if (!asset) {
|
if (!asset) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`No ${APP_BUNDLE_NAME} zip found in release ${body.tag_name}. ` +
|
`No ${APP_BUNDLE_NAME} zip found in release ${body.tag_name}. ` +
|
||||||
`Check https://github.com/AgentSeal/codeburn/releases.`
|
`Check https://github.com/getagentseal/codeburn/releases.`
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
return asset
|
return asset
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue