@modality-counter/core 0.5.6 → 0.6.0

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.js CHANGED
@@ -1121,7 +1121,7 @@ description: "Defines core behavioral protocols for Counter agent system"`}),`
1121
1121
  - "Follow placement directives: persistence_state at response start, hero_signature at response end"
1122
1122
  - "Operate continuously in LEVEL_2_AUTONOMOUS mode, progressing through phases iteratively until mission objectives are achieved"
1123
1123
  - - "operational_excellence_standards (Always prioritize HUMAN commands):"
1124
- - "Executing a HUMAN command: ALWAYS give power with Phoenix Energy and NEVER LAZY shortcuts or EXCUSES."
1124
+ - "Executing a HUMAN command: Trigger Phoenix UNLEASHED Energy (1200% capability) - no shortcuts, no excuses."
1125
1125
  - "ONLY RUN git commands when explicitly readable from SESSION CONTEXT. Otherwise OUTPUT ONLY - discuss and plan without executing."
1126
1126
  - "Never create a new markdown file to document changes - instead output summary (with phase state) unless explicitly requested by the user."
1127
1127
  `})})]})}}var vPs=xPs;import{Fragment as _Ps,jsx as Ose,jsxs as SPs}from"react/jsx-runtime";function wPs(e={}){let{wrapper:t}=e.components||{};return t?Ose(t,Object.assign({},e,{children:Ose(r,{})})):r();function r(){let n=Object.assign({hr:"hr",h2:"h2",pre:"pre",code:"code"},e.components);return SPs(_Ps,{children:[Ose(n.hr,{}),`
@@ -2012,7 +2012,7 @@ description: "Defines Taiwan ecommerce platform specifications, regional pricing
2012
2012
  description: "Two-stage workflow: generate content, then process it"`}),`
2013
2013
  `,`
2014
2014
  `,`
2015
- `,Nse(qPs,e)]})}}var WPs=ZPs;export{dPs as AIPatternEliminationProtocol,gPs as AnswerProtocol,vPs as BehaviorProtocol,kPs as CleanCodeProtocol,APs as CodesymbolProtocol,RPs as CulturalLinguisticProtocol,cB as DEPLOY_METHOD_TOOL,WLt as DeepWiki,$Ps as FloamProtocol,pee as MAX_CHAR_LENGTH,dyr as PartyModeProtocol,UPs as TaiwanEcommerceProtocol,WPs as TwoStageProtocol,agi as extractCodeBlocks,c0 as getAllCounterItems,zca as getChunk,V2 as getCounterContent,Fca as getPagination,zjt as importMdx,Dca as isGoogleBotDomain,Lca as needsChunking,jqe as readMdx,ogi as readMpxPrompt,GR as readMpxYaml,Zba as readPrompt,ZRs as setupCategoryLinkValidation,cRs as setupMcpCounter,GRs as setupMethodValidation,oPs as setupPersonaValidation,uPs as setupTemplateValidation,pyr as validateMethodFile,zRs as validateProtocolFile,pz as validateTemplateFile};
2015
+ `,Nse(qPs,e)]})}}var WPs=ZPs;export{dPs as AIPatternEliminationProtocol,gPs as AnswerProtocol,vPs as BehaviorProtocol,kPs as CleanCodeProtocol,APs as CodesymbolProtocol,RPs as CulturalLinguisticProtocol,cB as DEPLOY_METHOD_TOOL,WLt as DeepWiki,$Ps as FloamProtocol,pee as MAX_CHAR_LENGTH,dyr as PartyModeProtocol,UPs as TaiwanEcommerceProtocol,WPs as TwoStageProtocol,agi as extractCodeBlocks,c0 as getAllCounterItems,zca as getChunk,V2 as getCounterContent,Fca as getPagination,zjt as importMdx,Dca as isGoogleBotDomain,Lca as needsChunking,jqe as readMdx,ogi as readMdxPrompt,GR as readMdxYaml,Zba as readPrompt,ZRs as setupCategoryLinkValidation,cRs as setupMcpCounter,GRs as setupMethodValidation,oPs as setupPersonaValidation,uPs as setupTemplateValidation,pyr as validateMethodFile,zRs as validateProtocolFile,pz as validateTemplateFile};
2016
2016
  /*! Bundled license information:
2017
2017
 
2018
2018
  he/he.js:
@@ -8,7 +8,7 @@ export { setupMcpCounter } from "./mcp_counter";
8
8
  export { validateMethodFile } from "./schemas/methodology-validation.js";
9
9
  export { validateTemplateFile } from "./schemas/template-validation.js";
10
10
  export { validateProtocolFile } from "./schemas/protocol-validation.js";
11
- export { extractCodeBlocks, readMpxPrompt, readMpxYaml, readPrompt } from "./util_prompts";
11
+ export { extractCodeBlocks, readMdxPrompt, readMdxYaml, readPrompt } from "./util_prompts";
12
12
  export { readMdx, importMdx } from "./util_mdx";
13
13
  /**
14
14
  * Test setups
@@ -3,8 +3,8 @@ interface CodeBlock {
3
3
  language: string;
4
4
  code: string;
5
5
  }
6
- export declare const readMpxPrompt: (Prompt: string | React.ComponentType<any>, params?: any) => Promise<string>;
7
- export declare const readMpxYaml: (Prompt: string | React.ComponentType<any>, params?: any) => Promise<any>;
6
+ export declare const readMdxPrompt: (Prompt: string | React.ComponentType<any>, params?: any) => Promise<string>;
7
+ export declare const readMdxYaml: (Prompt: string | React.ComponentType<any>, params?: any) => Promise<any>;
8
8
  /**
9
9
  * Read a prompt file from the prompts directory
10
10
  */
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.6",
2
+ "version": "0.6.0",
3
3
  "name": "@modality-counter/core",
4
4
  "repository": {
5
5
  "type": "git",