Skip to content

Add 60-second kaios tour transcript#30

Merged
morning-verlu merged 1 commit into
morning-verlu:mainfrom
AnandSundar:docs/issue-19-tour-transcript
Jun 20, 2026
Merged

Add 60-second kaios tour transcript#30
morning-verlu merged 1 commit into
morning-verlu:mainfrom
AnandSundar:docs/issue-19-tour-transcript

Conversation

@AnandSundar

Copy link
Copy Markdown
Contributor

Summary

A first-time visitor can now see what kaios tour prints before installing KAI OS. The new "60-Second Tour Transcript" section in docs/LOCAL_TOUR.md reproduces the key output moments (header, what happened:, product proof:, artifacts:, next:) and links the three artifacts the tour writes so a reader knows what to open after running it themselves.

The four-line product proof: mapping — Agent = Process, Tool = Syscall, Run = Evidence, CI = Gate — is now visible to anyone scanning the docs, which is what issue #19 asked for.

Notes for reviewer

  • The transcript text is transcribed byte-for-byte from the canonical renderTourText function in kaios-cli/src/main/kotlin/ai/kaios/cli/Main.kt (lines 956-988). Run-id and path values are placeholders (<run-id>, <workspace>, <path-to-artifact>, <path-to-trace>, <path-to-capsule>) since they vary per run.
  • The git diff --check half of the issue's verification passes. The live kaios tour --dir /tmp/kaios-tour-check half is currently blocked on this checkout by a pre-existing, unrelated bug in quickstartPlan (kaios-cli/src/main/kotlin/ai/kaios/cli/Main.kt:1148) that uses a literal <run-id>.json placeholder where a real path is required. The bug predates this branch (introduced in 3a05858, Jun 16) and is independent of this docs change. A reviewer can re-verify the transcript by reading renderTourText directly.

Post-Deploy Monitoring & Validation

No additional operational monitoring required. This is a docs-only change with no runtime effect.

Closes #19.

Closes morning-verlu#19: a first-time visitor can now see what kaios tour prints
before installing KAI OS. The new section in docs/LOCAL_TOUR.md
reproduces the key output moments (header, what happened:, product
proof:, artifacts:, next:) and links the three artifacts the tour
writes. The four-line product proof: mapping (Agent = Process,
Tool = Syscall, Run = Evidence, CI = Gate) is visible to anyone
scanning the docs.

Transcript is transcribed byte-for-byte from the canonical
renderTourText function in kaios-cli/src/main/kotlin/ai/kaios/cli/Main.kt
(lines 956-988). Run-id and path values are placeholders.

Also adds the planning artifact docs/plans/2026-06-19-001-feat-tour-transcript-plan.md
that documents the work.

Co-Authored-By: Claude <noreply@anthropic.com>
@morning-verlu morning-verlu merged commit 37c712f into morning-verlu:main Jun 20, 2026
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.

[Good first issue]: Add a 60-second kaios tour transcript

2 participants