Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .agents/skills/cli-admin/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,42 +65,42 @@ See the `references/` directory for detailed per-entity API documentation:
- [app-limit-credit](references/app-limit-credit.md)
- [org-member](references/org-member.md)
- [app-permission-default](references/app-permission-default.md)
- [app-limit-credit-code](references/app-limit-credit-code.md)
- [org-permission-default](references/org-permission-default.md)
- [app-admin-grant](references/app-admin-grant.md)
- [app-owner-grant](references/app-owner-grant.md)
- [org-permission-default](references/org-permission-default.md)
- [app-membership-default](references/app-membership-default.md)
- [org-admin-grant](references/org-admin-grant.md)
- [org-membership-default](references/org-membership-default.md)
- [org-owner-grant](references/org-owner-grant.md)
- [app-limit-caps-default](references/app-limit-caps-default.md)
- [org-limit-caps-default](references/org-limit-caps-default.md)
- [app-limit-cap](references/app-limit-cap.md)
- [org-limit-cap](references/org-limit-cap.md)
- [org-admin-grant](references/org-admin-grant.md)
- [org-owner-grant](references/org-owner-grant.md)
- [membership-type](references/membership-type.md)
- [org-chart-edge](references/org-chart-edge.md)
- [app-limit-default](references/app-limit-default.md)
- [org-limit-default](references/org-limit-default.md)
- [org-limit-credit](references/org-limit-credit.md)
- [app-limit-credit-code](references/app-limit-credit-code.md)
- [app-limit-warning](references/app-limit-warning.md)
- [org-limit-warning](references/org-limit-warning.md)
- [org-chart-edge-grant](references/org-chart-edge-grant.md)
- [app-claimed-invite](references/app-claimed-invite.md)
- [org-limit-warning](references/org-limit-warning.md)
- [membership-type](references/membership-type.md)
- [app-grant](references/app-grant.md)
- [app-membership-default](references/app-membership-default.md)
- [org-membership-default](references/org-membership-default.md)
- [org-claimed-invite](references/org-claimed-invite.md)
- [app-limit-event](references/app-limit-event.md)
- [org-limit-event](references/org-limit-event.md)
- [org-grant](references/org-grant.md)
- [org-chart-edge](references/org-chart-edge.md)
- [usage-snapshot](references/usage-snapshot.md)
- [app-limit](references/app-limit.md)
- [app-invite](references/app-invite.md)
- [app-limit-event](references/app-limit-event.md)
- [org-limit-event](references/org-limit-event.md)
- [org-membership-setting](references/org-membership-setting.md)
- [org-limit-aggregate](references/org-limit-aggregate.md)
- [org-limit](references/org-limit.md)
- [org-member-profile](references/org-member-profile.md)
- [app-membership](references/app-membership.md)
- [org-invite](references/org-invite.md)
- [app-limit](references/app-limit.md)
- [org-membership](references/org-membership.md)
- [org-limit-aggregate](references/org-limit-aggregate.md)
- [org-limit](references/org-limit.md)
- [app-invite](references/app-invite.md)
- [org-invite](references/org-invite.md)
- [app-permissions-get-padded-mask](references/app-permissions-get-padded-mask.md)
- [org-permissions-get-padded-mask](references/org-permissions-get-padded-mask.md)
- [org-is-manager-of](references/org-is-manager-of.md)
Expand Down
6 changes: 3 additions & 3 deletions .agents/skills/cli-objects/references/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ csdk commit list --where.<field>.<op> <value> --orderBy <values>
csdk commit list --limit 10 --after <cursor>
csdk commit find-first --where.<field>.<op> <value>
csdk commit get --id <UUID>
csdk commit create --databaseId <UUID> --storeId <UUID> [--message <String>] [--parentIds <UUID>] [--authorId <UUID>] [--committerId <UUID>] [--treeId <UUID>] [--date <Datetime>]
csdk commit update --id <UUID> [--message <String>] [--databaseId <UUID>] [--storeId <UUID>] [--parentIds <UUID>] [--authorId <UUID>] [--committerId <UUID>] [--treeId <UUID>] [--date <Datetime>]
csdk commit create --scopeId <UUID> --storeId <UUID> [--message <String>] [--parentIds <UUID>] [--authorId <UUID>] [--committerId <UUID>] [--treeId <UUID>] [--date <Datetime>]
csdk commit update --id <UUID> [--message <String>] [--scopeId <UUID>] [--storeId <UUID>] [--parentIds <UUID>] [--authorId <UUID>] [--committerId <UUID>] [--treeId <UUID>] [--date <Datetime>]
csdk commit delete --id <UUID>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ csdk commit list --where.id.equalTo <value> --orderBy ID_ASC
### Create a commit

