Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl opened a pull request on hawkeyexl/doc-structure-lint
Add VS Code extension for real-time linting
Implement a VS Code extension for real-time linting during document editing for Markdown files. * **New File `src/extension.ts`**: - Create a new file to implement the VS Code extension. - Reg...hawkeyexl pushed 1 commit to add-vscode-extension hawkeyexl/doc-structure-lint
- Add VS Code extension for real-time linting Implement a VS Code extension for real-time linting during document edit... 6663125
hawkeyexl created a branch on hawkeyexl/doc-structure-lint
add-vscode-extension - Lint doc structure against templates
hawkeyexl opened an issue on hawkeyexl/doc-structure-lint
Let template-path argument accept URLs
This would allow users to point to a hosted location for their templates, such as an organization's canonical templates in a Git repo, rather than having to manage the sharing template definition f...hawkeyexl pushed 16 commits to main hawkeyexl/doc-structure-lint
- first pass custom rule testing 1cf7a5b
- Handle model downloading and temp dir cleaning 6b8c4a0
- Refactor tdwValidator to modularize model preparation and validation logic eacd99a
- Enhance tdwValidator to improve instruction evaluation and error reporting aff54b7
- Renamed file 3972ab3
- Add raw content extraction for markdown nodes in parseMarkdown function e551d59
- Updated object structure 4fa3642
- Add instructions field to schema and templates for author guidance 7c1c1a7
- Refactor structure validation functions to support asynchronous operations and integrate instruction validation 3577f60
- Enhance instruction validation by adding model preparation functions and refining grammar validation. Update template... 0dbd612
- Add model preloading and temporary directory management for instruction validation 7124e38
- Remove commented-out code from instruction validation module c0b8e0b
- Improve error handling and validation in markdown parser, instruction validator, and temporary directory management ec0258b
- Update README.md to clarify language model usage and add JSON output option 2d6b975
- Refactor README.md and templates.yaml for consistency and clarity in template definitions and usage instructions 4cdabd4
- Merge pull request #8 from hawkeyexl/llm Add instruction validation and model management bd20826
hawkeyexl closed 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 closed a pull request on hawkeyexl/doc-structure-lint
Enhance instruction validation and model management
Improve instruction validation by modularizing model preparation, enhancing error reporting, and adding author guidance. Implement temporary directory management for model handling and refine markd...hawkeyexl pushed 2 commits to llm hawkeyexl/doc-structure-lint
hawkeyexl pushed 1 commit to llm hawkeyexl/doc-structure-lint
- Improve error handling and validation in markdown parser, instruction validator, and temporary directory management ec0258b
hawkeyexl opened a pull request on hawkeyexl/doc-structure-lint
Enhance instruction validation and model management
Improve instruction validation by modularizing model preparation, enhancing error reporting, and adding author guidance. Implement temporary directory management for model handling and refine markd...hawkeyexl pushed 1 commit to llm hawkeyexl/doc-structure-lint
- Remove commented-out code from instruction validation module c0b8e0b
hawkeyexl pushed 1 commit to llm hawkeyexl/doc-structure-lint
- Add model preloading and temporary directory management for instruction validation 7124e38
hawkeyexl pushed 1 commit to llm hawkeyexl/doc-structure-lint
- Enhance instruction validation by adding model preparation functions and refining grammar validation. Update template... 0dbd612
hawkeyexl pushed 2 commits to llm hawkeyexl/doc-structure-lint
hawkeyexl pushed 2 commits to llm hawkeyexl/doc-structure-lint
hawkeyexl pushed 1 commit to llm hawkeyexl/doc-structure-lint
- Enhance tdwValidator to improve instruction evaluation and error reporting aff54b7
hawkeyexl pushed 3 commits to llm hawkeyexl/doc-structure-lint
hawkeyexl pushed 1 commit to main hawkeyexl/doc-structure-lint
- Increase timeout for CLI tests to improve reliability db69b6d
hawkeyexl pushed 4 commits to main hawkeyexl/doc-structure-lint
- Rename command-line option from --file to --file-path for clarity d08de58
- Refactor README for clarity and conciseness; update usage instructions and feature list 3e4ee3e
- Update README to improve section headings for better clarity 64f54dc
- Rename command-line option from --file to --file-path for clarity in usage instructions 964fc77
hawkeyexl pushed 33 commits to main hawkeyexl/doc-structure-lint
- Refactor file structure and update import paths for template validation a3352bc
- Add paragraph validation functions and corresponding tests eab8c91
- Add heading validation functions and corresponding tests e2fbb6b
- 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
- Add code block validation functions and tests for minimum and maximum limits 73dcd3b
- Add list validation functions and tests for minimum and maximum requirements 00641ae
- Refactor sequence validation logic to improve readability and maintainability; add detailed JSDoc comments for better... 9ebb7fc
- Refactor structure validation logic to enhance modularity and readability; add comprehensive JSDoc comments for impro... 43ac2f7
- Refactor structure validation logic to utilize a dedicated subsection validator; improve error handling and reduce co... 6d14089
- Add unit tests for subsection validation logic; ensure correct error handling and validation of required subsections 578ede5
- Add JSDoc comments for structure validation functions; improve documentation clarity bd580e7
- 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
- Add unit tests for section validation; ensure correct validation against template constraints and error accumulation 8144dfa
- Refactor validation test assertion for empty array; improve clarity of expectation 2e96124
- Refactor template loading and validation; improve error handling and add documentation ef7d2d0
- Update schema regex patterns to allow numeric characters in property names bf6e2cd
- Refactor error handling in template loading; replace fatal error handling with thrown errors and add unit tests for t... c9300fe
- Move main entry point to src directory; update paths in package.json and related files ef2e4a0
- and 13 more ...