fix: update masonry grid sizing logic and notebook list padding

This commit is contained in:
Sepehr Ramezani
2026-02-14 14:20:32 +01:00
parent a0ffc9043b
commit 8f9031f076
580 changed files with 9789 additions and 42619 deletions

View File

@@ -1,6 +1,9 @@
name,displayName,description,module,path,standalone
"index-docs","Index Docs","Generates or updates an index.md of all documents in the specified directory","core","_bmad/core/tasks/index-docs.xml","true"
"review-adversarial-general","Adversarial Review (General)","Cynically review content and produce findings","core","_bmad/core/tasks/review-adversarial-general.xml","false"
"review-adversarial-general","Adversarial Review (General)","Cynically review content and produce findings","core","_bmad/core/tasks/review-adversarial-general.xml","true"
"shard-doc","Shard Document","Splits large markdown documents into smaller, organized files based on level 2 (default) sections","core","_bmad/core/tasks/shard-doc.xml","true"
"validate-workflow","Validate Workflow Output","Run a checklist against a document with thorough analysis and produce a validation report","core","_bmad/core/tasks/validate-workflow.xml","false"
"validate-workflow","Validate Workflow Output","Run a checklist against a document with thorough analysis and produce a validation report","core","_bmad/core/tasks/validate-workflow.xml","true"
"workflow","Execute Workflow","Execute given workflow by loading its configuration, following instructions, and producing output","core","_bmad/core/tasks/workflow.xml","false"
"editorial-review-prose","Editorial Review - Prose","Clinical copy-editor that reviews text for communication issues","core","_bmad/core/tasks/editorial-review-prose.xml","true"
"editorial-review-structure","Editorial Review - Structure","Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension","core","_bmad/core/tasks/editorial-review-structure.xml","true"
"help","help","Get unstuck by showing what workflow steps come next or answering questions about what to do","core","_bmad/core/tasks/help.md","true"
1 name displayName description module path standalone
2 index-docs Index Docs Generates or updates an index.md of all documents in the specified directory core _bmad/core/tasks/index-docs.xml true
3 review-adversarial-general Adversarial Review (General) Cynically review content and produce findings core _bmad/core/tasks/review-adversarial-general.xml false true
4 shard-doc Shard Document Splits large markdown documents into smaller, organized files based on level 2 (default) sections core _bmad/core/tasks/shard-doc.xml true
5 validate-workflow Validate Workflow Output Run a checklist against a document with thorough analysis and produce a validation report core _bmad/core/tasks/validate-workflow.xml false true
6 workflow Execute Workflow Execute given workflow by loading its configuration, following instructions, and producing output core _bmad/core/tasks/workflow.xml false
7 editorial-review-prose Editorial Review - Prose Clinical copy-editor that reviews text for communication issues core _bmad/core/tasks/editorial-review-prose.xml true
8 editorial-review-structure Editorial Review - Structure Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension core _bmad/core/tasks/editorial-review-structure.xml true
9 help help Get unstuck by showing what workflow steps come next or answering questions about what to do core _bmad/core/tasks/help.md true