Skip to content

codex: parity debt wave 20260303#17

Merged
KooshaPari merged 17 commits into
mainfrom
codex/parity-debt-wave-20260303
Mar 25, 2026
Merged

codex: parity debt wave 20260303#17
KooshaPari merged 17 commits into
mainfrom
codex/parity-debt-wave-20260303

Conversation

@KooshaPari

Copy link
Copy Markdown
Owner

Summary

Parity debt wave work for colab.

Changes

  • Reduce path utils TypeScript debt
  • Restore protocol parity gate support

KooshaPari and others added 16 commits March 1, 2026 06:38
Co-authored-by: Codex <noreply@openai.com>
- fix Zig vendor path drift in build-release workflow
- add PR CI jobs for typecheck, lint, unit tests, and ci-summary
- add required-checks manifest and guard workflow
- add branch health reconciliation runbook for heliosApp and heliosApp-colab

Co-authored-by: Codex <noreply@openai.com>
Use 'bun test --pass-with-no-tests' so baseline PR CI stays actionable while test suites are introduced.

Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
…minal services

Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Slice 1 reduces concrete TypeScript errors in src/renderers/ivde/index.tsx by adding DOM lib typing context and explicit callback parameter types.

Co-authored-by: Codex <noreply@openai.com>
Slice 2 reduces concrete TypeScript errors in src/renderers/ivde/slates/GitSlate.tsx by adding DOM lib typing context and tightening timeout/error callback typings.

Co-authored-by: Codex <noreply@openai.com>
Slice 3 reduces concrete TypeScript errors in src/renderers/ivde/services/settingsSyncService.ts (9->0) and src/main/utils/terminalManager.ts (33->10) with targeted lib/type references and explicit exit callback typing.

Co-authored-by: Codex <noreply@openai.com>
Before/after (tsc --noEmit):
- src/renderers/ivde/index.tsx: 442 -> 64
- src/renderers/ivde/slates/GitSlate.tsx: 470 -> 58

Co-authored-by: Codex <noreply@openai.com>
Before/after (tsc --noEmit):
- src/main/utils/terminalManager.ts: 10 -> 0
- src/renderers/ivde/services/settingsSyncService.ts: 0 -> 0

Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented Mar 25, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@KooshaPari has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 45 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8c582481-b0fa-4b97-9414-6e8f928ece57

📥 Commits

Reviewing files that changed from the base of the PR and between d7a9d18 and 7dbac13.

📒 Files selected for processing (24)
  • .github/required-checks.txt
  • .github/workflows/build-release.yml
  • .github/workflows/ci.yml
  • .github/workflows/required-check-names-guard.yml
  • .gitignore
  • apps/runtime/src/protocol/methods.ts
  • apps/runtime/src/protocol/topics.ts
  • docs/branch-health-reconcile-2026-03-03.md
  • kitty-specs/001-colab-agent-terminal-control-plane/contracts/orchestration-envelope.schema.json
  • kitty-specs/001-colab-agent-terminal-control-plane/contracts/protocol-parity-matrix.json
  • package.json
  • specs/protocol/v1/methods.json
  • specs/protocol/v1/topics.json
  • src/main/utils/terminalManager.ts
  • src/renderers/ivde/index.tsx
  • src/renderers/ivde/repoCloneWatcher.ts
  • src/renderers/ivde/services/settingsSyncService.ts
  • src/renderers/ivde/slates/GitSlate.tsx
  • src/renderers/ivde/slates/git/diff.ts
  • src/renderers/ivde/slates/git/helpers.ts
  • src/renderers/ivde/slates/git/spinner.ts
  • src/renderers/ivde/slates/git/types.ts
  • src/renderers/ivde/types/ui.ts
  • tools/gates/protocol-parity.mjs

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'pre_merge_checks', 'pr_validation'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/parity-debt-wave-20260303

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@KooshaPari KooshaPari merged commit 26d7df8 into main Mar 25, 2026
3 of 8 checks passed
@KooshaPari KooshaPari deleted the codex/parity-debt-wave-20260303 branch March 25, 2026 04:31
@KooshaPari KooshaPari added the pr-created PR was created label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-created PR was created

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant