-
-
Notifications
You must be signed in to change notification settings - Fork 0
Phase 1: fix CI Windows test, repair CodeQL config, clean stale legal wording #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
tonythethompson
merged 16 commits into
main
from
claude/open-core-split-continuation-oixwkl
Jul 26, 2026
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
09c0900
Phase 1: fix CI Windows test, repair CodeQL config, clean stale legal…
claude acf35b3
Fix broken LICENSE-HISTORY links and boundary-scanner exclude list
claude 5b9edd7
Update ci.yml
tonythethompson 19b0873
Fix self-hosted runner routing and dotnet-install permission failure
claude dd0cd98
Fix invalid runs-on expression that broke workflow parsing
claude 2496792
Unroll build matrix into static per-OS jobs
claude beabe77
Move DOTNET_INSTALL_DIR from workflow-level to per-job env
claude 7b01805
Diagnostic: drop DOTNET_INSTALL_DIR env to isolate workflow-parse fai…
claude a289325
Bisect: isolate whether static runs-on array syntax alone is the problem
claude 6618235
Reapply self-hosted OS labels, macOS leg, and dotnet-install fix; bro…
claude 33dd119
Exclude LGPL/AGPL prose from the broadened GPL scanner pattern
claude 1f96e22
Merge branch 'main' into claude/open-core-split-continuation-oixwkl
tonythethompson 10825ba
Merge remote (includes main's self-hosted + LICENSE edits) into local…
claude 6476337
Align LICENSE copyright holder with NOTICE; broaden dual-license regex
claude 2328a67
Fix real root cause of workflow-parse failure: runner context needs s…
claude ac68c91
Match repository-boundary project-name patterns case-insensitively
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,6 @@ | ||
| paths: | ||
| - src | ||
| - tests | ||
| - frontend | ||
| - tools | ||
| - .github | ||
|
|
||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Contributing | ||
|
|
||
| Trackdub (this repository) is the Apache-2.0 public core: the SDK, CLI, | ||
| pipeline, inference, media processing, infrastructure, and neutral licensing | ||
| mechanisms. See [docs/repository-policy.md](docs/repository-policy.md) and | ||
| [AGENTS.md](AGENTS.md) for organization, dependency-direction rules, and | ||
| build/test commands before opening a change. | ||
|
|
||
| ## Inbound contribution terms | ||
|
|
||
| - Contributions to this repository are submitted under the | ||
| [Apache License, Version 2.0](LICENSE). | ||
| - By submitting a contribution, you certify that you have the right to submit | ||
| it under that license (for example, it is your own original work, or you | ||
| otherwise hold the necessary rights). | ||
| - No separate Contributor License Agreement (CLA) is currently required to | ||
| contribute here. | ||
| - This forward-looking contribution policy is separate from, and does not | ||
| affect, any historical intellectual-property ownership review of code | ||
| already in the repository. | ||
|
|
||
| ## Before submitting a change | ||
|
|
||
| - Run `dotnet build Trackdub.slnx -m:1` and `dotnet test Trackdub.slnx -m:1`. | ||
| - Run `dotnet format Trackdub.slnx --verify-no-changes`. | ||
| - Follow the coding style and dependency-direction rules in | ||
| [AGENTS.md](AGENTS.md). | ||
| - Use imperative commit titles: `Add ...`, `Fix ...`, `Remove ...`. |
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
This file was deleted.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # License History | ||
|
|
||
| Trackdub is split into two repositories with different licenses: | ||
|
|
||
| - **`trackdubllc/Trackdub`** (this repository) — the public core: SDK, CLI, | ||
| pipeline, inference, media processing, infrastructure, and neutral | ||
| licensing mechanisms. Licensed under [Apache License, Version 2.0](../../LICENSE) | ||
| (see the root [NOTICE](../../NOTICE)). | ||
| - **The Trackdub desktop product** — a separate, private repository that | ||
| depends on this public core. It owns the desktop application shell, | ||
| product policy (export tiers, watermarking, entitlements), activation, | ||
| packaging, and release signing. It is proprietary and is not covered by | ||
| the Apache-2.0 license in this repository. | ||
|
|
||
| This repository was established with a fresh root history as the public | ||
| core. It carries only Apache-2.0-compatible source and does not contain | ||
| desktop product code, activation-server code, or proprietary packaging | ||
| logic. Detailed historical ownership evidence for code predating this split | ||
| is retained privately and is out of scope for this public document. |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.