Skip to content

Release v0.0.2

Choose a tag to compare

@github-actions github-actions released this 19 Nov 16:15
· 35 commits to main since this release

[0.0.2] - 2025-11-19

Added

  • MarkdownParser now extracts inline links (file, anchor, and external) so lint rules can reason about documentation references.
  • BrokenLinkCheckRule verifies anchors, relative files, and (optionally) external URLs, with new .fdsrc.yaml toggles for enabled, check_external, and timeout.
  • README (English/Korean) now documents the optional broken link audits, CLI commands (fds lint, fds translate), and the broader “code-level internationalization” positioning, plus a dual-language About section.

Changed

  • LintRunner supports enabled: false or 'off' configurations so optional rules can be declared without running.
  • .fdsrc.yaml now documents how to configure the broken link rule without enabling it by default.
  • Internal reports (DOCUMENTATION_COMPLETE.md, FIX_SUMMARY.md, PROJECT_COMPLETION_REPORT.md, README_UPDATE_SUMMARY.md, test_ko.md) were removed from the repository and added to .gitignore.

Testing

  • Added parser coverage for link extraction and regression tests for the new BrokenLinkCheckRule (anchor, file, and external scenarios).
  • Mocked network calls in unit tests to keep the suite deterministic even when external checking is enabled.