interface Methodology

Represents a project methodology that can be installed by aichaku

Properties

name: string

The unique identifier name of the methodology (e.g., "shape-up")

Human-readable description of what the methodology provides

version: string

Version string following semantic versioning

optional
author: string

Optional author or organization that created the methodology

structure: { commands?: boolean; methods?: boolean; personas?: boolean; templates?: boolean; scripts?: boolean; }

Structure defining what components this methodology includes

Usage

import { type Methodology } from ".";