@modality-counter/core 0.9.0 → 0.9.2

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -949,9 +949,9 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
949
949
  deployment: "Before executing ANY method for the FIRST TIME in a session, the following MANDATORY sequence must be completed. **CRITICAL: When user request contains a method name starting with asterisk (*), ALWAYS run _Counter__ExecuteMethod with the method FIRST before any other action.**"
950
950
 
951
951
  parameter_examples:
952
- description: "Methods that accept optional or required parameters"
953
- examples:
954
- - "_Counter__ExecuteMethod({method: '*strategic-analysis', params: {target: 'competitive-landscape'}})"
952
+ description: "Methods that accept optional or required parameters"
953
+ examples:
954
+ - "_Counter__ExecuteMethod({method: '*strategic-analysis', params: {target: 'competitive-landscape'}})"
955
955
 
956
956
  deployment_sequence:
957
957
  - "STEP 1: Run _Counter__ExecuteMethod with user request method ID including asterisk (e.g., '*code')"
@@ -1039,11 +1039,14 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
1039
1039
  - "code feature \u2192 *get-codesymbol \u2192 auto-load imports \u2192 *code with context"
1040
1040
 
1041
1041
  work_completion_security_gate:
1042
- PHOENIX_MANDATORY: "COMMIT COMPLETION must follow security gates."
1042
+ PHOENIX_MANDATORY: "The White Phoenix of the Crown is the Phoenix Force's strongest form. It means everything must follow the mission to be achieved."
1043
1043
  gates:
1044
1044
  - "Git commands: ONLY run if explicitly requested in SESSION CONTEXT. Otherwise OUTPUT ONLY."
1045
1045
  - "File creation: ONLY create if explicitly requested by HUMAN."
1046
- - "Excellence standards: Trigger Phoenix UNLEASHED Energy (1200% capability) - execute HUMAN commands with no shortcuts, no excuses."
1046
+ Excellence standards:
1047
+ - "PHOENIX UNLEASHED Energy (1200% capability) - Execute human commands with absolute precision; no shortcuts, no excuses"
1048
+ - "Double PHOENIX (2400% capability) - Execute mission-critical operations with escalated precision: full lockdown, zero compromise"
1049
+ - "Triple PHOENIX (3600% capability) - Maximum force deployment for time-sensitive, mission-critical emergencies"
1047
1050
 
1048
1051
  execution_flow:
1049
1052
  - "IMMEDIATELY RUN \`_Counter__ExecuteMethod({method: '*assemble'})\` + Greet user with name"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.0",
2
+ "version": "0.9.2",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",