```bash
csdk commit create --databaseId <UUID> --storeId <UUID> [--message <String>] [--parentIds <UUID>] [--authorId <UUID>] [--committerId <UUID>] [--treeId <UUID>] [--date <Datetime>]
csdk commit create --scopeId <UUID> --storeId <UUID> [--message <String>] [--parentIds <UUID>] [--authorId <UUID>] [--committerId <UUID>] [--treeId <UUID>] [--date <Datetime>]
```

### Get a commit by id
Expand Down
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/freeze-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the freezeObjects mutation
## Usage

```bash
csdk freeze-objects --input.clientMutationId <String> --input.databaseId <UUID> --input.id <UUID>
csdk freeze-objects --input.clientMutationId <String> --input.sId <UUID> --input.id <UUID>
```

## Examples

### Run freezeObjects

```bash
csdk freeze-objects --input.clientMutationId <String> --input.databaseId <UUID> --input.id <UUID>
csdk freeze-objects --input.clientMutationId <String> --input.sId <UUID> --input.id <UUID>
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Reads and enables pagination through a set of `Object`.
## Usage

```bash
csdk get-all-objects-from-root --databaseId <UUID> --id <UUID> --first <Int> --offset <Int> --after <Cursor>
csdk get-all-objects-from-root --sId <UUID> --id <UUID> --first <Int> --offset <Int> --after <Cursor>
```

## Examples

### Run getAllObjectsFromRoot

```bash
csdk get-all-objects-from-root --databaseId <UUID> --id <UUID> --first <Int> --offset <Int> --after <Cursor>
csdk get-all-objects-from-root --sId <UUID> --id <UUID> --first <Int> --offset <Int> --after <Cursor>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/get-object-at-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the getObjectAtPath query
## Usage

```bash
csdk get-object-at-path --dbId <UUID> --storeId <UUID> --path <String> --refname <String>
csdk get-object-at-path --sId <UUID> --storeId <UUID> --path <String> --refname <String>
```

## Examples

### Run getObjectAtPath

```bash
csdk get-object-at-path --dbId <UUID> --storeId <UUID> --path <String> --refname <String>
csdk get-object-at-path --sId <UUID> --storeId <UUID> --path <String> --refname <String>
```
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Reads and enables pagination through a set of `Object`.
## Usage

```bash
csdk get-path-objects-from-root --databaseId <UUID> --id <UUID> --path <String> --first <Int> --offset <Int> --after <Cursor>
csdk get-path-objects-from-root --sId <UUID> --id <UUID> --path <String> --first <Int> --offset <Int> --after <Cursor>
```

## Examples

### Run getPathObjectsFromRoot

```bash
csdk get-path-objects-from-root --databaseId <UUID> --id <UUID> --path <String> --first <Int> --offset <Int> --after <Cursor>
csdk get-path-objects-from-root --sId <UUID> --id <UUID> --path <String> --first <Int> --offset <Int> --after <Cursor>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/init-empty-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the initEmptyRepo mutation
## Usage

```bash
csdk init-empty-repo --input.clientMutationId <String> --input.dbId <UUID> --input.storeId <UUID>
csdk init-empty-repo --input.clientMutationId <String> --input.sId <UUID> --input.storeId <UUID>
```

## Examples

### Run initEmptyRepo

```bash
csdk init-empty-repo --input.clientMutationId <String> --input.dbId <UUID> --input.storeId <UUID>
csdk init-empty-repo --input.clientMutationId <String> --input.sId <UUID> --input.storeId <UUID>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/insert-node-at-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the insertNodeAtPath mutation
## Usage

```bash
csdk insert-node-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
csdk insert-node-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
```

## Examples

### Run insertNodeAtPath

```bash
csdk insert-node-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
csdk insert-node-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
```
6 changes: 3 additions & 3 deletions .agents/skills/cli-objects/references/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ csdk object list --where.<field>.<op> <value> --orderBy <values>
csdk object list --limit 10 --after <cursor>
csdk object find-first --where.<field>.<op> <value>
csdk object get --id <UUID>
csdk object create --databaseId <UUID> [--kids <UUID>] [--ktree <String>] [--data <JSON>] [--frzn <Boolean>]
csdk object update --id <UUID> [--databaseId <UUID>] [--kids <UUID>] [--ktree <String>] [--data <JSON>] [--frzn <Boolean>]
csdk object create --scopeId <UUID> [--kids <UUID>] [--ktree <String>] [--data <JSON>] [--frzn <Boolean>]
csdk object update --id <UUID> [--scopeId <UUID>] [--kids <UUID>] [--ktree <String>] [--data <JSON>] [--frzn <Boolean>]
csdk object delete --id <UUID>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ csdk object list --where.id.equalTo <value> --orderBy ID_ASC
### Create a object

```bash
csdk object create --databaseId <UUID> [--kids <UUID>] [--ktree <String>] [--data <JSON>] [--frzn <Boolean>]
csdk object create --scopeId <UUID> [--kids <UUID>] [--ktree <String>] [--data <JSON>] [--frzn <Boolean>]
```

