docs: fix stale paths, branch name, boilerplate, and copyright holder#65
Merged
Merged
Conversation
- Correct the built-binary path in CONTRIBUTING (#38) - Point AGENTS.md at main as the default branch (#39) - Replace the Starlight template README in frontend/docs (#40) - Fix the help-wanted label filter, drop the dangling THIRD_PARTY_LICENSES.md pointer, bump the NOTICE year, complete the repo-layout listings, unify SDK-regen instructions on ./tooling/repo/generate.ts, and add ci to the commit-type list (#41) - Align the landing footer with NOTICE on Synthetic Sciences (#42)
|
The latest updates on your projects. Learn more about Vercel for 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Docs hygiene sweep across the repo, one small fix per issue:
./backend/cli/dist/@synsci/openscience-<platform>/bin/openscience, matching whatbuild.tsactually emits (dist dirs are named frompkg.name).dev; it ismain.bun installat the repo root,bun run --cwd frontend/docs dev/build.label:"help wanted"(the label has a space); NOTICE no longer points at the nonexistent THIRD_PARTY_LICENSES.md and its year is 2026; the ARCHITECTURE repo-layout block gainsfrontend/landing,tooling/util, andtooling/patcheswith the frontend rows re-aligned, and CONTRIBUTING's "Where things live" gainsfrontend/landingandtooling/launcher; AGENTS.md now points SDK regeneration at./tooling/repo/generate.ts(run from the repo root) like CONTRIBUTING and ARCHITECTURE; the conventional-commit list includesci:.Verified:
bun run buildpasses infrontend/landing, and every path referenced in the edited docs exists.Fixes #38
Fixes #39
Fixes #40
Fixes #41
Fixes #42