Skip to content

MentionNetwork/pack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mn-pack-template

Create a question pack for Mention Network's visibility-engine — the questions shoppers ask AI about your industry. Pure YAML, no code.

10-minute quickstart

  1. Click "Use this template" → name your repo mn-pack-<industry> (e.g. mn-pack-fnb-halal)
  2. Edit pack.yaml — set id, vertical, label
  3. Replace intents/example-intent.yaml with your industry's real questions (one file per intent)
  4. npm install && npm run validate (CI runs the same check on every push)
  5. Submit your pack to the registry via PR

Rules

  • id: kebab-case English, singular (beauty, not beauties)
  • label.en required; add your language too (vi, ar, …)
  • weight: 0–1, how much this intent matters for the visibility score (default sensibly, calibrate later)
  • Templates may use {product} {store} {city} {category} placeholders
  • License your pack as you wish — Apache-2.0 recommended. The pack format is Apache-2.0.

Canonical schema: packs/schema/pack.schema.json (a copy ships in schema/ here; CI validates against it).

About

Template: write a question pack for your industry — pure YAML, no code

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors