From dcbc3023599efb7a2cc41c1ba1293b092cc7c813 Mon Sep 17 00:00:00 2001 From: Marcus Read Date: Fri, 24 Apr 2026 12:20:07 +0100 Subject: [PATCH] Rev dep mgmt skill --- .agents/skills/dependencies-management/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/dependencies-management/SKILL.md b/.agents/skills/dependencies-management/SKILL.md index 5b73f8a..8eb9f2c 100644 --- a/.agents/skills/dependencies-management/SKILL.md +++ b/.agents/skills/dependencies-management/SKILL.md @@ -75,7 +75,7 @@ As a general RULE, **change the package code to get the tests passing, not the t To facilitate identifying the cause of test failures consider researching the changelogs of updated dependencies for versions released since the previously locked version. Iterate on this process until: -- all tests are passing with the exception of any requiring unreachable services. +- all tests are passing. - all fixable warnings have been fixed. IMPORTANT: in this step you should not run the full test suite, rather validate fixes by re-running only the previously failing tests. Example to run a specific test: