defaultNeomageMd top-level constant
String
const defaultNeomageMd
Default memory file content.
Implementation
const defaultNeomageMd = '''
# Project Instructions
This file provides guidance to Neomage when working with this project.
## Overview
<!-- Describe the project briefly -->
## Build & Test Commands
<!-- Add common commands, e.g.:
- `dart run` — run the application
- `dart test` — run tests
- `dart analyze` — check for issues
-->
## Code Style
<!-- Describe coding conventions, naming, etc. -->
## Architecture
<!-- Describe the project structure and key patterns -->
''';