Skip to content

docs: anti-goals roadmap (#123) + install matrix fixes (#124)#165

Merged
sergeyenin merged 2 commits into
mainfrom
fix/issues-123-124
Jun 3, 2026
Merged

docs: anti-goals roadmap (#123) + install matrix fixes (#124)#165
sergeyenin merged 2 commits into
mainfrom
fix/issues-123-124

Conversation

@sergeyenin
Copy link
Copy Markdown
Contributor

@sergeyenin sergeyenin commented Jun 3, 2026

Summary

Closes the remaining credibility-epic good-first issues.

#123 — Public anti-goals + focused narrative

  • Rewrote ROADMAP.md: wedge one-liner, explicit 2.0 anti-goals table, phased Now/Next/Later direction, buyer-fit matrix, no internal_docs references.
  • Linked from README (nav + positioning paragraph), LIMITATIONS, docs index (Explanation + Proof Pack).

#124 — Install matrix + paths

  • README Install table matches actual release artifacts (talon_<version>_linux_amd64.tar.gz + checksums.txt only per .goreleaser.yml).
  • Documented first-run path: TALON_SECRETS_KEYtalon init --scaffoldtalon run --dry-run.
  • scripts/install.sh: checks release JSON for asset availability; darwin/arm64 (and other missing platforms) fall back to go install with macOS clang guidance instead of 404/checksum failure.
  • Updated first-governed-agent install section.

Test plan

  • scripts/check-claim-discipline.sh
  • bash -n scripts/install.sh
  • install.sh on darwin/arm64 → go install fallback → talon version
  • talon init --scaffold + talon run --dry-run on clean dir

Closes #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_KEYtalon init --scaffoldtalon run --dry-run), and tutorial prerequisites. scripts/install.sh checks release JSON for the platform asset, falls back to go install (with Darwin clang env) when missing, and hardens download/checksum/extract handling.

Reviewed by Cursor Bugbot for commit 3882923. Configure here.

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.
@sergeyenin sergeyenin merged commit b5d845a into main Jun 3, 2026
8 checks passed
@sergeyenin sergeyenin deleted the fix/issues-123-124 branch June 3, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix install paths + tighten README install matrix Public anti-goals + focused-narrative pass

1 participant