Skip to content

improve repository hygiene - #238

Merged
nahiyankhan merged 1 commit into
mainfrom
nahiyankhan/repository-hygiene
Jul 18, 2026
Merged

improve repository hygiene#238
nahiyankhan merged 1 commit into
mainfrom
nahiyankhan/repository-hygiene

Conversation

@nahiyankhan

Copy link
Copy Markdown
Collaborator

Category: infrastructure
User Impact: Public examples and local tooling are easier to understand and use outside the repository's original development environment.
Problem: A few fixtures, comments, and local artifacts carried environment-specific details or unnecessary brand assets. The context-control model adapter also assumed a specific provider and local authentication flow.
Solution: Replace those details with neutral examples, expose context-control through standard OpenAI-compatible configuration, and tighten repository hygiene around generated event tapes and maintenance metadata.

Validation:

  • pnpm check: passed
  • pnpm test: passed, 184 passed and 1 skipped
  • pnpm build: passed in the pre-push hook
  • repository reference sweep: no targeted environment-specific references remain outside intentional public project identity and changelog history

Changeset: not needed because the changes affect tests, private tooling, CI comments, and repository metadata rather than the published Ghost package behavior.

Ghost Review:

  • ghost check --base origin/main: not available in the current CLI
  • ghost review --base origin/main: not run because the repository root has no .ghost/manifest.yml
File changes

.github/workflows/release.yml
Simplifies the Homebrew automation comment and removes stale migration wording.

.gitignore
Ignores local Ghost event tapes across package layouts.

CODEOWNERS
Removes unused template boilerplate and keeps the active default owner.

apps/docs/src/components/docs/icons.tsx
Removes an unused product-logo asset.

packages/context-control/README.md
Documents portable OpenAI-compatible model configuration.

packages/context-control/cli.mjs
Generalizes the environment-loading comment for model adapters.

packages/context-control/lib/model.mjs
Replaces the provider-specific adapter with an environment-configured OpenAI-compatible adapter.

packages/context-control/test/context-control.test.ts
Covers required portable adapter configuration.

packages/ghost/test/cli.test.ts
Replaces product-specific fixture names, paths, and token examples with a fictional iOS package while preserving routing and validation coverage.

packages/vessel-react/fingerprint/.events
Removes a committed local selection event tape.

packages/vessel-react/scripts/resolve-dts-paths.mjs
Rewords the dependency rationale without environment-specific infrastructure details.

Screenshots/Demos: N/A

@nahiyankhan
nahiyankhan marked this pull request as ready for review July 18, 2026 06:17
@nahiyankhan
nahiyankhan merged commit 2980c8a into main Jul 18, 2026
5 checks passed
@nahiyankhan
nahiyankhan deleted the nahiyankhan/repository-hygiene branch July 18, 2026 06:17
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.

1 participant