Extract Obsidian wikilinks into editable Project Candidate seed files #4
Labels
No labels
ready-for-agent
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
liang/sales-ai#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Parent PRD: #2
What to build
Build the Obsidian work-log Project Candidate extractor. Within the configured work-log scope, every wikilink should become a Project Candidate by splitting the link text on the first whitespace: the first token is the Project code and the remaining text is a Project Alias. The output is an editable seed artifact the user can batch confirm, reject, merge, rename, and enrich before database import.
Acceptance criteria
Blocked by
Implemented issue #4.
Summary:
services.project_seed_extractor.extract_project_candidate_seed.Verification:
.venv/bin/pytest tests/test_project_seed_extractor.py -q-> passed.