wip(freight): migration 0017 + model/column-list groundwork for add-freight-templates

This commit is contained in:
Chengdong Zhang
2026-09-23 17:39:45 +08:00
parent a83e857bdf
commit 5b426486ac
105 changed files with 6193 additions and 1566 deletions
+32
View File
@@ -0,0 +1,32 @@
node_modules
.nuxt
.output
dist
build
coverage
.pnpm-store
# Auto-generated by Nuxt
**/.nuxt/**
**/.output/**
# Lockfiles
pnpm-lock.yaml
Cargo.lock
# Generated tsconfigs (Nuxt)
**/.nuxt/tsconfig*.json
# env files
.env
.env.*
!.env.example
# Don't reformat OpenSpec specs / changes / docs — these are prose where
# line breaks around `### Requirement:` / `#### Scenario:` blocks are part
# of the spec's reading layout, not cosmetic.
openspec/specs/**
openspec/changes/**
openspec/MIGRATION-PLAN.md
docs/**/*.md
docs/**/*.html