Add opam init and promote commands for local package management
- unpac opam init: Create new local opam packages from scratch
- Generates scaffold with dune-project, lib/dune, and module files
- Recorded in config with url='local' for identification
- Comprehensive documentation for AI agent usage
- unpac opam promote: Graduate projects to vendored dependencies
- Copies project content to opam/vendor/<name> branches
- Enables code reuse between projects
- Original project remains unchanged
- Enhanced opam command documentation:
- Three package sources: External, Local, Promoted
- Workflow guides for each source type
- AI agent usage examples
- Added audit operation types: Opam_init, Opam_promote
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>