fix: add us-cpa tax year rules and package metadata

This commit is contained in:
Stefano Fiorini
2026-03-15 02:47:14 -05:00
parent d3fd874330
commit 6c02e0b7c6
9 changed files with 211 additions and 45 deletions

View File

@@ -2,6 +2,21 @@
`us-cpa` is a Python CLI plus OpenClaw skill wrapper for U.S. federal individual tax work.
## Standalone package usage
From `skills/us-cpa/`:
```bash
pip install -e .[dev]
us-cpa --help
```
Without installing, the repo-local wrapper works directly:
```bash
skills/us-cpa/scripts/us-cpa --help
```
## Current Milestone
Current implementation now includes:
@@ -13,10 +28,9 @@ Current implementation now includes:
- case-folder intake and conflict-stop handling
- question workflow with conversation and memo output
- prepare workflow for the current supported 1040 subset
- review workflow with findings-first output
- e-file-ready draft export payload generation
Review logic and broader form coverage are still pending.
## CLI Surface
```bash