Commit graph

8 commits

Author SHA1 Message Date
shuv
24bf0d0403 feat: add JSON registry export script and CI integration 2026-01-19 10:53:53 -08:00
copilot-swe-agent[bot]
ce96198729 Add workflow_dispatch trigger to enable manual README generation
Co-authored-by: ShamanicArts <90007349+ShamanicArts@users.noreply.github.com>
2026-01-15 10:25:28 +00:00
Lucas Shamanic
0771e63582 fix: improve README generation workflow and script
- Update `generate-readme.yml` to trigger on `main` branch pushes.
- Change `generate-readme.js` exit code to 1 on errors for CI failure.
- Fix formatting in `template.js` for entry summary HTML.
2026-01-13 16:34:34 +00:00
Lucas Shamanic
2199d33071 refactor: Rename description to tagline and description
- Renames the `description` field to `tagline` in schema and data files.
- Renames the `full_description` field to `description` in schema and data files.
- Updates all relevant YAML data files, documentation, and templates to reflect these changes.
- Adjusts character limits and descriptions for the new fields.
2026-01-11 21:29:12 +00:00
Lucas Shamanic
487b1071b7 docs: improve PR template with structured fields and YAML example 2026-01-11 13:05:23 +00:00
Lucas Shamanic
25446b49eb feat: data-driven README automation with YAML entries and GitHub Actions 2026-01-11 04:06:48 +00:00
shamanic
20d7d4db6f fix: simplify PR template - remove broken subfolder approach 2026-01-11 01:58:06 +00:00
shamanic
9baf586660 feat: switch from discussions to PR-based contributions
- Add PR templates for plugins, projects, themes, agents, resources
- Update contributing.md with PR-based workflow and entry templates
- Replace all 'Suggest via Discussion' links with 'Add via PR' links
- Add quick copy templates for each entry type
- Keep existing discussion links for resource entries (they link to content)
2026-01-11 01:26:15 +00:00