yun-zhi-ztl
1de2aac7e5
Merge pull request #127 from iflytek/feature/project-fixbug319
...
Delete docs
2026-03-19 22:17:33 +08:00
yun-zhi-ztl
4b0f508f70
Delete docs
...
Signed-off-by: yun-zhi-ztl <66589705+yun-zhi-ztl@users.noreply.github.com>
2026-03-19 22:16:56 +08:00
yun-zhi-ztl
cf1ec1b89e
merge: pull request #124 from feature/project-fixbug319
...
feat: add pending skill detail to review workflow
2026-03-19 22:16:09 +08:00
vsxd
857afc5935
chore(runtime): default release runtime to latest
2026-03-19 20:36:45 +08:00
yun-zhi-ztl
57c181a26e
Merge remote-tracking branch 'origin/main' into feature/project-fixbug319
2026-03-19 19:42:32 +08:00
yun-zhi-ztl
e2c225de27
docs: add review skill detail design spec
2026-03-19 19:40:58 +08:00
vsxd
f86f04a2d3
docs: align clawhub env vars with public docs
2026-03-19 17:39:38 +08:00
yun-zhi-ztl
5748018f8b
Merge pull request #108 from iflytek/feature/project-fixbug319
...
fix: paginate governance views and add my skills filters
2026-03-19 17:37:32 +08:00
vsxd
2047b72cc4
docs: rename CLAWHUB_REGISTRY env var in docs
2026-03-19 17:17:39 +08:00
yun-zhi-ztl
ae91e7ead2
Merge remote-tracking branch 'origin/main' into feature/project-fixbug319
2026-03-19 16:35:32 +08:00
yun-zhi-ztl
ab40cb406a
docs(notification): fix service names, module deps, and minor review items
2026-03-19 16:20:29 +08:00
yun-zhi-ztl
120f01189d
docs(notification): address spec review feedback
2026-03-19 16:16:49 +08:00
yun-zhi-ztl
9f9c87fdec
docs(notification): add notification system design spec
2026-03-19 16:11:14 +08:00
vsxd
25de227f1b
refactor: consolidate backend workflow and security policies
2026-03-19 15:20:08 +08:00
vsxd
024e66d747
feat: add search index rebuild workflow
2026-03-19 15:20:08 +08:00
vsxd
729b1c0498
docs: enrich frontend code documentation
2026-03-19 13:37:21 +08:00
vsxd
8ef53d0fdd
docs: enrich backend code documentation
2026-03-19 13:37:21 +08:00
vsxd
ed07472dad
fix: resolve duplicate flyway migration versions
2026-03-19 10:06:25 +08:00
vsxd
0814b8939c
refactor: unify backend time handling in utc
2026-03-18 17:16:55 +08:00
Xudong Sun
4aa3d29599
refactor: skill lifecycle projection and docs ( #78 )
...
* Refactor skill lifecycle projection and docs
* Improve owner lifecycle visibility on skill detail
* Track download counts per skill version
2026-03-18 13:39:22 +08:00
wowo-zZ
69e29aeadf
docs: add OpenClaw integration guide and update download auth rules
...
- Add comprehensive OpenClaw/ClawHub CLI integration guides (CN/EN)
- Document anonymous download support for global PUBLIC skills
- Clarify authentication requirements by namespace type
- Update README with ClawHub CLI usage examples
2026-03-17 20:32:39 +08:00
vsxd
5168e866da
fix: make bootstrap admin opt-in and stabilize promotion errors
2026-03-16 16:03:46 +08:00
yun-zhi-ztl
0b85bf1e89
feat: bootstrap default super admin across profiles
2026-03-16 16:03:46 +08:00
yun-zhi-ztl
62979b2dd7
test: cover namespace workflow smoke paths
2026-03-16 16:03:46 +08:00
yun-zhi-ztl
30d6581710
fix: stabilize backend dev startup flow
2026-03-16 16:03:46 +08:00
yun-zhi-ztl
93323766db
fix: stabilize backend dev module classpath
2026-03-16 16:03:46 +08:00
yun-zhi-ztl
1418bc4840
docs: add namespace governance implementation plan
2026-03-16 16:03:46 +08:00
yun-zhi-ztl
3753d7bcff
docs: add namespace governance design spec
2026-03-16 16:03:46 +08:00
tww
bd83f91648
cli fix
2026-03-15 20:34:36 +08:00
yun-zhi-ztl
3a5e8d711e
feat(search): add semantic reranking foundation
2026-03-15 17:07:48 +08:00
yun-zhi-ztl
14328868ae
docs: align roadmap with current review flow
2026-03-15 16:16:33 +08:00
wowo
d229b7667f
Merge pull request #29 from iflytek/feat/parallel-workflow-v2
...
refactor(dev): replace agent-* commands with parallel-* workflow
2026-03-14 20:59:38 +08:00
wowo-zZ
f8d96171f0
refactor(dev): replace agent-* commands with parallel-* workflow
...
- Rename setup-agent-worktrees.sh -> parallel-init.sh
- Rename sync-agent-integration.sh -> parallel-sync.sh
- Rename 13-agent-parallel-workflow.md -> 13-parallel-workflow.md
- Add parallel-common.sh with shared utilities
- Add parallel-up.sh (sync + dev-all in one step)
- Add parallel-down.sh (stop integration stack)
- Remove agent-worktrees and agent-sync Makefile targets
- Remove AGENT_BASE_REF and AGENT_WORKTREE_ROOT variables
- Clean up compatibility shim references in docs
2026-03-14 20:49:17 +08:00
yun-zhi-ztl
bf62b340ab
fix: change api/v1/cli to api/v1
2026-03-14 20:35:50 +08:00
yun-zhi-ztl
188f6108d1
feat(auth): improve extensible login method metadata
2026-03-14 18:52:35 +08:00
wowo-zZ
e78f7f803a
feat(dev): add Claude + Codex parallel workflow support
...
Add infrastructure for running Claude and Codex agents in parallel
without conflicts, using isolated git worktrees and shared Docker
dependencies.
Changes:
- Add agent-worktrees and agent-sync Makefile targets
- Pin Docker Compose project names to enable worktree isolation
- Add setup-agent-worktrees.sh script for creating parallel worktrees
- Add sync-agent-integration.sh script for merging agent branches
- Document parallel workflow in 13-agent-parallel-workflow.md
- Update dev-workflow.md with worktree usage guide
Benefits:
- Prevents agents from overwriting each other's work
- Shares dependency containers across worktrees (Postgres/Redis/MinIO)
- Reserves localhost:3000 for integration verification only
- Provides clear merge and recovery procedures
2026-03-14 18:01:12 +08:00
wowo-zZ
175b6c44c9
docs: add dev-workflow guide covering local dev, staging, and PR creation
2026-03-14 13:31:47 +08:00
wowo-zZ
fb15c53920
docs(plan): add dev workflow optimization implementation plan
2026-03-14 13:20:38 +08:00
vsxd
ac352314f7
Add extensible auth compatibility layer for private SSO
2026-03-13 18:00:22 +08:00
vsxd
7a0d40736c
Add release config validation workflow
2026-03-13 17:00:47 +08:00
vsxd
9ae9b93ca7
Refine production compose runtime config
2026-03-13 17:00:47 +08:00
vsxd
3682a4646b
Auto-publish skills submitted by super admins
2026-03-13 15:36:56 +08:00
vsxd
6864604377
feat(ops): publish multi-arch runtime images
2026-03-12 21:20:14 +08:00
vsxd
47c9a1d1db
feat(ops): publish runtime images via github actions
2026-03-12 20:53:24 +08:00
vsxd
84c7c2b145
docs: update README, architecture, and deployment documentation
...
Refresh docs to reflect current project state including new
modules and simplified deployment approach.
2026-03-12 20:12:11 +08:00
vsxd
9d7282221c
docs: update specs, plans, and design documents for Phase 2-4
2026-03-12 17:46:41 +08:00
vsxd
6acdfe3c91
fix(docs): address spec review findings for Phase 4 design
...
- Remove auth_method field reference, use local_credential existence
- Unify merge API path to /api/v1/auth/merge/*
- Add missing /.well-known/ proxy in Nginx and K8s Ingress
- Fix SeedDataRunner missing field declarations
- Remove login failure attempt count from error response
- Sync delivery roadmap Phase 4/5 scope with spec
2026-03-12 16:04:59 +08:00
vsxd
44dece6f6d
docs: add Phase 4 design spec - ops polish + open source readiness
...
Comprehensive design covering local auth, multi-account merge, skill
governance, audit log query, Prometheus metrics, performance optimization,
security hardening, Docker one-click startup, K8s deployment, and open
source infrastructure.
2026-03-12 15:55:27 +08:00
vsxd
b77e5ad314
docs: complete Phase 3 implementation plan with detailed TDD steps for all 5 chunks
2026-03-12 14:31:49 +08:00
vsxd
7174ffab6a
docs: complete Phase 3 implementation plan with detailed TDD steps for all 5 chunks
...
- Chunk 1: Review workflow core (backend) - DB migration, entities, repos, permissions, service
- Chunk 2: Rating/favorites + frontend review center - entities, services, event listeners, controllers
- Chunk 3: CLI API + Web auth - Device Flow models, service, controllers, frontend page
- Chunk 4: ClawHub compatibility layer - slug mapper, well-known endpoint, compat controller
- Chunk 5: Idempotency + admin dashboard - interceptor, cleanup tasks, admin API, frontend pages
2026-03-12 11:30:19 +08:00