Compare commits

..

3 Commits
v1.6.6 ... main

Author SHA1 Message Date
Maksym Sadovnychyy
bbb45d558f (build): bump to 1.6.8 and update nuget dependencies 2026-06-27 22:20:23 +02:00
Maksym Sadovnychyy
4a6fdd1f3f (chore): add cursor agent config to load shared maksit skills from homelab 2026-06-04 19:46:39 +02:00
Maksym Sadovnychyy
02d351feb5 (bugfix): missing dependencies update 2026-06-02 20:43:30 +02:00
8 changed files with 60 additions and 20 deletions

View File

@ -0,0 +1,9 @@
{
"$schema": "homelab-maksit-skills-manifest-v1",
"sharedSkillsRoot": "E:\\Users\\maksym\\source\\repos\\private\\homelab\\ai\\skills",
"sharedSkills": [
"common/csharp",
"common/maksit-repo-maintenance",
"local-ollama"
]
}

View File

@ -0,0 +1,16 @@
---
description: Load MaksIT agent skills from homelab (deterministic)
globs: "**/*.{cs,csproj,slnx,md}"
alwaysApply: true
---
# MaksIT skills (maksit-core)
Complementary skills (no precedence). Read each `SKILL.md` when relevant:
1. `E:\Users\maksym\source\repos\private\homelab\ai\skills\common\csharp\SKILL.md`
2. `E:\Users\maksym\source\repos\private\homelab\ai\skills\common\maksit-repo-maintenance\SKILL.md`
3. `E:\Users\maksym\source\repos\private\homelab\ai\skills\local-ollama\SKILL.md` — local Ollama offload (`@local-ollama`)
Manifest: `.cursor/maksit-skills.json`.

4
.gitignore vendored
View File

@ -261,9 +261,5 @@ paket-files/
__pycache__/
*.pyc
/.cursor
/.vscode
/staging
#Custom
![Uu]tils/**

9
AGENTS.md Normal file
View File

@ -0,0 +1,9 @@
# Agent instructions (maksit-core)
| Skill | Path |
|-------|------|
| csharp | [SKILL.md](E:\Users\maksym\source\repos\private\homelab\ai\skills\common\csharp\SKILL.md) |
| maksit-repo-maintenance | [SKILL.md](E:\Users\maksym\source\repos\private\homelab\ai\skills\common\maksit-repo-maintenance\SKILL.md) |
| local-ollama | [SKILL.md](E:\Users\maksym\source\repos\private\homelab\ai\skills\local-ollama\SKILL.md) |
Manifest: `.cursor/maksit-skills.json`.

View File

@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.6.8] - 2026-06-27
### Changed
- Updated NuGet dependencies: Microsoft.Extensions.* and System.Threading.RateLimiting 10.0.8 → 10.0.9, Microsoft.AspNetCore.* 2.3.10 → 2.3.11, Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt 8.19.x → 8.19.1, Microsoft.NET.Test.Sdk 18.6.0 → 18.7.0
## [1.6.7] - 2026-06-02
### Fixed
- Missing dependencies update
## [1.6.6] - 2026-06-02
### Changed

View File

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="20" role="img" aria-label="Branch Coverage: 50.3%">
<title>Branch Coverage: 50.3%</title>
<svg xmlns="http://www.w3.org/2000/svg" width="150" height="20" role="img" aria-label="Branch Coverage: 49.9%">
<title>Branch Coverage: 49.9%</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
@ -15,7 +15,7 @@
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text aria-hidden="true" x="53.75" y="15" fill="#010101" fill-opacity=".3">Branch Coverage</text>
<text x="53.75" y="14" fill="#fff">Branch Coverage</text>
<text aria-hidden="true" x="128.75" y="15" fill="#010101" fill-opacity=".3">50.3%</text>
<text x="128.75" y="14" fill="#fff">50.3%</text>
<text aria-hidden="true" x="128.75" y="15" fill="#010101" fill-opacity=".3">49.9%</text>
<text x="128.75" y="14" fill="#fff">49.9%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -14,8 +14,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.3.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.3.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@ -12,7 +12,7 @@
<!-- NuGet package metadata -->
<PackageId>MaksIT.Core</PackageId>
<Version>1.6.6</Version>
<Version>1.6.8</Version>
<Authors>Maksym Sadovnychyy</Authors>
<Company>MAKS-IT</Company>
<Product>MaksIT.Core</Product>
@ -42,16 +42,16 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="10.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.10" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.8" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.19.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.18.0" />
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="10.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.11" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.9" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.9" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.19.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.19.1" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.7.2" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.8" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.9" />
</ItemGroup>
<ItemGroup>