📝 docs(main_loop): clarify plan commit contents

This commit is contained in:
csh
2026-05-27 14:17:02 +08:00
parent 1a3ea1f425
commit 16287e207f
2 changed files with 9 additions and 0 deletions
@@ -150,6 +150,9 @@ class SyncTemplatesPlaceholdersTests(unittest.TestCase):
self.assertIn(
"不得由 `main_loop.py finish` 自动执行 `git commit`", rules_template
)
self.assertIn("当前 Plan 文件", rules_template)
self.assertIn("`memory-bank/progress.md`", rules_template)
self.assertIn("必要 memory 更新", rules_template)
self.assertIn("工作区保持干净后再领取下一个 Plan", rules_template)
def test_sync_templates_replaces_playbook_scripts_without_main_language_support(