Skip to content

Commit 07ab975

Browse files
jobselkoggainey
authored andcommitted
Fix typo in check-manifest config
1 parent 3490bfe commit 07ab975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def merge_toml(template, plugin_root_path, relative_path, template_vars):
200200
old_toml[merge_key].update(data[merge_key])
201201
if template_vars["check_manifest"]:
202202
check_manifest_conf = old_toml["tool"].setdefault("check-manifest", {"ignore": []})
203-
for ai_file in ["AGENT.md", "CLAUDE.md"]:
203+
for ai_file in ["AGENTS.md", "CLAUDE.md"]:
204204
if ai_file not in check_manifest_conf["ignore"]:
205205
check_manifest_conf["ignore"].append(ai_file)
206206
output = tomlkit.dumps(old_toml)

0 commit comments

Comments
 (0)