yao/seed
Max efc84fbb97 feat(doc): add yao doc CLI commands and YAML documentation for all packages
Implement yao doc process list/inspect/validate and yao doc runtime
list/inspect/validate commands. Validate uses engine addressing logic
(process.Of) and checks dynamic-ID group registries (model, store, fs,
task, schedule) to verify resources actually exist.

- cmd/doc/: CLI command tree with process and runtime subcommands
- cmd/root.go: wire docCmd into rootCmd
- 27 process doc.yml + doc.go pairs across yao packages
- cmd/doc/doc_test.go: integration tests

Made-with: Cursor
2026-04-23 21:37:43 +08:00
..
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
process.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
process_test.go Add seed file system support and deprecate legacy registrations 2025-10-20 10:34:52 +08:00
seed.go Enhance OpenAPI and JSON Parsing Functionality 2025-12-31 11:54:36 +08:00
seed_reset_test.go Refactor scope loading to dynamically retrieve first-level subdirectories 2025-11-04 18:07:22 +08:00
seed_test.go Refactor seed import logic to exclude auto-generated fields and improve error handling 2025-10-20 11:33:19 +08:00
types.go Implement JSON field parsing for CSV and XLSX imports in seed module 2025-10-20 10:52:04 +08:00