Agent Skills: Implement Autonomous Activation Tool & Context Injection (#15725)

This commit is contained in:
N. Taylor Mullen
2026-01-02 11:15:06 -08:00
committed by GitHub
parent 788bb04f5c
commit 958284dc24
6 changed files with 332 additions and 1 deletions
@@ -18,7 +18,12 @@ import { debugLogger } from './debugLogger.js';
const MAX_ITEMS = 200;
const TRUNCATION_INDICATOR = '...';
const DEFAULT_IGNORED_FOLDERS = new Set(['node_modules', '.git', 'dist']);
const DEFAULT_IGNORED_FOLDERS = new Set([
'node_modules',
'.git',
'dist',
'__pycache__',
]);
// --- Interfaces ---