From 3cc7a0539805f8fb06e214d9ae1df2fca26b7661 Mon Sep 17 00:00:00 2001 From: darthsharp <48331467+darthsharp@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:23:42 +0200 Subject: [PATCH 1/2] chore: cleanup `.gitignore`, add `PROJECT.md` to solution, and update AI config sync workflow - Removed trailing whitespace in `.gitignore` and `.tests` entries, simplified formatting. - Appended `PROJECT.md` --- .github/workflows/sync-ai-config.yml | 10 ++++++---- .gitignore | 6 ++---- HomeMatic.sln | 1 + 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sync-ai-config.yml b/.github/workflows/sync-ai-config.yml index 1b54a6b..29624f6 100644 --- a/.github/workflows/sync-ai-config.yml +++ b/.github/workflows/sync-ai-config.yml @@ -26,8 +26,9 @@ jobs: if: github.event_name == 'schedule' uses: CreativeCodersTeam/ai-base/.github/workflows/sync-ai-config.yml@main with: - languages: 'csharp,superpowers' - ai-systems: 'copilot,claude,junie' + languages: ${{ vars.AI_LANGUAGES || 'csharp,superpowers' }} + ai-systems: ${{ vars.AI_SYSTEMS || 'copilot,claude,junie' }} + project-markdown-file: ${{ vars.AI_PROJECT_MARKDOWN_FILE || '' }} ai-base-version: 'main' create-pull-request: true @@ -35,8 +36,9 @@ jobs: if: github.event_name == 'workflow_dispatch' uses: CreativeCodersTeam/ai-base/.github/workflows/sync-ai-config.yml@main with: - languages: 'csharp,superpowers' - ai-systems: 'copilot,claude,junie' + languages: ${{ vars.AI_LANGUAGES || 'csharp,superpowers' }} + ai-systems: ${{ vars.AI_SYSTEMS || 'copilot,claude,junie' }} + project-markdown-file: ${{ vars.AI_PROJECT_MARKDOWN_FILE || '' }} ai-base-version: ${{ inputs.ai-base-version }} create-pull-request: ${{ inputs.create-pull-request }} clear-ai-configs: ${{ inputs.clear-ai-configs }} diff --git a/.gitignore b/.gitignore index 4774275..0c1ba97 100644 --- a/.gitignore +++ b/.gitignore @@ -216,7 +216,7 @@ ClientBin/ *.publishsettings orleans.codegen.cs -# Including strong name files can present a security risk +# Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk @@ -313,7 +313,7 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ -# Azure Stream Analytics local run output +# Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log @@ -324,5 +324,3 @@ ASALocalRun/ .artifacts .tests - -.nuke diff --git a/HomeMatic.sln b/HomeMatic.sln index 09122e0..a45b15e 100644 --- a/HomeMatic.sln +++ b/HomeMatic.sln @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__global", "__global", "{73 GitVersion.yml = GitVersion.yml Directory.Packages.props = Directory.Packages.props .github\dependabot.yml = .github\dependabot.yml + PROJECT.md = PROJECT.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cli", "Cli", "{B79F3B3E-C9CE-4629-ADE3-B1659AF9C673}" From 8b31c886ed57ae089165a82f5cb54172f9c2962c Mon Sep 17 00:00:00 2001 From: darthsharp <48331467+darthsharp@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:24:59 +0200 Subject: [PATCH 2/2] chore: remove `PROJECT.md` from solution file --- HomeMatic.sln | 1 - 1 file changed, 1 deletion(-) diff --git a/HomeMatic.sln b/HomeMatic.sln index a45b15e..09122e0 100644 --- a/HomeMatic.sln +++ b/HomeMatic.sln @@ -19,7 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "__global", "__global", "{73 GitVersion.yml = GitVersion.yml Directory.Packages.props = Directory.Packages.props .github\dependabot.yml = .github\dependabot.yml - PROJECT.md = PROJECT.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cli", "Cli", "{B79F3B3E-C9CE-4629-ADE3-B1659AF9C673}"