File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ def generate_next_adr_id(registry: DecisionRegistry) -> str:
5252 """
5353 return next_sequential_id (registry .collect (), "ADR" )
5454
55+
5556def build_adr_frontmatter (
5657 adr_id : str ,
5758 title : str ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ def generate_next_policy_id(registry: PolicyRegistry) -> str:
5252 """
5353 return next_sequential_id (registry .collect (), "POL" )
5454
55+
5556def build_policy_frontmatter (
5657 policy_id : str ,
5758 title : str ,
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ def generate_next_standard_id(registry: StandardRegistry) -> str:
5151 """
5252 return next_sequential_id (registry .collect (), "STD" )
5353
54+
5455def build_standard_frontmatter (
5556 standard_id : str ,
5657 title : str ,
You can’t perform that action at this time.
0 commit comments