[PR #22] [MERGED] feat: v2.0 Core Refactor & CLI Integration #22

Closed
opened 2026-03-02 11:45:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karant-dev/AutoRedact/pull/22
Author: @karant-dev
Created: 12/13/2025
Status: Merged
Merged: 12/13/2025
Merged by: @karant-dev

Base: mainHead: feature/v2.0-core-cli


📝 Commits (5)

  • fcf8292 feat(core): extract logic and implement CLI (v2.0)
  • 3fb3558 fix(pr): address review feedback (types, validation, robustness)
  • 4305efb chore: cleanup temporary test files
  • 2a0774f docs: clarify CLI PDF support status
  • 46c5165 Merge branch 'main' into feature/v2.0-core-cli

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

Summary

This PR implements the v2.0 extraction of core logic and introduces the CLI feature.

Changes

  • Core Extraction: Moves logic to src/core and src/adapters.
  • CLI: Adds src/cli.ts for command-line usage.
  • Privacy: Maintains 100% offline/local processing.
  • PDF Support: Currently BLOCKED and disabled in CLI due to dependency issues.

Verification

  • npm run build passed.
  • npm run cli verified for images.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karant-dev/AutoRedact/pull/22 **Author:** [@karant-dev](https://github.com/karant-dev) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@karant-dev](https://github.com/karant-dev) **Base:** `main` ← **Head:** `feature/v2.0-core-cli` --- ### 📝 Commits (5) - [`fcf8292`](https://github.com/karant-dev/AutoRedact/commit/fcf829233be16c2f5dac0353770a5550acd5b647) feat(core): extract logic and implement CLI (v2.0) - [`3fb3558`](https://github.com/karant-dev/AutoRedact/commit/3fb3558c437886c2e9ebeca10802bd006dacd137) fix(pr): address review feedback (types, validation, robustness) - [`4305efb`](https://github.com/karant-dev/AutoRedact/commit/4305efb1edb1b91dff3f3916ad29a547b1f873ed) chore: cleanup temporary test files - [`2a0774f`](https://github.com/karant-dev/AutoRedact/commit/2a0774f733797d87556d67ac302fe0967bb51c41) docs: clarify CLI PDF support status - [`46c5165`](https://github.com/karant-dev/AutoRedact/commit/46c516596c0aa24d52dc26b380e75ef32d180afb) Merge branch 'main' into feature/v2.0-core-cli ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description ## Summary This PR implements the v2.0 extraction of core logic and introduces the CLI feature. ## Changes - **Core Extraction**: Moves logic to `src/core` and `src/adapters`. - **CLI**: Adds `src/cli.ts` for command-line usage. - **Privacy**: Maintains 100% offline/local processing. - **PDF Support**: Currently **BLOCKED** and disabled in CLI due to dependency issues. ## Verification - `npm run build` passed. - `npm run cli` verified for images. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:45:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/AutoRedact#22
No description provided.