Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7befc19
docs(persistence): expand specification for atomic implementation tasks
DigiBanks99 Jan 18, 2026
c3116d3
fix(api-tests): configure test authentication with mock OIDC values
DigiBanks99 Jan 19, 2026
aa5284a
docs(fix-plan): update with comprehensive spec-to-implementation gap …
DigiBanks99 Jan 20, 2026
3bc9372
docs(agent): fix C# version from 12 to 14
DigiBanks99 Jan 20, 2026
f95a46b
feat(ralph): improve claude invocation with explicit flags
DigiBanks99 Jan 20, 2026
fc84c20
chore(claude): add bash command permissions for validation workflow
DigiBanks99 Jan 20, 2026
b785860
docs(skills): condense aspire-mcp skill documentation
DigiBanks99 Jan 20, 2026
e4b2c8a
feat(skills): add commit-changes skill
DigiBanks99 Jan 20, 2026
3d52ece
chore(deps): add markdownlint-cli2 for documentation linting
DigiBanks99 Jan 20, 2026
813473b
feat(persistence): add Entity Framework Core packages
DigiBanks99 Jan 20, 2026
d832a8b
feat(persistence): implement EF Core persistence layer foundation
DigiBanks99 Jan 20, 2026
e897df4
chore(copilot): add Playwright MCP setup
DigiBanks99 Jan 20, 2026
23806aa
chore(docs): remove obsolete conventional commit prompt
DigiBanks99 Jan 20, 2026
5909f69
feat(budget): implement Budget aggregate root domain model
DigiBanks99 Jan 20, 2026
5d22947
Add Budget persistence layer and initial EF Core migration
DigiBanks99 Jan 21, 2026
caabe10
feat(budget): implement core budget API endpoints
DigiBanks99 Jan 21, 2026
5fc7785
feat(budget): add PUT /api/budgets/{id} endpoint for name updates
DigiBanks99 Jan 21, 2026
eed3944
test(budget): add comprehensive unit tests for Budget domain
DigiBanks99 Jan 21, 2026
9dfff4b
feat: add GitHub Copilot CLI automation loop
DigiBanks99 Jan 23, 2026
f287384
Fix P0 critical bugs in ActivateBudgetEndpoint
DigiBanks99 Jan 23, 2026
1e034cd
Add comprehensive persistence layer unit tests
DigiBanks99 Jan 23, 2026
3a12f67
feat: implement budget category CRUD endpoints
DigiBanks99 Jan 23, 2026
deffdb3
fix: Resolve Aspire configuration and add comprehensive API endpoint …
DigiBanks99 Jan 23, 2026
9685ff8
feat: implement BudgetService and wire BudgetListComponent to real API
DigiBanks99 Jan 23, 2026
82199e6
Fix failing ValueConverter test for Money currency validation
DigiBanks99 Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,16 @@
"WebFetch(domain:aspire.dev)",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_snapshot",
"Bash(git -C /c/users/wilco.boshoff/source/personal/dotnet/menlo log --oneline -20)"
"Bash(git -C /c/users/wilco.boshoff/source/personal/dotnet/menlo log --oneline -20)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(dotnet build:*)",
"Bash(dotnet test:*)",
"Bash(pnpm --dir /workspaces/menlo/src/ui/web test:all)",
"Bash(pnpm --dir /workspaces/menlo/src/ui/web lint:*)",
"Bash(grep:*)",
"Bash(find:*)",
"Bash(pnpm --dir src/ui/web lint:*)"
]
},
"enableAllProjectMcpServers": true,
Expand Down
Loading
Loading