Skip to content

feat: add --content flag to project update#43

Open
dorkitude wants to merge 1 commit intomasterfrom
feat/project-update-content-flag
Open

feat: add --content flag to project update#43
dorkitude wants to merge 1 commit intomasterfrom
feat/project-update-content-flag

Conversation

@dorkitude
Copy link
Copy Markdown
Owner

@dorkitude dorkitude commented Mar 16, 2026

Summary

  • Adds --content flag to linctl project update for editing the project document body
  • Adds content to the UpdateProject GraphQL mutation response fields
  • Includes unit test, smoke test, and README update

Closes #42

Test plan

  • go test ./... passes
  • linctl project update --help shows --content flag
  • bash smoke_test.sh passes (47/47)
  • Manual: linctl project update <id> --content "# New content" updates the project document

🤖 Generated with Claude Code

Wire up --content flag on `linctl project update` to edit the project
document body via the ProjectUpdateInput GraphQL mutation.

Closes #42

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

project update: support --content flag for editing project document body

1 participant