Chris Farhood
|
f896622b5b
|
fix: add markdownlint config and auto-fix markdown errors
- Add .markdownlint-cli2.jsonc based on headlamp-agent-skills config
- Disable MD013 (line length), MD041 (first-line-heading), MD036
(emphasis-as-heading), MD024 (no-duplicate-heading), MD040
(fenced-code-language), MD060 (table-column-style), MD029
(ol-prefix), MD033 (no-inline-html) — appropriate for plugin docs
- Run markdownlint-cli2 --fix to auto-fix MD022, MD031, MD032
- Manually fix remaining code block language annotations
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
2026-05-04 04:54:28 +00:00 |
|
DevContainer User
|
23148bfaff
|
chore: standardize config, MCP, agents, and docs
- Add .eslintcache to .gitignore
- Fix .mcp.json typo (http:/ → http://), add github server, use localhost:8086 for playwright
- Add "github" to .claude/settings.local.json enabled servers
- Create .claude/agents/ with 3 meta-orchestration agents (organizer, coordinator, installer)
- Remove unused lodash from tsconfig.json types
- Remove inaccurate "MCP Servers" section from CLAUDE.md
- Fix CLAUDE.md filename casing (claude.md → CLAUDE.md)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-03 21:30:36 +00:00 |
|