From 705b8f065493f7f4e90ada76dc25c3500acebb93 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Fri, 5 Dec 2025 13:58:11 +0000 Subject: [PATCH] fix: include allow including angular.json and package.json in context This files offer valuable information to the LLM such as builder configuration, Angular version used etc.. --- runner/orchestration/file-system.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/runner/orchestration/file-system.ts b/runner/orchestration/file-system.ts index 00935a1..4fd6f68 100644 --- a/runner/orchestration/file-system.ts +++ b/runner/orchestration/file-system.ts @@ -174,14 +174,7 @@ export async function resolveContextFiles( const paths = globSync(patterns, { cwd: directory, - ignore: [ - '**/node_modules/**', - '**/README.md', - '**/package-lock.json', - '**/package.json', - '**/angular.json', - '**/.vinxi/**', - ], + ignore: ['**/node_modules/**', '**/README.md', '**/package-lock.json', '**/.vinxi/**'], }); return Promise.all(