Cleanup agent-file-template.md (#2579)

* follow  fc3d1244c0

agent-file-template.md is removed at  fc3d1244c0

* Fix ruled line for constitution-template.md

* fix test
This commit is contained in:
Yoshiyuki Kinjo
2026-07-14 02:59:31 +09:00
committed by GitHub
parent 6664cf813c
commit e649bbdc44
4 changed files with 2 additions and 18 deletions

View File

@@ -2620,7 +2620,7 @@ class TestSelfTestPreset:
assert manifest.id == "self-test"
assert manifest.name == "Self-Test Preset"
assert manifest.version == "1.0.0"
assert len(manifest.templates) == 8 # 6 templates + 2 commands
assert len(manifest.templates) == 7 # 5 templates + 2 commands
def test_self_test_provides_all_core_templates(self):
"""Verify the self-test preset provides an override for every core template."""