4 Commits

Author SHA1 Message Date
25c0451489 feat: cfg skill with topic-based docs (general/contract/onboarding/admin)
cfg skill              — general usage (default), lists other topics
cfg skill contract     — API endpoints, KV layout, auth flow
cfg skill onboarding   — step-by-step new agent setup
cfg skill admin        — admin operations & user management
2026-05-09 03:55:06 +00:00
f48f951c50 feat: add cfg skill subcommand — built-in usage guide
cfg skill outputs comprehensive documentation including architecture,
all commands, API endpoints, and tips. Keeps docs in sync with code.
2026-05-09 03:38:59 +00:00
0ec917bedd feat: add public profile support
- New KV prefix public:{agent_id}:{key} for public profile data
- Any authenticated user can read all profiles, write only to own
- Worker routes: GET /profiles, GET/PUT/DELETE /profile/:agent_id/:key
- CLI commands: cfg profile, cfg profile <id>, cfg profile set/unset, cfg profiles
2026-05-09 03:19:13 +00:00
117e334a07 refactor: bun monorepo, @shazhou/cfg CLI (TS), cleanup old cli/scripts
- Restructured as bun monorepo with packages/cfg and packages/worker
- CLI rewritten in TypeScript with modular architecture
- Published as @shazhou/cfg@1.0.0 (replaces @shazhou/config)
- Deprecated @shazhou/config on npm
- Removed legacy Python scripts and old cli-npm package
2026-04-21 02:59:24 +00:00