Adds the Plan 6 card framework: svCard() chrome factory, pure orderCards() ordering helper with unit tests, three stub card modules (clock/weather/host-perf), and rewrites sacred_valley.js with the two-band layout that mounts ordered cards. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 lines
133 B
JavaScript
3 lines
133 B
JavaScript
// temporary stub — filled in Task 5
|
|
export default { id: 'clock', title: 'Clock', size: 's', mount() {}, start() {}, stop() {} };
|