diff --git a/CHANGELOG.md b/CHANGELOG.md index 747e5e6..0565348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,4 +40,4 @@ The private `0.2.0` repository snapshot established the initial engine research - Optional declarative experience metadata and idempotent owned chrome injection/removal. - Static React/Vite Gallery, automated tests, CI, security policy, and contribution templates. -[Unreleased]: https://github.com/erickkkyt/Awesome-codex-themes/commits/main +[Unreleased]: https://github.com/BeatAPI/Awesome-codex-themes/commits/main diff --git a/README.md b/README.md index 0a91c05..80825c7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@

- CI + CI MIT License macOS 12 themes @@ -177,7 +177,7 @@ Requirements: Clone the repository and run read-only checks first: ```bash -git clone https://github.com/erickkkyt/Awesome-codex-themes.git +git clone https://github.com/BeatAPI/Awesome-codex-themes.git cd Awesome-codex-themes ./bin/awesome-codex-themes doctor ./bin/awesome-codex-themes list @@ -218,7 +218,7 @@ If Codex is already open without this project's managed CDP endpoint, the agent The LaunchAgent points to an immutable installed copy, not the Git clone. It starts the official app with a local CDP endpoint, reapplies the selected theme after renderer reloads, and preserves an explicit pause, restore, and uninstall path. -After an official Codex update, the agent attempts the shared adapter again. If a changed interface looks wrong, run `pause` or `restore` to return to the official UI, then open a [GitHub Issue](https://github.com/erickkkyt/Awesome-codex-themes/issues/new/choose) with the Codex version and a privacy-safe screenshot. +After an official Codex update, the agent attempts the shared adapter again. If a changed interface looks wrong, run `pause` or `restore` to return to the official UI, then open a [GitHub Issue](https://github.com/BeatAPI/Awesome-codex-themes/issues/new/choose) with the Codex version and a privacy-safe screenshot. ## Current status diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 040d41c..743c592 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -43,7 +43,7 @@ The `26.715.21425` service-boundary results are recorded in the [Satoru Gojo lif ## 4. Public visibility gate -Changing repository visibility is a consequential external action. Obtain the repository owner's explicit approval immediately before changing `erickkkyt/Awesome-codex-themes` from private to public. +Changing repository visibility is a consequential external action. `BeatAPI/Awesome-codex-themes` is public; obtain the repository owner's explicit approval before changing its visibility again. Before approval is executed, verify: diff --git a/docs/STATUS.md b/docs/STATUS.md index b2ccacc..3571501 100644 --- a/docs/STATUS.md +++ b/docs/STATUS.md @@ -26,7 +26,7 @@ Last verified: 2026-07-17 (Asia/Shanghai) | Satoru Gojo (native Japanese name: 五条 悟) | Featured complete package, experimental compatibility | Version `1.2.0` is live-verified on 26.707/26.715 with current assets, owned-state behavior, and persistent lifecycle recovery. | | Twelve-theme collection | Implemented and current-version verified | Satoru Gojo is Featured. Eleven additional Schema 2 packages include complete local backgrounds, previews, CSS, metadata, and component assets; all eleven passed the recorded 26.715 workspace, right-panel, home, plugins, scheduled, sites, pull-request, and narrow-window matrix. Compatibility remains experimental outside the recorded builds. | | Static Gallery | Implemented | Catalog, search, native-name discovery, detail, copy, and production-build tests are present. | -| GitHub public release | Not released | The repository remains private and no public GitHub Release has been created. | +| GitHub repository | Publicly released | The repository is public under `BeatAPI/Awesome-codex-themes`; no tagged GitHub Release has been created yet. | | Signed GUI / commercial desktop manager | Out of scope | Intentionally absent from this open-source repository. | ## Recorded local prototype environment @@ -50,4 +50,4 @@ The legacy injector plist and script were backed up outside the repository befor The approved live session recorded the unmanaged `restart-required` transition, renderer reload reapply, pause and owned-state removal, paused-state upgrade, resume, managed relaunch, a real LaunchAgent bootout/bootstrap cycle, the former unknown-version safe mode before the policy changed, uninstall, and a successful reinstall with the original Codex profile preserved. -A clean release candidate passed `release:check`: 34 test files / 248 tests, all 12 theme packages, TypeScript, production Gallery build, production dependency audit, public-file hygiene, and diff whitespace. An anonymous public-clone test remains pending until the private repository is made public. Remaining public-release gates are a physical logout/reboot observation, the exact-commit CI result, and an explicit public-release decision. +A clean release candidate passed `release:check`: 34 test files / 248 tests, all 12 theme packages, TypeScript, production Gallery build, production dependency audit, public-file hygiene, and diff whitespace. The public repository and anonymous clone path are live. Remaining tagged-release gates are a physical logout/reboot observation, the exact-commit CI result, and an explicit version-tag decision. diff --git a/docs/plans/2026-07-16-awesome-codex-themes-implementation.md b/docs/plans/2026-07-16-awesome-codex-themes-implementation.md index 7f333d5..8358fbd 100644 --- a/docs/plans/2026-07-16-awesome-codex-themes-implementation.md +++ b/docs/plans/2026-07-16-awesome-codex-themes-implementation.md @@ -104,5 +104,5 @@ 1. Run full `pnpm check` and inspect complete output. 2. If safe, apply a fixture theme to the existing loopback CDP session, verify markers, and restore immediately; never restart Codex. 3. Run the deterministic pre-commit scanner before and after staging, then manually review the full diff against the security checklist. -4. Commit on `main`, publish `erickkkyt/Awesome-codex-themes`, push with tracking, and verify remote visibility and commit SHA. +4. Commit on `main`, publish `BeatAPI/Awesome-codex-themes`, push with tracking, and verify remote visibility and commit SHA. 5. Open the local `Awesome-codex-themes` checkout in GitHub Desktop and verify the app received the repository path. diff --git a/package.json b/package.json index 842db01..0635ed7 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/erickkkyt/Awesome-codex-themes.git" + "url": "git+https://github.com/BeatAPI/Awesome-codex-themes.git" }, - "homepage": "https://github.com/erickkkyt/Awesome-codex-themes#readme", + "homepage": "https://github.com/BeatAPI/Awesome-codex-themes#readme", "bugs": { - "url": "https://github.com/erickkkyt/Awesome-codex-themes/issues" + "url": "https://github.com/BeatAPI/Awesome-codex-themes/issues" }, "keywords": [ "codex", diff --git a/src/gallery/App.tsx b/src/gallery/App.tsx index 0ef2e9c..febc0be 100644 --- a/src/gallery/App.tsx +++ b/src/gallery/App.tsx @@ -133,7 +133,7 @@ export function App() {

@@ -145,7 +145,7 @@ export function App() {

Twelve complete full-workspace themes, one persistent local agent, and an inspectable adapter with diagnostics, switching, and recovery built in.

Browse the collection - Inspect the source ↗ + Inspect the source ↗