mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-30 16:36:56 +03:00
refactor: move snapshots into snapshots/ subdirectory
Reduces clutter when a skill has many test cases — all .json cases are visible at top level, snapshots tucked away in one folder. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
0ddb675502
commit
9f6793abae
@@ -60,7 +60,7 @@ function discoverCases(filter) {
|
||||
|
||||
const casePath = join(skillPath, file);
|
||||
const caseData = JSON.parse(readFileSync(casePath, 'utf8'));
|
||||
const snapshotDir = join(skillPath, `${caseName}.snapshot`);
|
||||
const snapshotDir = join(skillPath, 'snapshots', caseName);
|
||||
|
||||
results.push({
|
||||
id: caseId,
|
||||
|
||||
Reference in New Issue
Block a user