docs: anti-goals roadmap (#123) + install matrix fixes (#124)#165
Merged
Conversation
Rewrite ROADMAP.md with wedge positioning, explicit 2.0 anti-goals, phased direction, and buyer-fit table. Link from README, LIMITATIONS, and docs index. Tighten README install matrix to match goreleaser output (linux/amd64 prebuilds only). Update install.sh to detect missing release assets and fall back to go install with macOS clang hints; document talon init → talon run --dry-run first-run path. Align first-governed-agent tutorial. Closes #123 Closes #124
Reframe ROADMAP.md around regulated mid-market teams in Europe/EMEA: persona outcomes, review-ready wedge, phased roadmap by buyer job, and anti-goals that protect small platform teams from platform creep.
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.
Summary
Closes the remaining credibility-epic good-first issues.
#123 — Public anti-goals + focused narrative
ROADMAP.md: wedge one-liner, explicit 2.0 anti-goals table, phased Now/Next/Later direction, buyer-fit matrix, no internal_docs references.#124 — Install matrix + paths
talon_<version>_linux_amd64.tar.gz+checksums.txtonly per.goreleaser.yml).TALON_SECRETS_KEY→talon init --scaffold→talon run --dry-run.scripts/install.sh: checks release JSON for asset availability; darwin/arm64 (and other missing platforms) fall back togo installwith macOS clang guidance instead of 404/checksum failure.Test plan
scripts/check-claim-discipline.shbash -n scripts/install.shinstall.shon darwin/arm64 → go install fallback →talon versiontalon init --scaffold+talon run --dry-runon clean dirCloses #123
Closes #124
Note
Low Risk
Documentation and installer UX only; no runtime gateway, auth, or evidence logic changes.
Overview
Replaces the version-checklist ROADMAP with a public Roadmap & focus page: EU evidence wedge, explicit 2.0 anti-goals, Now/Next/Later phases, and buyer-fit vs Portkey/AGT. README, LIMITATIONS, and docs/README now link it and add a short positioning line.
Install docs are aligned with linux/amd64-only release tarballs (per GoReleaser): README install table, CGO/macOS Clang notes, first-run (
TALON_SECRETS_KEY→talon init --scaffold→talon run --dry-run), and tutorial prerequisites.scripts/install.shchecks release JSON for the platform asset, falls back togo install(with Darwin clang env) when missing, and hardens download/checksum/extract handling.Reviewed by Cursor Bugbot for commit 3882923. Configure here.