Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hawkeyexl

hawkeyexl created a review on a pull request on hawkeyexl/doc-structure-lint

View on GitHub

hawkeyexl pushed 2 commits to tests hawkeyexl/doc-structure-lint
  • Refactor listValidator tests to set lists as undefined instead of deleting them 1e35060
  • Enhance paragraphsValidator to validate regex patterns with timeout and improve error messaging 47cf61a

View on GitHub

hawkeyexl created a review comment on a pull request on hawkeyexl/doc-structure-lint
Done

View on GitHub

hawkeyexl created a review on a pull request on hawkeyexl/doc-structure-lint

View on GitHub

hawkeyexl pushed 2 commits to tests hawkeyexl/doc-structure-lint
  • Moved artifacts up a level 53726c3
  • Add tests for handling invalid and malformed template paths in CLI 2a97cad

View on GitHub

hawkeyexl created a review comment on a pull request on hawkeyexl/doc-structure-lint
Done

View on GitHub

hawkeyexl created a review on a pull request on hawkeyexl/doc-structure-lint

View on GitHub

hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Add reStructuredText parser
Needs to interpret reStructuredText and output to the intermediate structural object.
hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Add a parser for AsciiDoc files
Needs to interpret AsciiDoc and output to the intermediate structural object.
hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Evaluate tests for Test-Driven-Writing
Section definitions should have a `tests` array of strings, which a local LLM evaluates against the section content. This supports purpose-based or test-driven writing and actions as a content feed...
hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Interpret template from Markdown file
We should be able to take a Markdown file as input and interpret the structure into a template that can then be applied to other files. - The template should be able to have comments immediately...
hawkeyexl opened a pull request on hawkeyexl/doc-structure-lint
Refactor and enhance template validation with comprehensive tests
Refactor the file structure and validation logic for improved readability and maintainability. Introduce new validation functions for paragraphs, headings, code blocks, lists, and subsections, alon...
hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add CLI tests for document validation and improve success message 63c1725

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Refactor regex pattern handling in heading and paragraphs validators to use RegExp constructor; update related tests ... 016785c

View on GitHub

hawkeyexl pushed 2 commits to tests hawkeyexl/doc-structure-lint
  • Add sinon as a dev dependency and update package-lock.json 84bcdd7
  • Implement linting functionality for markdown files and add unit tests for lintDocument f6afe77

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Move main entry point to src directory; update paths in package.json and related files ef2e4a0

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Update schema regex patterns to allow numeric characters in property names bf6e2cd

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Refactor template loading and validation; improve error handling and add documentation ef7d2d0

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Refactor validation test assertion for empty array; improve clarity of expectation 2e96124

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add unit tests for section validation; ensure correct validation against template constraints and error accumulation 8144dfa

View on GitHub

hawkeyexl pushed 2 commits to tests hawkeyexl/doc-structure-lint
  • Remove unused sinon dependency from package.json and package-lock.json; clean up devDependencies 81c619d
  • Add unit tests for structure validation; ensure correct validation and error collection 9842171

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add JSDoc comments for structure validation functions; improve documentation clarity bd580e7

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add unit tests for subsection validation logic; ensure correct error handling and validation of required subsections 578ede5

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Refactor structure validation logic to utilize a dedicated subsection validator; improve error handling and reduce co... 6d14089

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Refactor structure validation logic to enhance modularity and readability; add comprehensive JSDoc comments for impro... 43ac2f7

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Refactor sequence validation logic to improve readability and maintainability; add detailed JSDoc comments for better... 9ebb7fc

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add list validation functions and tests for minimum and maximum requirements 00641ae

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add code block validation functions and tests for minimum and maximum limits 73dcd3b

View on GitHub

hawkeyexl pushed 2 commits to tests hawkeyexl/doc-structure-lint
  • Add pre-commit hook to run tests and update package.json scripts 56668db
  • Add husky as a dev dependency for improved Git hooks management defc99f

View on GitHub

hawkeyexl pushed 1 commit to tests hawkeyexl/doc-structure-lint
  • Add heading validation functions and corresponding tests e2fbb6b

View on GitHub

Load more