feature to allow autocommit when processing collections (for the questions metadata) #20

Closed
opened 2026-02-07 15:28:50 +00:00 by despiegk · 2 comments
Owner
  • optionally when user asks to process collections, allow to autocommit the changes (metadata)
  • duble check we only process new files so it goes fast
  • make it easy to process just one collection e.g. as part of hero_books (is cli) we just run in 1 collection with option and it does it
- optionally when user asks to process collections, allow to autocommit the changes (metadata) - duble check we only process new files so it goes fast - make it easy to process just one collection e.g. as part of hero_books (is cli) we just run in 1 collection with option and it does it
despiegk added this to the next milestone 2026-02-07 15:28:58 +00:00
despiegk modified the milestone from next to now 2026-02-07 15:29:00 +00:00
despiegk added this to the ACTIVE project 2026-02-07 15:29:01 +00:00
despiegk changed title from feature to allow autocommit when putting FAQ's to feature to allow autocommit when processing collections (for the questions metadata) 2026-02-07 15:29:58 +00:00
Owner

Addressed in PR #24 (branch development-fixes-feb).

Commit: 0f35fa1 Phase 3

  • Added autocommit: bool to processing config
  • After writing .ai/ metadata for a collection: git add .ai/git commit -m "Update Q&A metadata"
  • Added --autocommit flag to the process CLI subcommand
  • Threaded through process_collections_for_qa() in server startup
Addressed in PR #24 (branch `development-fixes-feb`). **Commit:** `0f35fa1` Phase 3 - Added `autocommit: bool` to processing config - After writing `.ai/` metadata for a collection: `git add .ai/` → `git commit -m "Update Q&A metadata"` - Added `--autocommit` flag to the `process` CLI subcommand - Threaded through `process_collections_for_qa()` in server startup
Owner

image

![image](/attachments/7466420a-3fe9-4175-babe-eb56dfab5619)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_books#20
No description provided.