v0.1-to-v0.2

Official

Upgrade forge DI to wire_gen in one pass.

Authorreliant-labs
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you safely migrate a forge project from v0.1’s two-phase Bootstrap+Setup+ApplyDeps dependency injection pattern to v0.2’s codegen-based single-phase wire_gen wiring.

Core Features & Use Cases

  • Removes ApplyDeps two-phase wiring: Converts service initialization so each service gets a COMPLETE deps struct at construction time.
  • Aligns validateDeps timing: Ensures validateDeps gates required dependencies at New(), preventing dead or misplaced nil-check logic.
  • Covers deterministic codemod + review steps: Applies mechanical refactors during forge upgrade and lists the remaining manual/LLM-assisted tasks (like promoting setup locals to App fields).

Quick Start

Run the upgrade to v0.2 using forge upgrade --to v0.2, then follow the generated UPGRADE_NOTES.md and verification steps to ensure build, tests, and lint all pass.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: v0.1-to-v0.2
Download link: https://github.com/reliant-labs/forge/archive/main.zip#v0-1-to-v0-2

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.