Skip to content

Team Registry: core workspace structure + team CRUD #630

Description

@aselim31

Splits from #98. Delivers the minimum registry surface that unblocks all downstream issues (#545, #600, #609, #586, #587).

Scope

  • Workspace JSON structure (.dotbot/team-registry.json)
  • dotbot team add <name> [--role <role>]
  • dotbot team list
  • dotbot team get <name>
  • Schema validation + error messages

Out of scope (→ #98b)

team-remove, team-update, team-set-availability, role-list, role-create

Acceptance criteria

  • team-add persists a member entry to the workspace registry
  • team-list returns all members in table format
  • team-get <name> returns a single member record
  • All three commands pass Pester unit tests
  • Unblocks #545a

Depends on

none

Blocks

#98b · #545a · #600 · #609

Metadata

Metadata

Labels

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions