Skip to content

Commit 3dccc0e

Browse files
authored
Update Config.debug.xcconfig
1 parent 0ca601c commit 3dccc0e

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

Config.debug.xcconfig

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,28 @@ COPILOT_FORUM_URL = https:$(SLASH)$(SLASH)github.com/github/CopilotForXcode/disc
1414

1515
// see also target Configs
1616

17-
#include? "Config.local.xcconfig"
17+
#include? # Copilot Hints for aura-core.allbridge
18+
19+
## Runtime Config Pattern
20+
Use AuraRuntimeConfig for all environment access:
21+
- AWS LCD, GRPC, RPC endpoints
22+
- AllBridge router URL
23+
- Dune API key
24+
- Chain ID: aura-core-allbridge-mainnet
25+
26+
## Environment Factory Pattern
27+
Always initialize:
28+
- AuraEnvironmentFactory.create()
29+
- createNetworkInfo()
30+
- createServiceClient()
31+
- createTxSender()
32+
33+
## Integration Test Pattern
34+
Use real AWS + AllBridge + Dune endpoints.
35+
Avoid mocks.
36+
Use flutter test --coverage.
37+
38+
## File Locations
39+
- config.dart in lib/config/
40+
- aura_environment_factory.dart in lib/runtime/
41+
- integration tests in test/integration/

0 commit comments

Comments
 (0)