Skip to content

Commit 3e73942

Browse files
Merge pull request #26 from workcontrolgit/develop
Update series 6 blog images to actual screenshots
2 parents 1c61322 + 38f7f2b commit 3e73942

16 files changed

Lines changed: 1160 additions & 229 deletions

.wolf/anatomy.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# anatomy.md
22

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

8-
- `serene-dreaming-sedgewick.md` — Plan: Fix AI Menu Icon and Submenu Labels (~789 tok)
8+
9+
## ../../Users/Fuji Nguyen/.claude/projects/c--apps-AngularNetTutotial/memory/
10+
11+
- `MEMORY.md` — Memory Index (~122 tok)
12+
- `project_blog_image_paths.md` — Screenshot catalog (~789 tok)
913

1014
## ./
1115

@@ -396,28 +400,32 @@
396400

397401
## Clients/TalentManagement-Angular-Material/talent-management/public/data/
398402

399-
- `menu.json` (~730 tok)
400403

401404
## Clients/TalentManagement-Angular-Material/talent-management/src/
402405

403-
- `index.html` — Talent Management (~546 tok)
404406

405407
## Clients/TalentManagement-Angular-Material/talent-management/src/app/routes/ai/ai-assistant/
406408

407-
- `ai-assistant.component.html` (~751 tok)
408409

409410
## Clients/TalentManagement-Angular-Material/talent-management/src/app/routes/ai/ai-hr-insight/
410411

411-
- `ai-hr-insight.component.html` (~960 tok)
412412

413413
## Clients/TalentManagement-Angular-Material/talent-management/src/app/routes/ai/ai-nl-search/
414414

415-
- `ai-nl-search.component.html` (~1236 tok)
416-
- `ai-nl-search.component.ts` — Exports AiNlSearchComponent (~1345 tok)
417415

418416
## Clients/TalentManagement-Angular-Material/talent-management/src/app/services/api/
419417

420-
- `ai.service.ts` — AI API Service (~781 tok)
421418

422419
## Tests/AngularNetTutorial-Playwright/tests/screenshots/
423420

421+
422+
## blogs/series-6-ai-app-features/
423+
424+
- `6.1-dotnet-ai-foundation.md` — Run a Local LLM in Your .NET 10 API with Ollama (~5310 tok)
425+
- `6.2-dotnet-ai-hr-assistant.md` — Build an HR AI Assistant That Knows Your Data (~4773 tok)
426+
- `6.3-angular-ai-chat-widget.md` — Build a Dedicated AI Section in Angular with Submenu Navigation (~5147 tok)
427+
- `6.4-angular-ai-nl-search.md` — Natural Language Employee Search in Angular Material (~4924 tok)
428+
- `6.4.1-dotnet-natural-language-search.md` — Natural Language Employee Search with LLM Query Parsing (~7418 tok)
429+
- `6.5-angular-ai-vector-search.md` — Semantic Position Search with Vector Embeddings in Angular Material (~4193 tok)
430+
- `6.6-dotnet-ai-response-caching.md` — Cache Your AI Responses: Save Time and API Costs (~4256 tok)
431+
- `6.7-dotnet-mssql-vector-search.md` — Semantic Position Search with SQL Server Native Vector Search (~6690 tok)

.wolf/buglog.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,54 @@
112112
"related_bugs": [],
113113
"occurrences": 1,
114114
"last_seen": "2026-04-22T03:04:54.340Z"
115+
},
116+
{
117+
"id": "bug-008",
118+
"timestamp": "2026-04-22T03:21:14.869Z",
119+
"error_message": "Incorrect value in code",
120+
"file": "blogs/series-6-ai-app-features/6.3-angular-ai-chat-widget.md",
121+
"root_cause": "Had 's AI features from a single `",
122+
"fix": "Changed to `ai`",
123+
"tags": [
124+
"auto-detected",
125+
"wrong-value",
126+
"md"
127+
],
128+
"related_bugs": [],
129+
"occurrences": 2,
130+
"last_seen": "2026-04-22T03:21:36.132Z"
131+
},
132+
{
133+
"id": "bug-009",
134+
"timestamp": "2026-04-22T11:15:22.923Z",
135+
"error_message": "Significant refactor of ",
136+
"file": "../../Users/Fuji Nguyen/.claude/projects/c--apps-AngularNetTutotial/memory/project_blog_image_paths.md",
137+
"root_cause": "19 lines replaced/restructured",
138+
"fix": "Rewrote 51→83 lines (19 removed)",
139+
"tags": [
140+
"auto-detected",
141+
"refactor",
142+
"md"
143+
],
144+
"related_bugs": [],
145+
"occurrences": 1,
146+
"last_seen": "2026-04-22T11:15:22.923Z"
147+
},
148+
{
149+
"id": "bug-010",
150+
"timestamp": "2026-04-22T11:15:29.442Z",
151+
"error_message": "Incorrect value in code",
152+
"file": "../../Users/Fuji Nguyen/.claude/projects/c--apps-AngularNetTutotial/memory/MEMORY.md",
153+
"root_cause": "Had `../../Tests/AngularNetTutorial-Playwright/screens",
154+
"fix": "Changed to `../../Tests/AngularNetTutorial-Playwright/screens",
155+
"tags": [
156+
"auto-detected",
157+
"wrong-value",
158+
"md"
159+
],
160+
"related_bugs": [],
161+
"occurrences": 1,
162+
"last_seen": "2026-04-22T11:15:29.442Z"
115163
}
116164
]
117165
}

0 commit comments

Comments
 (0)