@codedrifters/configulator 0.0.304 → 0.0.305

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",