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
33 changes: 0 additions & 33 deletions .github/workflows/pages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The initial release is macOS-first and is being built for OpenAI Build Week. The

## Download

Download the Apple Silicon beta from the [TaskTape Replay site](https://codeswithroh.github.io/tasktape/) or from [GitHub Releases](https://github.com/codeswithroh/tasktape/releases/latest). The DMG contains TaskTape's tested browser runtime, so Google Chrome is not required.
Download the Apple Silicon beta from the [TaskTape Replay site](https://tasktape-replay.vercel.app/) or from [GitHub Releases](https://github.com/codeswithroh/tasktape/releases/latest). The DMG contains TaskTape's tested browser runtime, so Google Chrome is not required.

The beta is not signed or notarized yet. After copying TaskTape to Applications, macOS may require you to control-click the app, choose Open, and confirm once. A signed release requires an Apple Developer ID certificate and notarization credentials.

Expand Down
9 changes: 8 additions & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Current boundary:

- Agent capture supports local browser applications and one active session. Release builds include their browser runtime. General desktop instrumentation, remote staging URLs, CI workers, and direct GitHub issue ingestion remain post-hackathon work.

## Milestone 5: Product polish and submission - July 19-20
## Milestone 5: Product polish and public beta - Complete July 19

Deliverables:

Expand All @@ -180,6 +180,13 @@ Exit gate:

- A clean-machine rehearsal follows the README, the demo succeeds twice consecutively, and every submission requirement is present.

Verified result:

- The self-contained 0.2.0 DMG includes Chromium and the TaskTape product icon.
- A read-only mounted-DMG run completed the external MCP reproduction journey with fresh user data.
- The production landing page and stable GitHub download passed desktop, mobile, redirect, full-download, SHA-256, and disk-image checks.
- The release remains clearly labeled as an unsigned Apple Silicon beta until Apple Developer ID and notarization credentials are available.

## Buffer: July 21

Only submission fixes, reliability fixes, and final upload verification. No new product scope.
2 changes: 1 addition & 1 deletion docs/verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ The first nine-journey Electron run on July 18 had one intermittent timeout whil

The 0.2.0 arm64 production app, DMG, and ZIP built successfully with `pnpm package:mac`. The release includes Playwright Chromium 1228 and the TaskTape product icon. `codesign --verify --deep --strict` passed after the packaging hook sealed the full app with an ad-hoc signature, and `hdiutil verify` reported a valid disk image checksum. A fresh-user-data MCP journey launched TaskTape directly from the read-only mounted DMG, connected over an ephemeral loopback port, reproduced the browser regression through the bundled runtime, wrote the trace and final screenshot, created the check, and ran it successfully. The 286 MB stable DMG has SHA-256 `a63e6d0791a7fc97d93be02ec8e52fbb6bcf276f5ef8324d799550e4fbaf4c89`.

The static landing page was served locally and exercised in Chromium at 1440 by 900 and 390 by 844. Both viewports loaded the real product images, had no horizontal overflow or console errors, exposed consistent stable DMG links, and copied both MCP commands with visible feedback. Full-page captures were visually inspected. Public URL and release download verification remain pending until the branch is merged and GitHub Pages deploys.
The static landing page was served locally and exercised in Chromium at 1440 by 900 and 390 by 844. Both viewports loaded the real product images, had no horizontal overflow or console errors, exposed consistent stable DMG links, and copied both MCP commands with visible feedback. Full-page captures were visually inspected. The Vercel production URL returned 200 over HTTPS at both viewports. The complete 300,282,253-byte DMG was downloaded through the landing page's stable GitHub URL, matched the release SHA-256, and passed `hdiutil verify`.

No Apple Developer ID identity is installed on the build Mac, so 0.2.0 is not Apple-signed or notarized. The ad-hoc signature provides bundle integrity but does not satisfy Gatekeeper distribution trust; users may need to approve the beta once through macOS. This is the only known release-credential blocker.
1 change: 1 addition & 0 deletions site/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vercel
Loading