proc-cli 1.12.3

A semantic CLI tool for process management
Documentation
## Description

<!-- Brief description of what this PR does -->

## Type of Change

- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)

## Related Issues

<!-- Link any related issues: Fixes #123, Relates to #456 -->

## Checklist

- [ ] I have tested my changes locally
- [ ] I have updated documentation if needed
- [ ] I have added tests for new functionality
- [ ] All tests pass (`cargo test`)
- [ ] Code follows project style (`cargo fmt && cargo clippy`)
- [ ] Commit messages follow [conventional commits]https://www.conventionalcommits.org/

## Testing Done

<!-- How did you test this change? -->

## Screenshots (if applicable)

<!-- Add screenshots for UI changes -->