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
3 changes: 2 additions & 1 deletion apps/macos/Scripts/north-star-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ echo "- APP-3 Negative preset and custom color: apps/macos/REQUIREMENTS.md -> ch
echo "- APP-4 dynamic contrast permission truth: apps/macos/REQUIREMENTS.md -> check-app-ui-contract.sh, CursorStateControllerTests, MANUAL_RELEASE_CHECKS.md"
echo "- APP-5 unsupported helper and system-wide replacement unavailable: apps/macos/REQUIREMENTS.md -> check-app-ui-contract.sh, IdentityTests, CursorStateControllerTests"
echo "- APP-6 app bundle, DMG, and mounted app match: apps/macos/REQUIREMENTS.md -> make preflight, make dmg, make dmg-install-check, make dmg-artifact-match-check"
echo "- APP-7 signing, notarization, Gatekeeper, release metadata, and install instructions: apps/macos/REQUIREMENTS.md -> make release-readiness and make release-metadata-check"
echo "- APP-7 signing, notarization, Gatekeeper, release metadata, install instructions, and artifact-bound human evidence: apps/macos/REQUIREMENTS.md -> make release-readiness, make release-metadata-check, manual-release-evidence-check.sh"
echo " Manual evidence must match the same DMG digest, commit, release tag, mounted app bundle ID, app version, app build, and app executable SHA-256."
echo "- APP-8 local-first, website-boundary, and distribution-boundary product truth: apps/macos/REQUIREMENTS.md -> check-monorepo-references.sh, check-website-boundary.sh, check-distribution-boundary.sh, check-local-first.sh, IdentityTests"
echo "- Website: NORTH_STAR.md -> No canonical Cursor Designer website exists."
echo ""
Expand Down
3 changes: 3 additions & 0 deletions apps/macos/Tests/PointerDesignerTests/IdentityTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@ final class IdentityTests: XCTestCase {
XCTAssertTrue(script.contains("APP-8"))
XCTAssertTrue(script.contains("release-readiness"))
XCTAssertTrue(script.contains("release-metadata-check"))
XCTAssertTrue(script.contains("artifact-bound human evidence"))
XCTAssertTrue(script.contains("mounted app bundle ID"))
XCTAssertTrue(script.contains("app executable SHA-256"))
XCTAssertTrue(script.contains("check-website-boundary.sh"))
XCTAssertTrue(script.contains("check-distribution-boundary.sh"))
XCTAssertTrue(script.contains("check-compatibility-boundary.sh"))
Expand Down
Loading