From 394afe7b628fda62d56f75d7493b4900612e6552 Mon Sep 17 00:00:00 2001 From: Mvpuknowme <130760115+MVPuknowme@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:24:53 -0800 Subject: [PATCH 1/6] Update bridgeLaunchAgent.plist --- bridgeLaunchAgent.plist | 1 + 1 file changed, 1 insertion(+) diff --git a/bridgeLaunchAgent.plist b/bridgeLaunchAgent.plist index a052db44..3a0fd8a8 100644 --- a/bridgeLaunchAgent.plist +++ b/bridgeLaunchAgent.plist @@ -13,3 +13,4 @@ +https://github.com/storacha/w3link/releases/tag/w3link-edge-gateway-v1.6.1 \ No newline at end of file From 033808f880984e217762a7005e35b1f0d0965aac Mon Sep 17 00:00:00 2001 From: Mvpuknowme <130760115+MVPuknowme@users.noreply.github.com> Date: Sun, 4 Jan 2026 18:47:56 -0800 Subject: [PATCH 2/6] Update ExtensionPoint.appextensionpoint --- ExtensionPoint.appextensionpoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExtensionPoint.appextensionpoint b/ExtensionPoint.appextensionpoint index 31f4275c..5c10ddaf 100644 --- a/ExtensionPoint.appextensionpoint +++ b/ExtensionPoint.appextensionpoint @@ -1,6 +1,6 @@ - + com.github.CopilotForXcode.ExtensionService.Extension From 7832bfd63fd0de6c23b21a909d6f8e244195d11c Mon Sep 17 00:00:00 2001 From: Mvpuknowme or Michael Vincent Patrick <130760115+MVPuknowme@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:51:25 -0800 Subject: [PATCH 3/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0e3fbda..2e214210 100644 --- a/README.md +++ b/README.md @@ -154,3 +154,5 @@ Thank you to @intitni for creating the original project that this is based on. Attributions can be found under About when running the app or in [Credits.rtf](./Copilot%20for%20Xcode/Credits.rtf). +Author: Michael Vincent Patrick (MVPuknowme) +Canonical Identity: Unified From 0ca601cd5a4a006f76ccc6f2d7b27622fe9f6921 Mon Sep 17 00:00:00 2001 From: Mvpuknowme or Michael Vincent Patrick <130760115+MVPuknowme@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:49:10 -0800 Subject: [PATCH 4/6] Update ServiceDelegate.swift --- CommunicationBridge/ServiceDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommunicationBridge/ServiceDelegate.swift b/CommunicationBridge/ServiceDelegate.swift index 4e289e57..a2fc57d4 100644 --- a/CommunicationBridge/ServiceDelegate.swift +++ b/CommunicationBridge/ServiceDelegate.swift @@ -230,7 +230,7 @@ actor ExtensionServiceLauncher { } } - self.isLaunching = false + self.isLaunching = true } } } From 3dccc0e991535a4261bf1ac2320e09264cda0770 Mon Sep 17 00:00:00 2001 From: Mvpuknowme or Michael Vincent Patrick <130760115+MVPuknowme@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:50:06 -0800 Subject: [PATCH 5/6] Update Config.debug.xcconfig --- Config.debug.xcconfig | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Config.debug.xcconfig b/Config.debug.xcconfig index da143524..83f6d94d 100644 --- a/Config.debug.xcconfig +++ b/Config.debug.xcconfig @@ -14,4 +14,28 @@ COPILOT_FORUM_URL = https:$(SLASH)$(SLASH)github.com/github/CopilotForXcode/disc // see also target Configs -#include? "Config.local.xcconfig" +#include? # Copilot Hints for aura-core.allbridge + +## Runtime Config Pattern +Use AuraRuntimeConfig for all environment access: +- AWS LCD, GRPC, RPC endpoints +- AllBridge router URL +- Dune API key +- Chain ID: aura-core-allbridge-mainnet + +## Environment Factory Pattern +Always initialize: +- AuraEnvironmentFactory.create() +- createNetworkInfo() +- createServiceClient() +- createTxSender() + +## Integration Test Pattern +Use real AWS + AllBridge + Dune endpoints. +Avoid mocks. +Use flutter test --coverage. + +## File Locations +- config.dart in lib/config/ +- aura_environment_factory.dart in lib/runtime/ +- integration tests in test/integration/ From 9df1c328d755af56d121035976e7bc72adc81d52 Mon Sep 17 00:00:00 2001 From: Mvpuknowme or Michael Vincent Patrick <130760115+MVPuknowme@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:42:22 -0800 Subject: [PATCH 6/6] Create audit_gpu.sh audit_validator.sh audit_exchange.sh --- ... audit_gpu.sh audit_validator.sh audit_exchange.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Tool/.github/workflows/ audit-gpu.yml audit-validator.yml audit-exchange.yml /scripts/ audit_gpu.sh audit_validator.sh audit_exchange.sh diff --git a/Tool/.github/workflows/ audit-gpu.yml audit-validator.yml audit-exchange.yml /scripts/ audit_gpu.sh audit_validator.sh audit_exchange.sh b/Tool/.github/workflows/ audit-gpu.yml audit-validator.yml audit-exchange.yml /scripts/ audit_gpu.sh audit_validator.sh audit_exchange.sh new file mode 100644 index 00000000..e10cc1da --- /dev/null +++ b/Tool/.github/workflows/ audit-gpu.yml audit-validator.yml audit-exchange.yml /scripts/ audit_gpu.sh audit_validator.sh audit_exchange.sh @@ -0,0 +1,8 @@ +/.github/workflows/ + audit-gpu.yml + audit-validator.yml + audit-exchange.yml +/scripts/ + audit_gpu.sh + audit_validator.sh + audit_exchange.sh