Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled
- Implemented a status bar item for LexAI with dynamic status updates (ready, processing, notReady). - Created a suggestion panel for displaying and interacting with AI-generated suggestions. - Added functionality for accepting, regenerating, and discarding suggestions within the suggestion zone. - Introduced configuration options for writing style, prompt patterns, personas, and formats. - Integrated progress indicators for long-running tasks and improved user feedback. - Established TypeScript configuration for the vscode package.
26 lines
802 B
Markdown
26 lines
802 B
Markdown
# Project evaluations
|
|
|
|
This file contains small, repeatable checks derived from verified failures. Prefer a deterministic command, test, assertion, lint rule, schema check, or review checklist over a prose-only reminder.
|
|
|
|
## Active failure-derived checks
|
|
|
|
_No failure-derived checks yet._
|
|
|
|
## Eval template
|
|
|
|
```markdown
|
|
### E-YYYY-MM-DD-NN — [short check name]
|
|
|
|
- **Prevents:** [lesson ID and failure mode]
|
|
- **Type:** automated test | command | lint/schema rule | manual checklist
|
|
- **How to run:** `[exact command or steps]`
|
|
- **Pass condition:** [observable condition]
|
|
- **Failure signal:** [what indicates recurrence]
|
|
- **Cost:** [fast / moderate / expensive]
|
|
- **Last verified:** [date and result]
|
|
```
|
|
|
|
## Retired checks
|
|
|
|
_Move obsolete checks here with the reason and the lesson they covered._
|