MCPcopy Create free account
hub / github.com/JaredStewart/coderlm / Platform

Class Platform

plugin/generate.py:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32@dataclass
33class Platform:
34 name: str
35 instruction_path: str # relative to project root
36 cli_path: str # relative to project root (where CLI gets copied)
37 state_dir: str # state directory for this platform
38 format: str # "markdown", "mdc", "append"
39 mdc_frontmatter: Optional[str] = None # for Cursor's .mdc format
40
41
42PLATFORMS: dict[str, Platform] = {

Callers 1

generate.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected