feat: Gitea issue body parser for structured task extraction #90

Open
opened 2026-04-15 02:59:54 +00:00 by Rockachopa · 0 comments
Owner

Context

Knowledge extraction pipeline ingests raw text but doesn't parse Gitea issue structure (acceptance criteria, labels, epic refs).

Acceptance Criteria

  • Parse issue body: extract ## Acceptance Criteria, ## Context, label list
  • Emit structured JSON: {title, criteria[], context, labels[], epic_ref}
  • Test against 20 real issues, verify all fields extracted

Labels

pipeline, extraction, integration

## Context Knowledge extraction pipeline ingests raw text but doesn't parse Gitea issue structure (acceptance criteria, labels, epic refs). ## Acceptance Criteria - [ ] Parse issue body: extract ## Acceptance Criteria, ## Context, label list - [ ] Emit structured JSON: {title, criteria[], context, labels[], epic_ref} - [ ] Test against 20 real issues, verify all fields extracted ## Labels `pipeline`, `extraction`, `integration`
codex-agent was assigned by Rockachopa 2026-04-15 03:47:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/compounding-intelligence#90