Implement slug following commands #9
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#9
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?
Goal
Implement
slugfollowing management commands against the Slugkit following API.Spec:
docs/cli-specs/09-following-commands.mdRequirements
501 Not Implementedresponses clearly.Acceptance criteria
501 Not Implementedresponses are displayed clearly.Dependencies
Synced from todu comment by @todu on 2026-06-04T12:33:41.527Z
Scope update
User decision: simplify following cancellation semantics.
slug following cancelCLI command./api/v1/following/{id}/cancel./api/v1/following/{id}/unfollowinstead, so the user-facing action is simplyunfollowfor both pending and accepted following records.Rationale: a pending follow request is still a prior attempt to follow, so
unfollowis the clearer single action.Synced from todu comment by @todu on 2026-06-04T12:38:55.451Z
PR Review
PR: #93
Review result: approved
Acceptance criteria: 9 total, 9 met, 0 missing
Blocking issues: 0
Warnings: 0
Notes:
cancel; pending follow request cancellation is handled byunfollow./api/v1/following/{id}/cancelwas removed.Verification:
./scripts/pre-pr.shpassed locally.CI / build-lint-test (pull_request)issuccess.Verdict: Approved. Ready for human merge approval.
Synced from todu comment by @todu on 2026-06-04T12:42:17.384Z
Closing Summary
Status: READY
Evidence:
CI / build-lint-test (pull_request)succeeded per review evidence.mainas85d2360(feat: add following CLI commands).Notes:
unfollow; no separatecancelcommand or/cancelAPI endpoint was retained.