Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
working-directory: apps/homescreen
run: |
bun install --frozen-lockfile
bun run orchard:contract-check
bun run build

rigor:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ jobs:
npm ci
bun install --cwd apps/homescreen --frozen-lockfile

- name: Scan the public release contents
if: inputs.mode == 'release'
env:
UNDERSTUDY_PUBLIC_SAFETY_PRIVATE_TERMS: ${{ secrets.UNDERSTUDY_PUBLIC_SAFETY_PRIVATE_TERMS }}
run: |
npm run skills:validate -- --release
npm run package:smoke -- --release

- name: Validate release credentials
env:
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
Expand Down
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ OSS from the first commit.
its data, spend, destination, or production-impact envelope.
- No customer data, private traces, secrets, private repo names, or internal
incident notes.
- Do not put customer or partner names, aliases, workload identifiers, metrics,
or derived artifacts in tracked paths or content, branch or commit names, pull
request metadata, or review comments. Use clearly synthetic placeholders.
- Before a public release, an authorized maintainer must provide the private,
newline-delimited `UNDERSTUDY_PUBLIC_SAFETY_PRIVATE_TERMS` value while running
`npm run skills:validate -- --release` and
`npm run package:smoke -- --release`. A term may be followed on the same line
by tab-separated exact safe enclosing tokens. Untrusted pull-request jobs use
synthetic matcher tests and do not receive this private value.
- Examples must use synthetic data or small public fixtures.
- The desktop connects to the production remote-training control plane
(`train.understudylabs.com`) as its default. This is no longer experimental:
Expand Down
252 changes: 0 additions & 252 deletions apps/homescreen/app/cedar/cedar.css

This file was deleted.

Loading