with one click
aim-auth-domain
aim 的认证域。对应 `auth` 模块。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
aim 的认证域。对应 `auth` 模块。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
aim 的进程内共享包域。对应 `app/shared` 模块。
AIM 数据库迁移规范与 Docker Compose 集成。当修改 migration SQL 文件、新增迁移、修改 docker-compose.yaml 的 migrate 服务、或排查迁移失败时使用。
AIM 的附件域。涉及 `app/attachment`、AttachmentService gRPC、上传/下载授权、SeaweedFS/S3 签名、附件元数据、`aim.attachment.uploaded` 事件时使用。
aim 的核心域。对应 `core` 模块。
AIM 开发测试工具(dev-tool)。Python CLI,覆盖 gateway 全部 REST 端点与 WebSocket 帧协议,支持多 profile 多用户并行测试、并发压测。当需要调试 REST/WS 接口、运行集成测试、压力测试、或新增命令时使用。
aim 的网关域。对应 `gateway` 模块。
| name | aim-auth-domain |
| description | aim 的认证域。对应 `auth` 模块。 |
references/schema.mdreferences/detail.mdreferences/api.mdreferences/detail.mdreferences/api.md2026-06-03: 注册中心从 Nacos 切到 etcd。app/auth/rpc/auth.go 启动由 zrpc.MustNewServer(c.RpcServerConf) 自动注册 Etcd.Key: auth.rpc,进程退出由 proc.AddWrapUpListener 自动撤销 lease。app/shared/nacos 与 aimnacos scheme 整包删除。
2026-05-19: 接入 RPC 统一错误拦截器,清洗非业务错误并记录追踪事件。