Skip to content

Commit 079136f

Browse files
committed
- Add enhanced test coverage
1 parent da99fbf commit 079136f

File tree

82 files changed

+5101
-10400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+5101
-10400
lines changed

.claude/settings.local.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find \"C:\\\\Work\\\\Projects\\\\Published\\\\SourceFlow\\\\SourceFlow.Net/src/SourceFlow.Cloud.AWS/Attributes\" -type f -name \"*.cs\" 2>/dev/null | head -10)",
5+
"Bash(find /c/Work/Projects/Published/SourceFlow/SourceFlow.Net/src -name \"*Cloud*\" -o -name \"*cloud*\" 2>/dev/null | head -50)",
6+
"Bash(find /c/Work/Projects/Published/SourceFlow/SourceFlow.Net/tests/SourceFlow.Cloud.AWS.Tests/Unit -type f -name \"*.cs\" 2>/dev/null | grep -v obj | sort)",
7+
"Bash(find /c/Work/Projects/Published/SourceFlow/SourceFlow.Net/tests -type f -name \"*.cs\" | xargs grep -l \"Idempotency\\\\|DeadLetter\\\\|Masker\\\\|CloudTelemetry\\\\|PolymorphicJson\\\\|Encryption\" | grep -v obj | head -20)",
8+
"Bash(find \"C:/Work/Projects/Published/SourceFlow/SourceFlow.Net/tests/SourceFlow.Cloud.AWS.Tests\" -name \"*.csproj\" | xargs cat)",
9+
"Bash(find \"C:/Work/Projects/Published/SourceFlow/SourceFlow.Net/tests/SourceFlow.Core.Tests\" -name \"*.csproj\" | xargs cat)",
10+
"Bash(ls \"C:\\\\Work\\\\Projects\\\\Published\\\\SourceFlow\\\\SourceFlow.Net\\\\src\\\\SourceFlow.Cloud.AWS\\\\Attributes\\\\\" 2>/dev/null && echo \"EXISTS\" || echo \"EMPTY_OR_MISSING\"\nls \"C:\\\\Work\\\\Projects\\\\Published\\\\SourceFlow\\\\SourceFlow.Net\\\\src\\\\SourceFlow.Cloud.AWS\\\\Management\\\\\" 2>/dev/null && echo \"EXISTS\" || echo \"EMPTY_OR_MISSING\")",
11+
"Bash(ls \"C:\\\\Work\\\\Projects\\\\Published\\\\SourceFlow\\\\SourceFlow.Net\\\\src\\\\SourceFlow\\\\\" 2>/dev/null || echo \"NOT_FOUND\"\nls \"C:\\\\Work\\\\Projects\\\\Published\\\\SourceFlow\\\\SourceFlow.Net\\\\src\\\\\" 2>/dev/null)"
12+
]
13+
}
14+
}

.kiro/hooks/docs-sync-hook.kiro.hook

Lines changed: 0 additions & 22 deletions
This file was deleted.

.kiro/settings/mcp.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)