Skip to content

Merge dev to main (documentation/skills cleanup)#26

Merged
Tranquil-Flow merged 4 commits intomainfrom
dev
Mar 11, 2026
Merged

Merge dev to main (documentation/skills cleanup)#26
Tranquil-Flow merged 4 commits intomainfrom
dev

Conversation

@Tranquil-Flow
Copy link
Copy Markdown
Collaborator

d217f94 — Fix registration API, add Ed25519 support, complete contract addresses
f119ab1 — Document in-place proof refresh via requestProofRefresh()

…te contract addresses

- Fix registration code examples to use static SelfAgent.requestRegistration() instead of non-existent instance method agent.register()
- Fix rate limit config params from { windowMs, maxRequests } to { perMinute } matching actual RateLimitConfig interface
- Add Ed25519Agent documentation across overview, register-agent, sign-requests, and integrate-self-id skills
- Add ed25519 and ed25519-linked registration modes to mode selection tables
- Fill in deployed addresses for SelfReputationProvider, SelfValidationProvider, AgentDemoVerifier, and AgentGate on both mainnet and testnet
All three affected skills (register-agent, overview, integrate-self-id) incorrectly stated that proof refresh requires deregister + re-register. The SDK exports requestProofRefresh() which updates proofExpiresAt in-place without changing the agentId. Updated all skills to document the in-place refresh as the preferred method, with deregister/re-register as an alternative for config changes.
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
self-agent-id Ready Ready Preview, Comment Mar 11, 2026 5:57pm

Request Review

- Remove unused imports (WizardShell, register page, WhoAreYouStep, register route, demo page, explainer page)
- Prefix unused variables and parameters with underscore to satisfy no-unused-vars rule
- Add type assertions for unsafe any access in API routes and SDK client
- Add file-level eslint-disable for Hono framework files where types are unresolvable
- Fix prettier formatting in plugin skill docs and touched source files
- Result: 0 errors, 0 warnings from both eslint and prettier
@Tranquil-Flow Tranquil-Flow merged commit 1bf5a38 into main Mar 11, 2026
9 checks passed
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.

1 participant