📝 docs(templates): refine superpowers prompt boundaries
This commit is contained in:
@@ -57,6 +57,7 @@ class DeploymentRoutesE2ETests(unittest.TestCase):
|
||||
for rel in expected:
|
||||
with self.subTest(path=rel):
|
||||
self.assertTrue((project_root / rel).exists(), f"missing: {rel}")
|
||||
self.assertFalse((project_root / "docs" / "workflows").exists())
|
||||
|
||||
def assert_docs_prefix(self, project_root: Path, docs_prefix: str) -> None:
|
||||
agents_index = (project_root / ".agents" / "index.md").read_text(encoding="utf-8")
|
||||
|
||||
Reference in New Issue
Block a user