* feat: add docs and CI workflow for publishing to onsonr.dev
* (refactor): Move hway,motr executables to their own repos
* feat: simplify devnet and testnet configurations
* refactor: update import path for didcrypto package
* docs(networks): Add README with project overview, architecture, and community links
* refactor: Move network configurations to deploy directory
* build: update golang version to 1.23
* refactor: move logger interface to appropriate package
* refactor: Move devnet configuration to networks/devnet
* chore: improve release process with date variable
* (chore): Move Crypto Library
* refactor: improve code structure and readability in DID module
* feat: integrate Trunk CI checks
* ci: optimize CI workflow by removing redundant build jobs
---------
Co-authored-by: Darp Alakun <i@prad.nu>
* chore(docs): remove token economy guide
* refactor(context): update GatewayContext to use Querier interface
* chore(database): update schema path
* docs: Update READMEs for x/did, x/dwn, and x/svc with UCAN integration
* chore(pkg): update database scope name
* refactor(did): optimize GenesisState proto methods
* refactor(svc): update Service proto to use repeated fields
* refactor(api): rename MsgSpawn to MsgInitialize
- **feat: add documentation and GitHub Actions workflow for publishing
documentation**
- **docs(concepts): add documentation for chain modules**
- **refactor: Simplify session management with SQLite storage and remove
deprecated code**
- **refactor: Simplify database initialization and remove
DatabaseContext**
- **refactor: move connection handling logic to resolver package**
- **feat: implement session management with database persistence**
- **feat: Ensure config directory exists when creating database path**
- **feat: Add SetUserHandle function to set user handle in session**
- **feat: Add public methods to set session fields with database save**
- **refactor: Remove unused session setter functions**
- **feat: Add getter methods for all Session Model properties**
- **feat: enhance Session model with user name details**
- **feat: add Motr support and update UI elements**
- **<no value>**
- **feat: Add unique handle constraint and method to check handle
existence**
- **docs: update site URL to onsonr.dev**
- **fix: correct import statement for database package**
- **test: updated CI to run tests on pull requests and merge groups**
- **docs: remove reference to develop branch in workflow**
- **feat: add WebAuthn support for user registration**
- **fix: correct smart account attenuation preset name**
- **feat: add ComputeIssuerDID and ComputeSonrAddr functions to ucan
package**
- **test: add unit tests for MPC keyset and keyshare**
- **feat: introduce new script to streamline GitHub issue creation**