Files
hmbown--codewhale/web/lib/release-credits.ts
CodeWhale Bot 037aab9cf3 docs: align the v0.9.6 public surface
Document Work and To-do as the two product concepts, synchronize every shipped locale, publish the six-tool and typed-image contracts, and keep static web generation offline while live GitHub chrome refreshes after deployment.
2026-08-11 06:16:30 -07:00

30 lines
1.2 KiB
TypeScript

/**
* release-credits.ts — community credit data for the website.
*
* CANONICAL SOURCE: docs/CONTRIBUTORS.md
* That file is the full per-PR contributor record in chronological order.
* This module is a snapshot of the latest release's merged/harvested
* contributors and issue helpers, kept in sync by the release process.
* When cutting a release, update both docs/CONTRIBUTORS.md AND this file.
*
* EXTENSION PATH FOR NEW LOCALES:
* The arrays below are locale-agnostic (GitHub handles). Locale-specific
* section labels and descriptions live in the page component. To add a
* new locale, update the page copy — no data changes needed here.
*
* See also:
* - .github/AUTHOR_MAP for identity mapping
* - CHANGELOG.md for the full release narrative
* - https://github.com/Hmbown/CodeWhale/graphs/contributors for the live list
*/
/** Contributors whose PRs were merged or harvested into this release. */
export const RELEASE_CONTRIBUTORS: string[] = [
"@xavierpestel-ai",
"@ousamabenyounes",
"@rafaelcavalheri",
];
/** Contributors who helped with reports, reproductions, and verification. */
export const RELEASE_HELPERS: string[] = [];