diff --git a/.gitignore b/.gitignore index 23798fd6b1..ab3334d6b2 100644 --- a/.gitignore +++ b/.gitignore @@ -503,6 +503,8 @@ spec-os/ /.claude/worktrees/ /.claude/scheduled_tasks.lock /.claude/last30days.env +# Local AI-tool state should never be tracked, at any depth. +**/.claude/settings.local.json tmpclaude** # Auto Claude data directory diff --git a/src/.claude/settings.local.json b/src/.claude/settings.local.json deleted file mode 100644 index c352d199a1..0000000000 --- a/src/.claude/settings.local.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permissions": { - "allow": [ - "mcp__cwm-roslyn-navigator__get_project_graph", - "Bash(python3 -c \"import sys,json; print\\(json.dumps\\(json.load\\(sys.stdin\\).get\\(''mcpServers'',{}\\), indent=2\\)\\)\")", - "Bash(cat:*)" - ] - } -} diff --git a/src/Host/FSH.Starter.AppHost/Properties/launchSettings.json b/src/Host/FSH.Starter.AppHost/Properties/launchSettings.json index ee96e89c16..7402fed320 100644 --- a/src/Host/FSH.Starter.AppHost/Properties/launchSettings.json +++ b/src/Host/FSH.Starter.AppHost/Properties/launchSettings.json @@ -5,7 +5,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:17273;http://localhost:15036", + "applicationUrl": "https://localhost:15888;http://localhost:15036", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", diff --git a/templates/FullStackHero.NET.StarterKit.csproj b/templates/FullStackHero.NET.StarterKit.csproj index eeaf61b21a..1153ce443e 100644 --- a/templates/FullStackHero.NET.StarterKit.csproj +++ b/templates/FullStackHero.NET.StarterKit.csproj @@ -28,6 +28,8 @@ git MIT icon.png + + README.md net10.0 true @@ -46,6 +48,8 @@ + +