We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecd0a9 commit f3d0a2eCopy full SHA for f3d0a2e
1 file changed
src/specify_cli/__init__.py
@@ -1493,6 +1493,11 @@ def load_init_options(project_path: Path) -> dict[str, Any]:
1493
# Default skills directory for agents not in AGENT_CONFIG
1494
DEFAULT_SKILLS_DIR = ".agents/skills"
1495
1496
+# Backward-compatible export: kept for downstream tests/tools that still
1497
+# import this symbol, even though skills directory resolution now relies on
1498
+# AGENT_CONFIG folder + "skills" convention.
1499
+AGENT_SKILLS_DIR_OVERRIDES: dict[str, str] = {}
1500
+
1501
# Agents whose downloaded template already contains skills in the final layout.
1502
#
1503
# Technical debt note:
0 commit comments