Skip to content

[FEAT]: Update safhandle description#9

Open
mbagalwa wants to merge 1 commit into
Safrochain-Org:mainfrom
mbagalwa:feat/safhandle
Open

[FEAT]: Update safhandle description#9
mbagalwa wants to merge 1 commit into
Safrochain-Org:mainfrom
mbagalwa:feat/safhandle

Conversation

@mbagalwa

@mbagalwa mbagalwa commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Update the existing SafHandle listing (apps/safhandle/) so it accurately
describes the SafHandle web dApp. The entry previously described the SDK and sat
in concept status.

  • Rewrite name, shortDescription, and description to the app's real,
    code-verified features:
    • Register a short .saf name (3–32 chars, a–z 0–9 -, one per wallet);
      transfer or release it (register_name / transfer_name / release_name).
    • Resolve name → addr_safro… address and reverse-lookup — free, read-only,
      no account or fee (get_address / resolve_name / handles).
    • Connect Keplr / Leap / Cosmostation; interactive demo + reserve dashboard;
      exact on-chain fee read from contract config.
    • Phone-number handles noted as Phase 2 (not claimed as live).
  • status: conceptbeta with a testnet statusNote
    (live on safro-testnet-1; mainnet contract pending).
  • url → live app https://handle.safrochain.com.
  • links: website (app), github (open-source SafHandle SDK), and
    docs → the SafHandle SDK on npm. (The links schema has no sdk key —
    additionalProperties: false — so the SDK link lives under docs.)
  • Add version (0.1.0), languages (en), app-focused tags, and set
    updatedAt.
  • Regenerated registry.json.

Checklist (required)

  • I ran npm ci and npm run validate locally — it passed before opening this PR.
  • I ran npm run build:registry and committed the updated registry.json in this PR.
  • New or updated app folder is apps/<slug>/ with json/app.json and img/logo.png.
  • <slug> is 2–64 chars, lowercase letters and digits only (no spaces or hyphens), and slug in JSON matches the folder name.
  • Logo is PNG, 512×512 pixels. (verified by npm run validate)
  • I have the rights to submit this listing text and logo.
  • I agree my contributions are licensed under the MIT License in this repository.

Validation output (paste if useful)

​```

safrochain-app-list@1.0.0 validate
node scripts/validate.mjs

Validation OK.
​```

Summary by CodeRabbit

  • New Features

    • Updated the SafHandle app listing with refreshed product messaging, a new website link, and improved resource links.
    • Added English language metadata and expanded feature highlights in the app description.
  • Updates

    • Moved the app status to beta and refreshed the status note with current deployment details.
    • Revised tags, version info, and last-updated timestamps to reflect the latest release.

@mbagalwa mbagalwa self-assigned this Jul 9, 2026
@mbagalwa mbagalwa added the documentation Improvements or additions to documentation label Jul 9, 2026
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@mbagalwa, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 56 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d43b737e-0bd6-4256-bd2c-95dc1ea945e4

📥 Commits

Reviewing files that changed from the base of the PR and between 746bf20 and 282ce43.

⛔ Files ignored due to path filters (1)
  • apps/safhandle/img/logo.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • apps/safhandle/json/app.json
  • registry.json
📝 Walkthrough

Walkthrough

This PR updates metadata for the SafHandle app in both apps/safhandle/json/app.json and registry.json. Changes include renaming to "SafHandle", revised descriptions, status change from concept to beta, updated links/tags, added languages field, and refreshed timestamps.

Changes

SafHandle App and Registry Metadata Update

Layer / File(s) Summary
App manifest identity and metadata update
apps/safhandle/json/app.json
Updated name, shortDescription, description, url, status/statusNote (concept → beta), tags, links (website/github/docs), added languages: ["en"], and bumped updatedAt.
Registry entry sync
registry.json
Mirrored the SafHandle manifest changes (name casing, description, status/statusNote, links, tags, url, version, updatedAt) in the registry entry, and updated the top-level generatedAt timestamp.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed Title is concise and accurately reflects the main change to the SafHandle listing.
Description check ✅ Passed The description follows the required template and includes the summary, checklist, and validation output.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant