@rolexjs/core 1.5.0-dev-20260309084431 → 1.5.0-dev-20260309123137
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2133 -2020
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -246,6 +246,8 @@ interface CommandResultMap {
|
|
|
246
246
|
"position.abolish": CommandResult;
|
|
247
247
|
"position.appoint": CommandResult;
|
|
248
248
|
"position.dismiss": CommandResult;
|
|
249
|
+
"society.crown": CommandResult;
|
|
250
|
+
"society.uncrown": CommandResult;
|
|
249
251
|
"census.list": CommandResult;
|
|
250
252
|
"issue.publish": Issue;
|
|
251
253
|
"issue.get": Issue | null;
|
|
@@ -488,7 +490,7 @@ declare function applyPrototype(data: PrototypeData, repo: PrototypeRepository,
|
|
|
488
490
|
*
|
|
489
491
|
* DO NOT EDIT MANUALLY. Run `bun run gen:desc` to regenerate.
|
|
490
492
|
*
|
|
491
|
-
* Source: descriptions/{system}/{process}.feature (
|
|
493
|
+
* Source: descriptions/{system}/{process}.feature (50 files)
|
|
492
494
|
*/
|
|
493
495
|
declare const WORLD_TOPICS: readonly ["cognition", "cognitive-priority", "communication", "execution", "gherkin", "identity-ethics", "inspect", "issue", "memory", "role-identity", "skill-system", "state-origin", "survey", "use-protocol"];
|
|
494
496
|
type WorldTopic = (typeof WORLD_TOPICS)[number];
|