kin: KIN-ARCH-006 Добавить autocommit_enabled и obsidian_vault_path в базовый SCHEMA
This commit is contained in:
parent
295a95bc7f
commit
7630736860
4 changed files with 58 additions and 5 deletions
|
|
@ -117,6 +117,8 @@ def _slim_task(task: dict) -> dict:
|
|||
}
|
||||
if task.get("revise_comment"):
|
||||
result["revise_comment"] = task["revise_comment"]
|
||||
if task.get("acceptance_criteria"):
|
||||
result["acceptance_criteria"] = task["acceptance_criteria"]
|
||||
return result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue