Skip to content

Commit 954ea37

Browse files
code clean up
1 parent dbed86b commit 954ea37

7 files changed

Lines changed: 3035 additions & 797 deletions

File tree

.wolf/anatomy.md

Lines changed: 19 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-22T18:41:50.250Z
4-
> Files: 1 tracked | Anatomy hits: 0 | Misses: 0
3+
> Auto-maintained by OpenWolf. Last scanned: 2026-04-23T02:34:17.587Z
4+
> Files: 11 tracked | Anatomy hits: 0 | Misses: 0
55
66
## ../../Users/Fuji Nguyen/.claude/plans/
77

@@ -414,6 +414,10 @@
414414
## Clients/TalentManagement-Angular-Material/talent-management/src/
415415

416416

417+
## Clients/TalentManagement-Angular-Material/talent-management/src/app/
418+
419+
- `app.routes.ts` — Exports routes (~1443 tok)
420+
417421
## Clients/TalentManagement-Angular-Material/talent-management/src/app/routes/ai/ai-assistant/
418422

419423

@@ -428,7 +432,19 @@
428432

429433
## Tests/AngularNetTutorial-Playwright/tests/screenshots/
430434

435+
- `blog-screenshots.spec.ts` — Blog Screenshots (~10494 tok)
436+
437+
## blogs/
438+
439+
- `SERIES-NAVIGATION-TOC.md` — AngularNetTutorial — Series Navigation (~1927 tok)
431440

432441
## blogs/series-6-ai-app-features/
433442

434-
- `6.1-dotnet-ai-foundation.md` — Run a Local LLM in Your .NET 10 API with Ollama (~6416 tok)
443+
- `6.1-dotnet-ai-foundation.md` — Run a Local LLM in Your .NET 10 API with Ollama (~6391 tok)
444+
- `6.2-dotnet-ai-hr-assistant.md` — Build an HR AI Assistant That Knows Your Data (~4920 tok)
445+
- `6.3-angular-ai-chat-widget.md` — Build a Dedicated AI Section in Angular with Submenu Navigation (~4967 tok)
446+
- `6.4-angular-ai-nl-search.md` — Natural Language Employee Search in Angular Material (~4897 tok)
447+
- `6.4.1-dotnet-natural-language-search.md` — Natural Language Employee Search with LLM Query Parsing (~7263 tok)
448+
- `6.5-angular-ai-vector-search.md` — Semantic Position Search with Vector Embeddings in Angular Material (~4180 tok)
449+
- `6.6-dotnet-ai-response-caching.md` — Cache Your AI Responses: Save Time and API Costs (~4185 tok)
450+
- `6.7-dotnet-mssql-vector-search.md` — Semantic Position Search with SQL Server Native Vector Search (~6594 tok)

.wolf/buglog.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,102 @@
240240
"related_bugs": [],
241241
"occurrences": 1,
242242
"last_seen": "2026-04-22T18:15:05.533Z"
243+
},
244+
{
245+
"id": "bug-016",
246+
"timestamp": "2026-04-22T18:52:28.062Z",
247+
"error_message": "Incorrect value in code",
248+
"file": "Tests/AngularNetTutorial-Playwright/tests/screenshots/blog-screenshots.spec.ts",
249+
"root_cause": "Had 'screenshots-output'",
250+
"fix": "Changed to '..'",
251+
"tags": [
252+
"auto-detected",
253+
"wrong-value",
254+
"ts"
255+
],
256+
"related_bugs": [],
257+
"occurrences": 3,
258+
"last_seen": "2026-04-22T18:53:34.248Z"
259+
},
260+
{
261+
"id": "bug-017",
262+
"timestamp": "2026-04-22T18:56:28.261Z",
263+
"error_message": "Wrong reference: images should be screenshots",
264+
"file": "Tests/AngularNetTutorial-Playwright/tests/screenshots/blog-screenshots.spec.ts",
265+
"root_cause": "Used \"images\" instead of \"screenshots\"",
266+
"fix": "Changed images → screenshots",
267+
"tags": [
268+
"auto-detected",
269+
"wrong-reference",
270+
"ts"
271+
],
272+
"related_bugs": [],
273+
"occurrences": 2,
274+
"last_seen": "2026-04-22T18:56:42.804Z"
275+
},
276+
{
277+
"id": "bug-018",
278+
"timestamp": "2026-04-22T18:56:38.182Z",
279+
"error_message": "Wrong reference: images should be screenshots",
280+
"file": "blogs/series-6-ai-app-features/6.1-dotnet-ai-foundation.md",
281+
"root_cause": "Used \"images\" instead of \"screenshots\"",
282+
"fix": "Changed images → screenshots",
283+
"tags": [
284+
"auto-detected",
285+
"wrong-reference",
286+
"md"
287+
],
288+
"related_bugs": [],
289+
"occurrences": 1,
290+
"last_seen": "2026-04-22T18:56:38.182Z"
291+
},
292+
{
293+
"id": "bug-019",
294+
"timestamp": "2026-04-22T20:34:48.779Z",
295+
"error_message": "Significant refactor of ",
296+
"file": "blogs/SERIES-NAVIGATION-TOC.md",
297+
"root_cause": "3 lines replaced/restructured",
298+
"fix": "Rewrote 8→10 lines (3 removed)",
299+
"tags": [
300+
"auto-detected",
301+
"refactor",
302+
"md"
303+
],
304+
"related_bugs": [],
305+
"occurrences": 1,
306+
"last_seen": "2026-04-22T20:34:48.779Z"
307+
},
308+
{
309+
"id": "bug-020",
310+
"timestamp": "2026-04-23T02:33:32.404Z",
311+
"error_message": "Incorrect value in code",
312+
"file": "Clients/TalentManagement-Angular-Material/talent-management/src/app/app.routes.ts",
313+
"root_cause": "Had 'ai-chat'",
314+
"fix": "Changed to '403'",
315+
"tags": [
316+
"auto-detected",
317+
"wrong-value",
318+
"ts"
319+
],
320+
"related_bugs": [],
321+
"occurrences": 1,
322+
"last_seen": "2026-04-23T02:33:32.404Z"
323+
},
324+
{
325+
"id": "bug-021",
326+
"timestamp": "2026-04-23T02:34:00.669Z",
327+
"error_message": "Incorrect value in code",
328+
"file": "blogs/series-6-ai-app-features/6.3-angular-ai-chat-widget.md",
329+
"root_cause": "Had `ai-chat`",
330+
"fix": "Changed to `ai`",
331+
"tags": [
332+
"auto-detected",
333+
"wrong-value",
334+
"md"
335+
],
336+
"related_bugs": [],
337+
"occurrences": 1,
338+
"last_seen": "2026-04-23T02:34:00.669Z"
243339
}
244340
]
245341
}

0 commit comments

Comments
 (0)