Commit Graph

6 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
501be6578e Add trigger feature decision document
Document the rationale and impact of implementing the trigger feature:
- Explains why triggers are worth implementing
- Details positive impacts and minimal cost
- Provides recommendations for usage
- Outlines future enhancement opportunities

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-11 00:16:20 +00:00
copilot-swe-agent[bot]
eadec6eb52 Add comprehensive trigger usage documentation
- Created docs/TRIGGER_USAGE.md with detailed guide on using workflow triggers
- Updated README.md to reference the new trigger documentation
- Documented current implementation status and future enhancements
- Included examples, best practices, and troubleshooting guide

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-11 00:14:30 +00:00
copilot-swe-agent[bot]
4447e949ab Refactor validation to use jsonschema library with extracted schema file
Extract schema from ROADMAP.md to dedicated JSON file in schema/ folder.
Use jsonschema library for validation instead of custom implementation.
Add jsonschema to pyproject.toml dependencies.

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 23:44:08 +00:00
copilot-swe-agent[bot]
5fbc911909 Improve validation tool robustness and fix documentation link
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 23:33:00 +00:00
copilot-swe-agent[bot]
759c9efcbf Add workflow JSON validation tool with tests and CI integration
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 23:28:52 +00:00
copilot-swe-agent[bot]
5666ca6b03 Clean up markdown files - move historical docs to docs/archive
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-10 21:49:09 +00:00