Skip to content

feat: space generate --name #322

Open
laciferin2024 wants to merge 6 commits intostoracha:mainfrom
ideo-org:feat/space-generate-flag-name
Open

feat: space generate --name #322
laciferin2024 wants to merge 6 commits intostoracha:mainfrom
ideo-org:feat/space-generate-flag-name

Conversation

@laciferin2024
Copy link
Contributor

Solves #201

Implemented support for picking a name for a space during generation and displaying it in the space list

  • Implemented optional --name flag : generate space --name <name>
  • Introduced the Space struct
type Space struct {
    DID  did.DID
    Name string
}
  • Implemented logic to extract the name fact from delegations and populate the newly created Space struct.
  • Verified the logic with space list and space list --json

@laciferin2024 laciferin2024 changed the title feat: space generate --name <value> , feat: space generate --name <value> Feb 3, 2026
@laciferin2024 laciferin2024 changed the title feat: space generate --name <value> feat: space generate --name Feb 3, 2026
@laciferin2024
Copy link
Contributor Author

@Peeja @alanshaw Please review post merge of #300 .

@laciferin2024
Copy link
Contributor Author

This PR gathers inspiration from the Bacalhau project.

@laciferin2024
Copy link
Contributor Author

laciferin2024 commented Feb 5, 2026

Relates #331

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.

2 participants