@codedrifters/configulator 0.0.304 → 0.0.306

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/lib/index.mjs CHANGED
@@ -11870,6 +11870,11 @@ function buildMeetingAnalysisBundle(tier = AGENT_MODEL.BALANCED) {
11870
11870
  skills: [processMeetingSkill],
11871
11871
  subAgents: [buildMeetingAnalystSubAgent(tier)],
11872
11872
  labels: [
11873
+ {
11874
+ name: "type:meeting-processing",
11875
+ color: "5319E7",
11876
+ description: "Meeting transcript processing pipeline"
11877
+ },
11873
11878
  {
11874
11879
  name: "meeting:extract",
11875
11880
  color: "C5DEF5",
@@ -27984,7 +27989,7 @@ var VERSION = {
27984
27989
  /**
27985
27990
  * Version of PNPM to use in workflows at github actions.
27986
27991
  */
27987
- PNPM_VERSION: "11.1.0",
27992
+ PNPM_VERSION: "11.1.1",
27988
27993
  /**
27989
27994
  * Version of Projen to use.
27990
27995
  */