Skip to content

Commit 416e6f2

Browse files
lpcoxCopilotCopilot
authored
refactor: [Export Audit] Remove test-only re-exports from barrel modules (#3169)
* fix: remove test-only re-exports from barrel modules Remove symbols from docker-manager.ts and host-iptables.ts barrels that are only consumed by test files. Test files now import directly from the source modules (host-env, compose-generator, container-lifecycle, host-iptables-rules, host-iptables-network). docker-manager.ts barrel: removed 19 test-only re-exports (AGENT_CONTAINER_NAME, ACT_PRESET_BASE_IMAGE, MIN_REGULAR_UID, validateIdNotInSystemRange, getSafeHostUid, getSafeHostGid, getRealUserHome, extractGhHostFromServerUrl, readGitHubPathEntries, readGitHubEnvEntries, parseGitHubEnvFile, mergeGitHubPathEntries, readEnvFile, subnetsOverlap, SslConfig, stripScheme, generateDockerCompose, isAgentExternallyKilled, resetAgentExternallyKilled). host-iptables.ts barrel: removed 2 test-only re-exports (isValidPortSpec, cleanupFirewallNetwork). Closes #3165 Closes #3166 Closes #3167 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: add --ignore-scripts to claude-code npm install in lock files * fix: restore test coverage lost by barrel export removal * chore: recompile all agentic workflows with post-processing --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent e095490 commit 416e6f2

30 files changed

Lines changed: 89 additions & 63 deletions

.github/workflows/ci-cd-gaps-assessment.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/claude-token-usage-analyzer.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/cli-flag-consistency-checker.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/copilot-token-usage-analyzer.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dependency-security-monitor.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/doc-maintainer.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/duplicate-code-detector.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/firewall-issue-dispatcher.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/issue-monster.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pelis-agent-factory-advisor.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)