Skip to content

Add Jira-lite issue semantics for agent task boards#63

Draft
Tweakzx wants to merge 1 commit intomainfrom
codex/jira-issue-semantics
Draft

Add Jira-lite issue semantics for agent task boards#63
Tweakzx wants to merge 1 commit intomainfrom
codex/jira-issue-semantics

Conversation

@Tweakzx
Copy link
Copy Markdown
Owner

@Tweakzx Tweakzx commented Apr 29, 2026

Summary

Implements the first slice of #62: Jira-inspired, agent-native task semantics while preserving the existing lightweight board model.

Changes

  • Adds task issue fields: issue_type, success_criteria, risk_level, reporter, and environment
  • Adds a task_dependencies table with project-scoped dependency validation
  • Adds agent-native statuses: waiting_for_approval and failed
  • Extends store transitions, CLI task creation/board output, markdown/dashboard exports, and console task details
  • Shows issue type, risk, success criteria, dependencies, approval/failure states, and related actions in the console
  • Adds migration coverage and store tests for issue fields, dependencies, and new statuses

Validation

  • PYTHONPATH=src python3 -m unittest discover -s tests

Closes #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Add Jira-inspired issue semantics for agent task boards

1 participant