docs(design): park design, research and go-to-market notes - #13
Open
mmabrouk wants to merge 1 commit into
Open
Conversation
Collects design and go-to-market material that was sitting uncommitted in the working tree so it survives a workspace cleanup. Design and research notes (docs/design/agent-workflows/): - selfhost-hardening plan and the runner engine-quality roadmap - research on client-tool delivery and concurrent human-in-the-loop approvals - the desloppify round-two assessment - root-cause writeups for warm-resume execution and frontend approval dispatch - the PR Agenta-AI#5400 mounts review handoff, review report and fix brief - the retheme hex audit and the stale positioning sweep Go-to-market material (docs/design/gtm/), moved out of the repo root: - the go-to-market wiki (was gtm.txt) - the README rewrite draft (was readme.new.md) - pricing page revision 3 (was website/new-pricing.json, unreferenced by the site) - the sign-in redesign handoff with its logos and design tokens
mmabrouk
force-pushed
the
docs/parked-design-and-gtm-notes
branch
from
July 27, 2026 19:15
4c28598 to
cc7bb61
Compare
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.
Why this exists
The main working tree had accumulated 1017 uncommitted entries. Almost all of it
turned out to be a byte-for-byte duplicate of work already under review, but 27
files held content that existed nowhere in git. If the working tree had been
cleaned without this branch, that content would have been gone.
This pull request lives on the fork on purpose. None of it is ready for the main
repository. It is a durable parking place so the material can be picked up later.
What is in here
Design and research notes, under
docs/design/agent-workflows/:projects/selfhost-hardening/plan.mdprojects/runner-desloppify-redo/engine-quality-roadmap.mdscratch/research-client-tools-and-concurrent-hitl.mdscratch/desloppify-round2-assessment.mdscratch/debug-warm-resume-execution-failure.mdscratch/debug-frontend-approval-dispatch.mdscratch/pr-5400-drive-mounts-review-handoff.mdscratch/pr-5400-drive-mounts-review-report.mdscratch/pr-5400-fix-implementation-brief.mdscratch/retheme-hex-audit-2026-07-19.mdscratch/stale-llmops-positioning-sweep-2026-07-23.mddocs/Go-to-market material, under
docs/design/gtm/. These four were sitting looseat the repository root or in
website/, so they are moved into one folder:gtm-wiki.mdgtm.txtreadme-rewrite-draft.mdreadme.new.mdpricing-page-revision-3.jsonwebsite/new-pricing.jsonwebsite/reads it, so it is a draftsignin-redesign-handoff/design_handoff_signin_redesign/README-draft.mdandsignup-redesign-brief.mdwere already underdocs/design/gtm/.What was deliberately left out
QA run output and transient status logs are not here. The v0.105.4 regression
notes, the v0.105.5 web acceptance failures, the 17 July pull-request runway log,
the 18 July rebase sweep, and the runner self-hosting handoff (whose own title
says "LOCAL, do not commit") were moved to a local scratch folder instead. So were
69 MB of QA screenshots and recordings.
Base branch
The base is
parked-notes-base, which is upstream commit5ceca94311. That is thecommit this work was written against. Basing on the fork's
mainwould have shownhundreds of unrelated upstream commits in the diff.