Skip to content

Commit cc84519

Browse files
Update OpenWolf context files and API submodule reference
1 parent 9e285f7 commit cc84519

6 files changed

Lines changed: 2497 additions & 236 deletions

File tree

.wolf/anatomy.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# anatomy.md
22

3-
> Auto-maintained by OpenWolf. Last scanned: 2026-04-22T11:51:47.391Z
4-
> Files: 10 tracked | Anatomy hits: 0 | Misses: 0
3+
> Auto-maintained by OpenWolf. Last scanned: 2026-04-22T18:15:05.522Z
4+
> Files: 15 tracked | Anatomy hits: 0 | Misses: 0
55
66
## ../../Users/Fuji Nguyen/.claude/plans/
77

@@ -398,6 +398,23 @@
398398
## ApiResources/TalentManagement-API/.nuget/packages/microsoft.codeanalysis.analyzers/3.11.0/buildTransitive/config/
399399

400400

401+
## ApiResources/TalentManagement-API/TalentManagementAPI.Infrastructure.Shared/
402+
403+
- `ServiceRegistration.cs` — Class: ServiceRegistration (~644 tok)
404+
- `TalentManagementAPI.Infrastructure.Shared.csproj` (~264 tok)
405+
406+
## ApiResources/TalentManagement-API/TalentManagementAPI.Infrastructure.Shared/Services/
407+
408+
- `OllamaAiService.cs` — nullable enable (~274 tok)
409+
410+
## ApiResources/TalentManagement-API/TalentManagementAPI.Infrastructure.Tests/Services/
411+
412+
- `OllamaAiServiceTests.cs` — Class: OllamaAiServiceTests (~671 tok)
413+
414+
## ApiResources/TalentManagement-API/TalentManagementAPI.WebApi.Tests/Controllers/
415+
416+
- `AiControllerTests.cs` — Class: AiControllerTests (~611 tok)
417+
401418
## Clients/TalentManagement-Angular-Material/talent-management/public/data/
402419

403420

@@ -421,7 +438,7 @@
421438

422439
## blogs/series-6-ai-app-features/
423440

424-
- `6.1-dotnet-ai-foundation.md` — Run a Local LLM in Your .NET 10 API with Ollama (~5574 tok)
441+
- `6.1-dotnet-ai-foundation.md` — Run a Local LLM in Your .NET 10 API with Ollama (~6336 tok)
425442
- `6.2-dotnet-ai-hr-assistant.md` — Build an HR AI Assistant That Knows Your Data (~4773 tok)
426443
- `6.3-angular-ai-chat-widget.md` — Build a Dedicated AI Section in Angular with Submenu Navigation (~5312 tok)
427444
- `6.4-angular-ai-nl-search.md` — Natural Language Employee Search in Angular Material (~4924 tok)

.wolf/buglog.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,70 @@
176176
"related_bugs": [],
177177
"occurrences": 2,
178178
"last_seen": "2026-04-22T11:48:18.706Z"
179+
},
180+
{
181+
"id": "bug-012",
182+
"timestamp": "2026-04-22T14:07:06.877Z",
183+
"error_message": "Incorrect value in code",
184+
"file": "ApiResources/TalentManagement-API/TalentManagementAPI.Infrastructure.Shared/TalentManagementAPI.Infrastructure.Shared.csproj",
185+
"root_cause": "Had \"OllamaSharp\"",
186+
"fix": "Changed to \"Microsoft.Extensions.AI\"",
187+
"tags": [
188+
"auto-detected",
189+
"wrong-value",
190+
"csproj"
191+
],
192+
"related_bugs": [],
193+
"occurrences": 2,
194+
"last_seen": "2026-04-22T14:07:32.511Z"
195+
},
196+
{
197+
"id": "bug-013",
198+
"timestamp": "2026-04-22T14:14:23.091Z",
199+
"error_message": "Incorrect value in code",
200+
"file": "ApiResources/TalentManagement-API/TalentManagementAPI.Infrastructure.Shared/TalentManagementAPI.Infrastructure.Shared.csproj",
201+
"root_cause": "Had \"Microsoft.Extensions.AI\"",
202+
"fix": "Changed to \"Microsoft.Extensions.AI.Abstractions\"",
203+
"tags": [
204+
"auto-detected",
205+
"wrong-value",
206+
"csproj"
207+
],
208+
"related_bugs": [],
209+
"occurrences": 1,
210+
"last_seen": "2026-04-22T14:14:23.091Z"
211+
},
212+
{
213+
"id": "bug-014",
214+
"timestamp": "2026-04-22T18:13:22.809Z",
215+
"error_message": "Significant refactor of ",
216+
"file": "blogs/series-6-ai-app-features/6.1-dotnet-ai-foundation.md",
217+
"root_cause": "3 lines replaced/restructured",
218+
"fix": "Rewrote 7→9 lines (3 removed) | Also: Add OllamaSharp to the Infrastructure.Shared proje; **Why OllamaSharp instead of `Microsoft.Extensions | Also: In `Infrastructure.Shared/ServiceRegistration.cs`,; // Register the Ollama client as a singleton — one | Also: OllamaSharp's native `IAsyncEnumerable<>` streamin; The custom `IAiChatService` interface pattern is t",
219+
"tags": [
220+
"auto-detected",
221+
"refactor",
222+
"md"
223+
],
224+
"related_bugs": [],
225+
"occurrences": 4,
226+
"last_seen": "2026-04-22T18:14:46.417Z"
227+
},
228+
{
229+
"id": "bug-015",
230+
"timestamp": "2026-04-22T18:15:05.533Z",
231+
"error_message": "Incorrect value in code",
232+
"file": "blogs/series-6-ai-app-features/6.1-dotnet-ai-foundation.md",
233+
"root_cause": "Had `404`",
234+
"fix": "Changed to `503 Service Unavailable`",
235+
"tags": [
236+
"auto-detected",
237+
"wrong-value",
238+
"md"
239+
],
240+
"related_bugs": [],
241+
"occurrences": 1,
242+
"last_seen": "2026-04-22T18:15:05.533Z"
179243
}
180244
]
181245
}

0 commit comments

Comments
 (0)