mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
feat: add documentation website with Docusaurus build pipeline (#1177)
* feat: add documentation website with Docusaurus build pipeline
* feat(docs): add AI discovery meta tags for llms.txt files
- Add global headTags with ai-terms, llms, llms-full meta tags
- Update landing page link to clarify AI context purpose
* fix(docs): restore accidentally deleted faq.md and glossary.md
Files were removed in 12dd97fe during path restructuring.
* fix(docs): update broken project-readme links to GitHub URL
* feat(schema): add compound trigger format validation
This commit is contained in:
30
test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml
vendored
Normal file
30
test/fixtures/agent-schema/valid/menu-triggers/compound-triggers.agent.yaml
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Test: Valid compound triggers
|
||||
# Expected: PASS
|
||||
|
||||
agent:
|
||||
metadata:
|
||||
id: compound-triggers
|
||||
name: Compound Triggers
|
||||
title: Compound Triggers Test
|
||||
icon: 🧪
|
||||
|
||||
persona:
|
||||
role: Test agent with compound triggers
|
||||
identity: I test compound trigger validation.
|
||||
communication_style: Clear
|
||||
principles:
|
||||
- Test compound format
|
||||
|
||||
menu:
|
||||
- trigger: TS or tech-spec or fuzzy match on tech-spec
|
||||
description: Two-word compound trigger
|
||||
action: tech_spec
|
||||
- trigger: DS or dev-story or fuzzy match on dev-story
|
||||
description: Another two-word compound trigger
|
||||
action: dev_story
|
||||
- trigger: WI or workflow-init-process or fuzzy match on workflow-init-process
|
||||
description: Three-word compound trigger (uses first 2 words for shortcut)
|
||||
action: workflow_init
|
||||
- trigger: H or help or fuzzy match on help
|
||||
description: Single-word compound trigger (1-letter shortcut)
|
||||
action: help
|
||||
Reference in New Issue
Block a user