@daddia/space
v0.3.1
Published
Operate a delivery workspace -- sync sources, publish docs
Maintainers
Readme
@daddia/space
Operational CLI for a daddia delivery space. Sync external sources (Jira, Confluence) into the workspace and manage installed skills.
Install
pnpm add -D @daddia/spaceCommands
| Command | Description |
| ----------------------- | ----------------------------------------------------------- |
| space skills sync | Resolve a profile, install skills, write skills-lock.json |
| space skills install | Restore the skills pinned in skills-lock.json |
| space sync jira | Sync a Jira project into .space/sources/jira/ |
| space sync confluence | Sync a Confluence space into .space/sources/confluence/ |
| space sync | Sync all configured sources |
| space init | Initialise or reinitialise a workspace |
Run space --help or space <command> --help for full options.
Configuration
Reads .space/config (YAML) at the workspace root for source definitions and
.space/profile.yaml for the active skills profile. Credentials come from
.env in the workspace root.
Skills
Skills are installed via the open agent skills CLI from the public mirror
github.com/daddia/skills. The set of
skills installed is governed by a profile (minimal, domain-team,
platform, full) selected per workspace.
space skills sync --profile domain-teamskills-lock.json at the workspace root pins the installed skills and their
content hashes for reproducible installs in CI and on fresh clones.
Licence
MIT. (c) 2026 daddia. See LICENSE.
