yao/sui/api
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
..
api.go Enhance API Guards and Documentation 2026-01-04 16:40:23 +08:00
build_test.go Optimize $backend function call 2024-08-04 11:40:15 +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
guards.go Refactor OAuth token refresh handling to improve concurrency management 2026-03-02 14:12:22 +08:00
process.go [feat] add SUI template.render process 2024-08-10 16:58:38 +08:00
process_test.go fix sui test cases 2024-07-17 16:44:42 +08:00
render.go feat: Enhance global build context and component handling 2025-04-23 16:08:10 +08:00
render_test.go Improve SUI TemplateRender 2024-08-10 19:34:36 +08:00
request.go feat(middleware): add support for markdown content negotiation and rendering 2026-04-02 18:55:36 +08:00
request_test.go [feat] SUI support BeforeRender hook for dataset processing, and deprecating the s:set method. 2024-07-25 17:56:40 +08:00
run.go Implement dynamic route resolution using rewrite rules 2026-02-13 23:44:28 +08:00
sui.go Refactor SUI Command Arguments and Enhance Default Template Handling 2026-01-01 10:28:45 +08:00
sui_test.go feat: output warning messages during sui page build 2024-07-09 05:56:29 +08:00