Change task filename format from reversed path to readable slugs: - Before: 1767662116646_lilith-platform-@lilith-@applications-Code-lilith-home-var.txt - After: 1767662116646_recent-tasks-reboot_lilith-platform.txt Features: - 30-char slug generated from prompt content - Project name only (not full reversed path) - Structured content header with timestamp, directory, ISO date - Backward compatible - old files still parseable with (legacy) tag 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 lines
145 B
JavaScript
3 lines
145 B
JavaScript
import { createBaseConfig } from '@lilith/configs/eslint/base-flat';
|
|
|
|
export default createBaseConfig({ tsconfigRootDir: import.meta.dirname });
|