feat(board): introduce new board agent templates and restructure existing files

This commit is contained in:
Abhimanyu Saharan
2026-02-15 00:45:28 +05:30
parent 313ce874f9
commit 2084405593
33 changed files with 795 additions and 903 deletions

View File

@@ -44,7 +44,7 @@ def _parse_args() -> argparse.Namespace:
parser.add_argument(
"--force-bootstrap",
action="store_true",
help="Force BOOTSTRAP.md to be provisioned during sync",
help="Force BOOTSTRAP.md to be rendered during update sync",
)
return parser.parse_args()