Sync OneOS workspace with new prototypes, annotations, and Gitea remote fix.

Add vehicle-h2-fee-ledger, customer-management, lease and self-operated ledgers, annotation sources, agent skills, and vite annotation runtime support. Update vehicle management, contract templates, and lease contract flows.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
王冕
2026-06-30 15:27:23 +08:00
parent 00ca1846af
commit af29b26fe8
309 changed files with 73875 additions and 3838 deletions

13
.gitignore vendored
View File

@@ -22,6 +22,9 @@ vite.config.*.timestamp-*
# Environment variables
.env
.env.*
!.env.example
!.env.*.example
.env.local
.env.*.local
.env.production
@@ -30,8 +33,10 @@ vite.config.*.timestamp-*
# Local configuration (runtime-generated)
.axhub/make/*
!.axhub/make/client.json
!.axhub/make/axhub.config.json
!.axhub/make/README.md
!.axhub/make/sidebar-tree.json
.axhub/sessions/
components.json
.dev-server-info.json
entries.json
@@ -42,6 +47,9 @@ entries.json
.claude/*
!.claude/skills/
!.claude/skills/**
.agents/*
!.agents/skills/
!.agents/skills/**
.opencode/
.trae/
/.drafts/
@@ -70,6 +78,11 @@ logs/
*.tmp
*.temp
.cache/
.drawio-tmp/
# Runtime review/comment artifacts are project-local by default.
src/prototypes/**/.spec/acp/
src/prototypes/**/.spec/prototype-comments.json
# Coverage reports
coverage/