prvng_core/nulib/lib_provisioning/gitea
Jesús Pérez f3684adb33
refactor(gitea/mod): selective re-exports replace 6 star re-exports (ADR-025 L3)
gitea/mod.nu had 6 `export use X *`. Each is now explicit.

Symbol counts per target:
  api_client.nu        28
  service.nu           10
  workspace_git.nu     17
  locking.nu            9
  extension_publish.nu  6
  commands.nu          24  (all multi-word "gitea X")

Total: 94 symbols, 24 quoted multi-word Nu subcommands.

Validation:
  nu --ide-check 50 gitea/mod.nu -> 50 errors (all PRE-EXISTING)
    Verified by stash-and-compare: the unmodified original mod.nu also
    produced 50 errors from the same imported files. Zero errors
    introduced by this refactor.

Refs: ADR-025, .coder/benchmarks/phase2-transitivity.md Layer 3
2026-04-17 08:19:53 +01:00
..
api_client.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00
commands.nu chore: codebase 2025-10-07 10:32:04 +01:00
extension_publish.nu chore: complete KCL to Nickel migration cleanup and setup pre-commit 2026-01-08 20:08:46 +00:00
locking.nu chore: release 1.0.11 - nu script cleanup & refactoring + i18n fluentd 2026-01-14 02:00:23 +00:00
mod.nu refactor(gitea/mod): selective re-exports replace 6 star re-exports (ADR-025 L3) 2026-04-17 08:19:53 +01:00
service.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00
workspace_git.nu feat: update provisioning core CLI, libraries, and plugins 2025-12-11 21:57:05 +00:00