Skip to content

Add pattern customization via config file #3

@Artkill24

Description

@Artkill24

Allow users to customize decision patterns for their specific domain/tech stack.

Current Limitation

Patterns are hardcoded in decision_detector.py

Proposed Solution

Support .devmemory.yml config file:

patterns:
  custom_deployment:
    keywords: [deploy, release, rollout]
    files: [Dockerfile, k8s/]
    weight: 0.8
    emoji: 🚀

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions