@fuzzle/opencode-accountant 0.0.6-next.1 → 0.0.7-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -142,7 +142,7 @@ your-project/
142
142
  │ └── import/
143
143
  │ └── providers.yaml
144
144
  ├── statements/
145
- │ └── imports/ # Drop CSV files here
145
+ │ └── import/ # Drop CSV files here
146
146
  │ └── unrecognized/ # Unclassified files moved here
147
147
  └── doc/
148
148
  └── agent/
@@ -158,10 +158,10 @@ your-project/
158
158
 
159
159
  #### Workflow
160
160
 
161
- 1. Drop CSV files into `statements/imports/`
161
+ 1. Drop CSV files into `statements/import/`
162
162
  2. Run `classify-statements` tool
163
163
  3. Files are moved to `doc/agent/todo/import/<provider>/<currency>/`
164
- 4. Unrecognized files are moved to `statements/imports/unrecognized/`
164
+ 4. Unrecognized files are moved to `statements/import/unrecognized/`
165
165
  5. After successful import, files should be moved to `doc/agent/done/import/`
166
166
 
167
167
  ## Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzzle/opencode-accountant",
3
- "version": "0.0.6-next.1",
3
+ "version": "0.0.7-next.1",
4
4
  "description": "An OpenCode accounting agent, specialized in double-entry-bookkepping with hledger",
5
5
  "author": {
6
6
  "name": "ali bengali",