Echo · Devlog

A running log of what shipped on the Echo feedback platform. ← back to app

feat

Shipped — repo public on GitHub, dapp live on Cloudflare Pages

Echo is now at github.com/hien-p/echo (public) and deployed at echo-20u.pages.dev. CI now includes a cf-deploy workflow that rebuilds + deploys the Pages project on every push to main using the CLOUDFLARE_API_TOKEN + CLOUDFLARE_ACCOUNT_ID repo secrets. Integration tests repointed at move/echo so the localnet suite publishes the real Echo package.

chore

Devlog + git-hook conventions wired in

Ported /logs page, commit-msg + pre-push hooks, and the Commit Guard Actions workflow from hien-p/claude-cloudflare-template. Local git identity pinned to hien-p so commits stay attributed correctly when pushed.

feat

Move package echo scaffolded with form + submission modules

Created move/echo/ with Form (5 privacy tiers, schema versioning, lifecycle), FormOwnerCap capability, and SubmissionRef pointing at Walrus blob IDs (anonymous mode included). 6 unit tests pass via sui move test.

chore

Project bootstrapped from sui-dapp-template

Cloned harrymove-ctrl/sui-dapp-template-main, installed deps (@mysten/walrus@1.1.4, @mysten/seal@1.1.1), rebranded to Echo, configured testnet env. pnpm build + pnpm test green.