This issue tracks remaining tasks and improvements identified during the v1.0.0 Typer migration. Many of these were originally tracked in PLANNING.md which is being converted to this issue.
High Priority - Code Quality & Security
Security Warnings in logstory.py
Testing & Validation
Documentation Review
Medium Priority - User Experience
UX Improvements
Extended Documentation
Low Priority - Future Enhancements
Advanced Features
Testing Strategy
Manual Testing Checklist
# Basic functionality
logstory usecases list-installed
logstory usecases list-installed --details
logstory usecases list-installed --logtypes
logstory usecases list-available
# Environment file testing
logstory usecases list-available --env-file .env.example
logstory replay usecase TEST_CASE --env-file .env.example --local-file-output
# VS Code integration
logstory usecases list-installed --open SOME_USECASE
# Error handling
logstory replay usecase NONEXISTENT
logstory usecases list-available --env-file nonexistent.env
Automated Testing
Background
This issue consolidates tasks from the original PLANNING.md file that tracked the Typer migration work. The migration (PR #28) has been completed and released as v1.0.0, but several code quality and enhancement tasks remain.
Key Notes:
- v1.0.0 introduced breaking changes to CLI interface
- Clear migration guide provided in README and documentation
- Environment file support and VS Code integration added
- Some security warnings and pre-commit issues still need resolution
Contact
For questions about these tasks:
This issue tracks remaining tasks and improvements identified during the v1.0.0 Typer migration. Many of these were originally tracked in PLANNING.md which is being converted to this issue.
High Priority - Code Quality & Security
Security Warnings in logstory.py
src/logstory/logstory.py:245-257raise ... from errmake pre-commit-runand fix any remaining issuesTesting & Validation
--openflag)Documentation Review
Medium Priority - User Experience
UX Improvements
Extended Documentation
docs/env-file.mdLow Priority - Future Enhancements
Advanced Features
logstory config validatecommandlogstory config initfor guided setupTesting Strategy
Manual Testing Checklist
Automated Testing
Background
This issue consolidates tasks from the original PLANNING.md file that tracked the Typer migration work. The migration (PR #28) has been completed and released as v1.0.0, but several code quality and enhancement tasks remain.
Key Notes:
Contact
For questions about these tasks:
docs/env-file.md