Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 4.4 KB

File metadata and controls

74 lines (43 loc) · 4.4 KB

Three-minute demo script

Before recording

  • Build the latest VSIX and portable distribution; do not use the earlier full-page Training Console build.
  • Open a small normal TypeScript repository with a test task and Git initialized.
  • Use the checked Monad Testnet fixtures below; do not paste private wallet data.
  • Confirm the RPC status is live. If it is unavailable, show the error honestly rather than substituting cached numbers.
  • Do not attempt attestation publish or verification until RepRegistry has a verified Testnet address and the wallet flow is configured.

Checked on 2026-07-19 from finalized block 46339905:

0:00–0:25 — A normal IDE first

Launch PureFlow.cmd and open the repository.

Say: “PureFlow is a separate VSCodium distribution for daily development, not a browser IDE and not a coding exercise tab. The normal editor, Explorer, terminal, tests, debugger, and Git stay in charge.”

Edit one line, open the integrated terminal from PureFlow, and run the native test task. Briefly show the PureFlow Mineral theme and compact sidebar; keep the code editor visible.

0:25–0:55 — Workspace-native actions

Open the Workspace route. Point out the current project, relative file, language, selection, and Git branch. Open Source Control through the sidebar to show that PureFlow delegates to the native surface.

Mention that Create Project can scaffold an empty folder, strict Node + TypeScript project, or Monad + Hardhat starter, then opens it as a normal workspace.

0:55–1:30 — Help only when requested

Select a small function in the editor. Right-click → PureFlow → Why Is This Code Written This Way? Show the sidebar moving to Mentor while the editor remains open.

Say: “This action sends only the explicit selection, relative file identity, language, and line range. PureFlow never uploads the repository in the background. With no coach configured, the result is clearly labeled local guide.”

Show Quiz me or Quiz current function, then search for one API symbol in Documentation. Do not imply the local guide is a model response.

1:30–2:15 — Real Monad developer tools

Open Monad. Refresh Testnet health and show chain ID 10143, latest/safe/finalized blocks, RPC latency, and gas price.

Inspect the prepared real address or transaction hash. Point out balance/nonce/bytecode for an address, or receipt status/finality/gas/logs for a transaction, then open the official explorer link.

Run Monad Project Doctor against a Monad project or starter. Show detected Hardhat/Foundry/Solidity/viem/wagmi signals and whether Testnet configuration was found.

Say: “These are live, read-only RPC and local project results. No wallet is needed to use the workbench.”

2:15–2:45 — Focus is optional

Open demo/cache-lab or return to the prepared failing test. Switch to Focus and start a short Rep only now.

Record the hypothesis that the cache-expiry comparison is inverted, run the native test task, mark its outcome yourself, fix the comparison manually, and mark the next outcome. Point out that configured AI calls are blocked while the Rep is active and that PureFlow records user-declared workflow events rather than keystrokes, clipboard contents, terminal history, or parsed test-runner output.

If time is tight, stop after showing the hypothesis and test evidence. The product has already been demonstrated without requiring a Rep.

2:45–3:00 — Honest close

Show the proof section labeled Prepared, not published.

If RepRegistry is already deployed: show the real address once, and only claim verification after a successful attestorOf read.

If not deployed yet: say so out loud — do not invent a success toast.

End on the companion https://yava-code.github.io/PureFlow/ and https://github.com/yava-code/PureFlow.

Ultra-short path (if under 2:30 total)

  1. Companion homepage + live Monad band
  2. IDE: edit + mentor on selection
  3. Monad inspect fixture
  4. Focus idle loop copy
  5. Prepared proof honesty + links