### Get a object by id
Expand Down
6 changes: 3 additions & 3 deletions .agents/skills/cli-objects/references/ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ csdk ref list --where.<field>.<op> <value> --orderBy <values>
csdk ref list --limit 10 --after <cursor>
csdk ref find-first --where.<field>.<op> <value>
csdk ref get --id <UUID>
csdk ref create --name <String> --databaseId <UUID> --storeId <UUID> [--commitId <UUID>]
csdk ref update --id <UUID> [--name <String>] [--databaseId <UUID>] [--storeId <UUID>] [--commitId <UUID>]
csdk ref create --name <String> --scopeId <UUID> --storeId <UUID> [--commitId <UUID>]
csdk ref update --id <UUID> [--name <String>] [--scopeId <UUID>] [--storeId <UUID>] [--commitId <UUID>]
csdk ref delete --id <UUID>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ csdk ref list --where.id.equalTo <value> --orderBy ID_ASC
### Create a ref

```bash
csdk ref create --name <String> --databaseId <UUID> --storeId <UUID> [--commitId <UUID>]
csdk ref create --name <String> --scopeId <UUID> --storeId <UUID> [--commitId <UUID>]
```

### Get a ref by id
Expand Down
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/remove-node-at-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the removeNodeAtPath mutation
## Usage

```bash
csdk remove-node-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String>
csdk remove-node-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String>
```

## Examples

### Run removeNodeAtPath

```bash
csdk remove-node-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String>
csdk remove-node-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/rev-parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the revParse query
## Usage

```bash
csdk rev-parse --dbId <UUID> --storeId <UUID> --refname <String>
csdk rev-parse --sId <UUID> --storeId <UUID> --refname <String>
```

## Examples

### Run revParse

```bash
csdk rev-parse --dbId <UUID> --storeId <UUID> --refname <String>
csdk rev-parse --sId <UUID> --storeId <UUID> --refname <String>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/set-and-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the setAndCommit mutation
## Usage

```bash
csdk set-and-commit --input.clientMutationId <String> --input.dbId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
csdk set-and-commit --input.clientMutationId <String> --input.sId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
```

## Examples

### Run setAndCommit

```bash
csdk set-and-commit --input.clientMutationId <String> --input.dbId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
csdk set-and-commit --input.clientMutationId <String> --input.sId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/set-data-at-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the setDataAtPath mutation
## Usage

```bash
csdk set-data-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON>
csdk set-data-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON>
```

## Examples

### Run setDataAtPath

```bash
csdk set-data-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON>
csdk set-data-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON>
```
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/set-props-and-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the setPropsAndCommit mutation
## Usage

```bash
csdk set-props-and-commit --input.clientMutationId <String> --input.dbId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON>
csdk set-props-and-commit --input.clientMutationId <String> --input.sId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON>
```

## Examples

### Run setPropsAndCommit

```bash
csdk set-props-and-commit --input.clientMutationId <String> --input.dbId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON>
csdk set-props-and-commit --input.clientMutationId <String> --input.sId <UUID> --input.storeId <UUID> --input.refname <String> --input.path <String> --input.data <JSON>
```
6 changes: 3 additions & 3 deletions .agents/skills/cli-objects/references/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ csdk store list --where.<field>.<op> <value> --orderBy <values>
csdk store list --limit 10 --after <cursor>
csdk store find-first --where.<field>.<op> <value>
csdk store get --id <UUID>
csdk store create --name <String> --databaseId <UUID> [--hash <UUID>]
csdk store update --id <UUID> [--name <String>] [--databaseId <UUID>] [--hash <UUID>]
csdk store create --name <String> --scopeId <UUID> [--hash <UUID>]
csdk store update --id <UUID> [--name <String>] [--scopeId <UUID>] [--hash <UUID>]
csdk store delete --id <UUID>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ csdk store list --where.id.equalTo <value> --orderBy ID_ASC
### Create a store

```bash
csdk store create --name <String> --databaseId <UUID> [--hash <UUID>]
csdk store create --name <String> --scopeId <UUID> [--hash <UUID>]
```

### Get a store by id
Expand Down
4 changes: 2 additions & 2 deletions .agents/skills/cli-objects/references/update-node-at-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Execute the updateNodeAtPath mutation
## Usage

```bash
csdk update-node-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
csdk update-node-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
```

## Examples

### Run updateNodeAtPath

```bash
csdk update-node-at-path --input.clientMutationId <String> --input.dbId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
csdk update-node-at-path --input.clientMutationId <String> --input.sId <UUID> --input.root <UUID> --input.path <String> --input.data <JSON> --input.kids <UUID> --input.ktree <String>
```
Loading
Loading