list work_item:phase_artifacts renders table columns from the wrong noun (work_item fields, not artifacts)
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 22
- Forks
- 10
- Avg merge
- 14h 28m
- Merged PRs (30d)
- 54
Description
pkg/spec/autonomous_work.spec.yaml:287 has no columns: or fields_noun, so it defaults to work_item's fields (title, state, etc.) instead of the artifact fields it actually returns. Table output shows wrong/blank columns.
Fix: add columns: or a fields_noun pointing at a noun matching the artifact shape.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with pkg/spec/autonomous_work.spec.yaml:287 and inspect the work_item:phase_artifacts specification and the artifact fields it returns. Add the needed columns or fields_noun configuration, then verify that table output uses artifact fields rather than work_item fields and no longer shows wrong or blank columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100