BMAD-METHOD/.bmad/bmm/testarch/tea-index.csv
Brian Madison 7eb52520fa Major Enhancements:
- Installation path is now fully configurable, allowing users to specify custom installation directories during setup
  - Default installation location changed to .bmad (hidden directory) for cleaner project root organization

    Web Bundle Improvements:

    - All web bundles (single agent and team) now include party mode support for multi-agent collaboration!
    - Advanced elicitation capabilities integrated into standalone agents
    - All bundles enhanced with party mode agent manifests
    - Added default-party.csv files to bmm, bmgd, and cis module teams
    - The default party file is what will be used with single agent bundles. teams can customize for different party configurations before web bundling through a setting in the team yaml file
    - New web bundle outputs for all agents (analyst, architect, dev, pm, sm, tea, tech-writer, ux-designer, game-*, creative-squad)

    Phase 4 Workflow Updates (In Progress):

    - Initiated shift to separate phase 4 implementation artifacts from documentation
        - Phase 4 implementation artifacts (stories, code review, sprint plan, context files) will move to dedicated location outside docs folder
        - Installer questions and configuration added for artifact path selection
        - Updated workflow.yaml files for code-review, sprint-planning, story-context, epic-tech-context, and retrospective workflows to support this, but still might require some udpates

    Additional Changes:

    - New agent and action command header models for standardization
    - Enhanced web-bundle-activation-steps fragment
    - Updated web-bundler.js to support new structure
    - VS Code settings updated for new .bmad directory
    - Party mode instructions and workflow enhanced for better orchestration

   IDE Installer Updates:

    - Show version number of installer in cli
    - improved Installer UX
    - Gemini TOML Improved to have clear loading instructions with @ commands
    - All tools agent launcher mds improved to use a central file template critical indication isntead of hardcoding in 2 different locations.
2025-11-09 17:39:05 -06:00

3.4 KiB
Raw Blame History

1idnamedescriptiontagsfragment_file
2fixture-architectureFixture ArchitectureComposable fixture patterns (pure function → fixture → merge) and reuse rulesfixtures,architecture,playwright,cypressknowledge/fixture-architecture.md
3network-firstNetwork-First SafeguardsIntercept-before-navigate workflow, HAR capture, deterministic waits, edge mockingnetwork,stability,playwright,cypressknowledge/network-first.md
4data-factoriesData Factories and API SetupFactories with overrides, API seeding, cleanup disciplinedata,factories,setup,apiknowledge/data-factories.md
5component-tddComponent TDD LoopRed→green→refactor workflow, provider isolation, accessibility assertionscomponent-testing,tdd,uiknowledge/component-tdd.md
6playwright-configPlaywright Config GuardrailsEnvironment switching, timeout standards, artifact outputsplaywright,config,envknowledge/playwright-config.md
7ci-burn-inCI and Burn-In StrategyStaged jobs, shard orchestration, burn-in loops, artifact policyci,automation,flakinessknowledge/ci-burn-in.md
8selective-testingSelective Test ExecutionTag/grep usage, spec filters, diff-based runs, promotion rulesrisk-based,selection,strategyknowledge/selective-testing.md
9feature-flagsFeature Flag GovernanceEnum management, targeting helpers, cleanup, release checklistsfeature-flags,governance,launchdarklyknowledge/feature-flags.md
10contract-testingContract Testing EssentialsPact publishing, provider verification, resilience coveragecontract-testing,pact,apiknowledge/contract-testing.md
11email-authEmail Authentication TestingMagic link extraction, state preservation, caching, negative flowsemail-authentication,security,workflowknowledge/email-auth.md
12error-handlingError Handling ChecksScoped exception handling, retry validation, telemetry loggingresilience,error-handling,stabilityknowledge/error-handling.md
13visual-debuggingVisual Debugging ToolkitTrace viewer usage, artifact expectations, accessibility integrationdebugging,dx,toolingknowledge/visual-debugging.md
14risk-governanceRisk GovernanceScoring matrix, category ownership, gate decision rulesrisk,governance,gatesknowledge/risk-governance.md
15probability-impactProbability and Impact ScaleShared definitions for scoring matrix and gate thresholdsrisk,scoring,scaleknowledge/probability-impact.md
16test-qualityTest Quality Definition of DoneExecution limits, isolation rules, green criteriaquality,definition-of-done,testsknowledge/test-quality.md
17nfr-criteriaNFR Review CriteriaSecurity, performance, reliability, maintainability status definitionsnfr,assessment,qualityknowledge/nfr-criteria.md
18test-levelsTest Levels FrameworkGuidelines for choosing unit, integration, or end-to-end coveragetesting,levels,selectionknowledge/test-levels-framework.md
19test-prioritiesTest Priorities MatrixP0P3 criteria, coverage targets, execution orderingtesting,prioritization,riskknowledge/test-priorities-matrix.md
20test-healing-patternsTest Healing PatternsCommon failure patterns and automated fixeshealing,debugging,patternsknowledge/test-healing-patterns.md
21selector-resilienceSelector ResilienceRobust selector strategies and debugging techniquesselectors,locators,debuggingknowledge/selector-resilience.md
22timing-debuggingTiming DebuggingRace condition identification and deterministic wait fixestiming,async,debuggingknowledge/timing-debugging.md