mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add communication account plugin scaffolds
This commit is contained in:
parent
5cfeea6b57
commit
c23ce42948
48 changed files with 1949 additions and 13 deletions
16
docs/cli.md
16
docs/cli.md
|
|
@ -31,6 +31,9 @@ task
|
|||
wallet
|
||||
events
|
||||
agentswarm
|
||||
accounts
|
||||
social
|
||||
email
|
||||
credentials
|
||||
openspec
|
||||
plugins
|
||||
|
|
@ -66,6 +69,19 @@ logicsrc credentials plan --from doppler --to github-secrets
|
|||
|
||||
Credential sharing is provider-neutral. External tools can consume LogicSRC credential contracts, but LogicSRC commands do not call proprietary product CLIs.
|
||||
|
||||
Communication account commands:
|
||||
|
||||
```bash
|
||||
logicsrc accounts providers
|
||||
logicsrc accounts list
|
||||
logicsrc social providers
|
||||
logicsrc email providers
|
||||
logicsrc social post <account-id> --text "Launching today" --dry-run
|
||||
logicsrc email send <draft-id> --dry-run
|
||||
```
|
||||
|
||||
Communication account commands must redact credentials, support dry-run for write-capable actions, and require approval policies for outbound email and social publishing.
|
||||
|
||||
When `--openspec` is enabled, AgentSwarm writes OpenSpec.dev-style files under `openspec/changes/<change-id>/`.
|
||||
|
||||
Machine-readable output should be available anywhere data is returned:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue