File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments