Skip to content

docs: fix documentation errors found during review#14

Merged
mfaux merged 1 commit into
mainfrom
docs/documentation-review-fixes
Mar 23, 2026
Merged

docs: fix documentation errors found during review#14
mfaux merged 1 commit into
mainfrom
docs/documentation-review-fixes

Conversation

@mfaux

@mfaux mfaux commented Mar 23, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix AGENTS.md Ralphai references — Documentation Style section had copy-paste errors from the upstream Ralphai project ("Write for people using Ralphai", "Ralphai creates a branch"). Replaced with dotai-appropriate text. Also removed a reference to non-existent src/ralphai.ts.
  • Fix all 4 example files with unparseable frontmatterexamples/rule/RULES.md, examples/rule-with-overrides/RULES.md, examples/prompt/PROMPT.md, and examples/agent/AGENT.md all had HTML comments before the opening --- fence (causing gray-matter to return {}), broken YAML indentation, and backslash-escaped globs. Fixed to valid, parseable YAML with comments moved to the body.
  • Sync supported-targets.md discovery list with source code — Removed 10 stale paths not in src/skill-discovery.ts, added 4 missing paths, removed redundant ./skills/ entry, and added plugin manifest paths.
  • Remove broken .ralphai symlink — Self-referencing symlink tracked in git that pointed to itself (/home/mfaux/work/dotai/.ralphai -> /home/mfaux/work/dotai/.ralphai).

Items reviewed and found correct

  • Target counts (40+, 41, "37 more") are consistent and accurate
  • Commands table in README (update exists; sync is intentionally experimental/undocumented)
  • npm in README vs pnpm in AGENTS.md (end users vs contributors)
  • README, cli-reference.md, LEARNINGS.md, find-skills SKILL.md, RELEASE_TEMPLATE.md

- Fix AGENTS.md: replace Ralphai references with dotai in Documentation
  Style section (copy-paste error from upstream Ralphai project)
- Fix AGENTS.md: remove reference to non-existent src/ralphai.ts
- Fix all 4 example files: frontmatter was unparseable by gray-matter due
  to HTML comments before the opening --- fence, broken YAML indentation,
  and backslash-escaped globs
- Fix supported-targets.md: sync skill discovery list with actual
  prioritySearchDirs in src/skill-discovery.ts (10 stale entries removed,
  4 missing entries added, redundant ./skills/ removed)
- Remove broken self-referencing .ralphai symlink
@mfaux mfaux merged commit d47cbfe into main Mar 23, 2026
2 checks passed
@mfaux mfaux deleted the docs/documentation-review-fixes branch March 23, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant