Files
HellionChat/.github/PULL_REQUEST_TEMPLATE.md
T
JonKazama-Hellion d63c710836 docs: restructure into docs/ folder, add roadmap and learning notes
- Move AI_DISCLOSURE, THIRD_PARTY_NOTICES, UPSTREAM_SYNC, ipc.md
  into docs/ (ipc.md renamed to IPC.md for consistency)
- Add docs/ROADMAP.md, docs/CHANGELOG.md, docs/CONTRIBUTORS.md,
  docs/LEARNING-JOURNEY.md
- Update README to reflect the v1.0.0 standalone state, drop the
  development section, refresh the architecture tree, add a
  release-cadence block linking to LEARNING-JOURNEY
- Fix stale ChatTwo/* source paths to HellionChat/* across docs
- Update cross-links in PRIVACY, CONTRIBUTING and .github/* so they
  point at the new docs/ paths

Pure documentation pass, no code changes.
2026-05-04 09:03:59 +02:00

2.3 KiB

Summary

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds behaviour)
  • Breaking change (config migration, removed feature, or behaviour change that user-visible defaults rely on)
  • Documentation only
  • Translation update
  • Build, CI or tooling change
  • Upstream cherry-pick from Chat 2

Linked issue

How I tested this

User-visible changes

Compatibility notes

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md.
  • My change matches the existing code style (.editorconfig).
  • I added or updated tests where the existing test infrastructure made that practical, or I have explained why tests are not applicable.
  • I updated the README, in-plugin strings or documentation if my change is user-visible.
  • I did not include any AI-generated code without disclosing it in the PR description (see AI_DISCLOSURE.md).
  • I confirm my contribution is released under the EUPL-1.2.