refactor(runtime): govern dependency module naming

This commit is contained in:
jxxghp
2026-08-29 08:14:21 +08:00
parent 8f03935d86
commit 13fba96fd8
28 changed files with 216 additions and 56 deletions

View File

@@ -10,7 +10,7 @@ on:
- 'app/__init__.py'
- 'app/doctor/dependencies.py'
- 'app/foundation/environment.py'
- 'app/runtime/dependencies.py'
- 'app/runtime/dependencies/profile.py'
- 'scripts/verify_runtime_profile.py'
- 'docker/Dockerfile'
- 'docker/**'
@@ -24,7 +24,7 @@ on:
- 'app/__init__.py'
- 'app/doctor/dependencies.py'
- 'app/foundation/environment.py'
- 'app/runtime/dependencies.py'
- 'app/runtime/dependencies/profile.py'
- 'scripts/verify_runtime_profile.py'
- 'docker/Dockerfile'
- 'docker/**'

View File

@@ -8,7 +8,10 @@ on:
- 'app/adapters/external/market.py'
- 'app/adapters/system/host.py'
- 'app/adapters/system/package.py'
- 'app/runtime/dependencies.py'
- 'app/adapters/system/plugin/package.py'
- 'app/application/plugin/install.py'
- 'app/runtime/dependencies/native.py'
- 'app/runtime/dependencies/profile.py'
- 'scripts/probe_native_dependency_update.py'
- '.github/workflows/native-dependency-update.yml'
push:
@@ -18,7 +21,10 @@ on:
- 'app/adapters/external/market.py'
- 'app/adapters/system/host.py'
- 'app/adapters/system/package.py'
- 'app/runtime/dependencies.py'
- 'app/adapters/system/plugin/package.py'
- 'app/application/plugin/install.py'
- 'app/runtime/dependencies/native.py'
- 'app/runtime/dependencies/profile.py'
- 'scripts/probe_native_dependency_update.py'
- '.github/workflows/native-dependency-update.yml'
workflow_dispatch: