From 5f5bc5c162661ee8d843ba377b5bd776f3d43535 Mon Sep 17 00:00:00 2001 From: Error Date: Sun, 16 Nov 2025 04:35:47 -0600 Subject: [PATCH 1/2] docs: reference @openhax/codex in test README --- spec/issue-11-docs-package.md | 19 +++++++++++++++++++ test/README.md | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 spec/issue-11-docs-package.md diff --git a/spec/issue-11-docs-package.md b/spec/issue-11-docs-package.md new file mode 100644 index 0000000..5a74121 --- /dev/null +++ b/spec/issue-11-docs-package.md @@ -0,0 +1,19 @@ +# Spec: Fix package name in `test/README.md` + +## Context +- Issue: #11 (Docs: Fix package name in `test/README.md`) +- Repository already references `@openhax/codex` elsewhere, but the test suite description still says "OpenAI Codex OAuth plugin". +- Goal: update the sentence at the top of `test/README.md` so it names the npm package and removes the outdated wording. + +## Code Files & References +- `test/README.md` (lines 1-4): change the description from `OpenAI Codex OAuth plugin` to `@openhax/codex, the OpenHax Codex OAuth plugin` to match the npm identity. + +## Definition of Done +1. The introductory sentence in `test/README.md` references `@openhax/codex` with the correct branding. +2. No other files are modified. +3. Branch is pushed and PR opened against `staging` to resolve issue #11. + +## Requirements +- Preserve the structure and formatting of `test/README.md`. +- Use inline code formatting when referencing `@openhax/codex`. +- Keep the description consistent with the rest of the docs (OpenHax branding). diff --git a/test/README.md b/test/README.md index caa87c5..0cfb6a9 100644 --- a/test/README.md +++ b/test/README.md @@ -1,6 +1,6 @@ # Test Suite -This directory contains the comprehensive test suite for the OpenAI Codex OAuth plugin. +This directory contains the comprehensive test suite for `@openhax/codex`, the OpenHax Codex OAuth plugin. ## Test Structure From 1efff39900edd41d724043e2ce2c1d17122e5d8b Mon Sep 17 00:00:00 2001 From: Err Date: Sun, 16 Nov 2025 14:55:43 -0600 Subject: [PATCH 2/2] Delete spec/issue-11-docs-package.md --- spec/issue-11-docs-package.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 spec/issue-11-docs-package.md diff --git a/spec/issue-11-docs-package.md b/spec/issue-11-docs-package.md deleted file mode 100644 index 5a74121..0000000 --- a/spec/issue-11-docs-package.md +++ /dev/null @@ -1,19 +0,0 @@ -# Spec: Fix package name in `test/README.md` - -## Context -- Issue: #11 (Docs: Fix package name in `test/README.md`) -- Repository already references `@openhax/codex` elsewhere, but the test suite description still says "OpenAI Codex OAuth plugin". -- Goal: update the sentence at the top of `test/README.md` so it names the npm package and removes the outdated wording. - -## Code Files & References -- `test/README.md` (lines 1-4): change the description from `OpenAI Codex OAuth plugin` to `@openhax/codex, the OpenHax Codex OAuth plugin` to match the npm identity. - -## Definition of Done -1. The introductory sentence in `test/README.md` references `@openhax/codex` with the correct branding. -2. No other files are modified. -3. Branch is pushed and PR opened against `staging` to resolve issue #11. - -## Requirements -- Preserve the structure and formatting of `test/README.md`. -- Use inline code formatting when referencing `@openhax/codex`. -- Keep the description consistent with the rest of the docs (OpenHax branding).