@tiangong-ai/cli 0.0.4 → 0.0.7

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.
package/AGENTS.md CHANGED
@@ -15,8 +15,8 @@ checkPaths:
15
15
  - .docpact/config.yaml
16
16
  - docs/agents/**
17
17
  - src/**
18
- lastReviewedAt: 2026-05-10
19
- lastReviewedCommit: f45edb6f41dd767911b3788eb8bc75e9bcb8ba33
18
+ lastReviewedAt: 2026-05-12
19
+ lastReviewedCommit: 29cb2f6f64f6cac7d1814b57579fe6343254d33d
20
20
  ---
21
21
 
22
22
  # Tiangong AI CLI Contract
package/README.md CHANGED
@@ -104,14 +104,15 @@ stored under the OS app-data directory:
104
104
  Use `--state /path/to/job.sqlite` to override the checkpoint path. Bulk jobs do
105
105
  not use `.tiangong-kb-ingest-manifest.jsonl` as their checkpoint.
106
106
 
107
- Bulk ingest always creates 300dpi-normalized ingest copies for `.docx` files
108
- and creates PDF split parts when a PDF exceeds the active upload limit. Derived
109
- files stay under `.tiangong-kb-ingest-derived` by default, and that directory is
110
- excluded from future bulk scans. DOCX copies keep the original logical path for
111
- metadata-map evaluation, and the generated DOCX copy is uploaded even when
112
- normalization does not materially reduce file size. PDF split parts keep the
113
- original logical parent directory. Upload metadata remains the user/business
114
- metadata produced by the metadata map.
107
+ Bulk ingest scans and fingerprints files first, then lazily creates derived
108
+ files only when a row enters the active upload window. `.docx` files larger than
109
+ 10MiB are uploaded through 300dpi-normalized ingest copies; smaller `.docx`
110
+ files upload directly unless they are empty. Oversized PDFs are split into the
111
+ fewest uploadable PDF parts when they enter the window, and the generated part
112
+ rows are written back to SQLite so resume can reuse them. Derived files stay
113
+ under `.tiangong-kb-ingest-derived` by default, and that directory is excluded
114
+ from future bulk scans. Upload metadata remains the user/business metadata
115
+ produced by the metadata map.
115
116
 
116
117
  Manage bulk jobs:
117
118