You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => 'Build a heuristic documentation-impact packet for a GitHub pull request',
@@ -1110,7 +1110,7 @@ private function registerAbilities(): void {
1110
1110
);
1111
1111
1112
1112
AbilityRegistry::register(
1113
-
'datamachine/list-github-tree',
1113
+
'datamachine-code/list-github-tree',
1114
1114
array(
1115
1115
'label' => 'List GitHub Repository Tree',
1116
1116
'description' => 'List files in a GitHub repository tree at a branch or ref',
@@ -1149,7 +1149,7 @@ private function registerAbilities(): void {
1149
1149
);
1150
1150
1151
1151
AbilityRegistry::register(
1152
-
'datamachine/get-github-file',
1152
+
'datamachine-code/get-github-file',
1153
1153
array(
1154
1154
'label' => 'Get GitHub Files',
1155
1155
'description' => 'Get decoded content for one or more files in a GitHub repository',
@@ -1200,7 +1200,7 @@ private function registerAbilities(): void {
1200
1200
);
1201
1201
1202
1202
AbilityRegistry::register(
1203
-
'datamachine/create-or-update-github-file',
1203
+
'datamachine-code/create-or-update-github-file',
1204
1204
array(
1205
1205
'label' => 'Create or Update GitHub File',
1206
1206
'description' => 'Create or update a file in a GitHub repository via the Contents API (upsert). If the file exists, it is updated; if not, it is created.',
@@ -1252,7 +1252,7 @@ private function registerAbilities(): void {
1252
1252
);
1253
1253
1254
1254
AbilityRegistry::register(
1255
-
'datamachine/list-github-repos',
1255
+
'datamachine-code/list-github-repos',
1256
1256
array(
1257
1257
'label' => 'List GitHub Repositories',
1258
1258
'description' => 'List repositories for a user or organization',
@@ -1299,7 +1299,7 @@ private function registerAbilities(): void {
'description' => 'Register a binding between a site-owned local directory (relative to ABSPATH) and a GitHub repository. First pull materializes files.',
@@ -153,7 +153,7 @@ private function registerAbilities(): void {
153
153
);
154
154
155
155
AbilityRegistry::register(
156
-
'datamachine/gitsync-unbind',
156
+
'datamachine-code/gitsync-unbind',
157
157
array(
158
158
'label' => 'Unbind GitSync Path',
159
159
'description' => 'Remove a binding. Directory preserved by default; pass purge=true to delete it.',
@@ -182,7 +182,7 @@ private function registerAbilities(): void {
182
182
);
183
183
184
184
AbilityRegistry::register(
185
-
'datamachine/gitsync-pull',
185
+
'datamachine-code/gitsync-pull',
186
186
array(
187
187
'label' => 'Pull GitSync Binding',
188
188
'description' => 'Download all files from the pinned branch to the local directory. Uses GitHub Contents API — no git binary required.',
@@ -219,7 +219,7 @@ private function registerAbilities(): void {
219
219
);
220
220
221
221
AbilityRegistry::register(
222
-
'datamachine/gitsync-submit',
222
+
'datamachine-code/gitsync-submit',
223
223
array(
224
224
'label' => 'Submit GitSync Binding as Pull Request',
225
225
'description' => 'Upload changed local files to the sticky proposal branch (gitsync/<slug>) by default, or to a keyed proposal branch (gitsync/<slug>-<proposal-slug>) when proposal is provided, and open or update a PR against the pinned branch.',
@@ -262,7 +262,7 @@ private function registerAbilities(): void {
262
262
);
263
263
264
264
AbilityRegistry::register(
265
-
'datamachine/gitsync-push',
265
+
'datamachine-code/gitsync-push',
266
266
array(
267
267
'label' => 'Push GitSync Binding Directly',
268
268
'description' => 'Commit changed local files directly to the pinned branch — no PR. Requires policy.write_enabled=true AND policy.safe_direct_push=true (two-key authorization).',
@@ -296,7 +296,7 @@ private function registerAbilities(): void {
296
296
);
297
297
298
298
AbilityRegistry::register(
299
-
'datamachine/gitsync-policy-update',
299
+
'datamachine-code/gitsync-policy-update',
300
300
array(
301
301
'label' => 'Update GitSync Binding Policy',
302
302
'description' => 'Update one or more policy fields on an existing binding (write_enabled, safe_direct_push, allowed_paths, conflict, auto_pull, pull_interval).',
0 commit comments