This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Modernize governance, validation, and dependency security#15
Merged
Conversation
Migrate current repository governance prospectively to Apache-2.0 while preserving historical TotalCross MIT headers and attribution. Document the original creator and sole current maintainer, remove the obsolete project contact, and add repository governance validation, CI, agent instructions, and ExecPlan conventions.
Pin @types/vscode to the extension engine's 1.40 API so a clean dependency install remains compatible with the project's TypeScript compiler. This restores compilation without changing runtime extension dependencies or behavior.
Replace the deprecated vscode-test wrapper with @vscode/test-electron and clear Electron's inherited Node-mode flag before launching the integration application. This restores extension integration tests under the VS Code-hosted development environment.
Finalize the executed governance plan with validation evidence, compatibility discoveries, commit sequence, and remaining follow-up work.
Add a reproducible npm lockfile and audit check, remove abandoned request-based dependencies, replace legacy Maven/POM helpers with local HTTPS and XML parsing, and update SSH and test dependencies. The locked graph now passes npm audit with zero vulnerabilities.
Finalize the resumed ExecPlan with the lockfile audit baseline, remediation decisions, zero-finding validation result, and security commit evidence.
flsobral
marked this pull request as ready for review
July 16, 2026 01:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
The repository had outdated licensing metadata, non-reproducible dependency resolution, and 17 npm audit findings, including critical issues in the abandoned request stack.
Validation
npm ci --ignore-scriptsnpm run audit(0 vulnerabilities)npm run compilepython3 tools/check-repository-governance.pypython3 -m unittest tests.test_repository_governance(16 tests)npm test(3 passing extension tests)