PeacebinfLow commited on
Commit
e52ce45
·
verified ·
1 Parent(s): 71b6868

Create spec_template.yaml

Browse files
Files changed (1) hide show
  1. templates/spec_template.yaml +18 -0
templates/spec_template.yaml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ TITLE: "Technical Spec"
2
+ DESCRIPTION: "API endpoints and runtime specifications for dataset querying."
3
+ CONTENT:
4
+ endpoints:
5
+ - "/splits"
6
+ - "/first-rows"
7
+ - "/rows"
8
+ - "/search"
9
+ - "/filter"
10
+ constraints:
11
+ - "Requests timeout: 30s"
12
+ - "Card output bounded preview"
13
+ - "YAML schema validated"
14
+ CONTEXT_LINKS:
15
+ - "LEDGER_CORE.dataset_query_optimization"
16
+ NEXT_ACTIONS:
17
+ - "SPLITS"
18
+ - "ROWS train 0 25"