Commit graph

10 commits

Author SHA1 Message Date
Aric Camarata
2d18b68794 docs: update README, wiki examples, and CI coverage (P1) 2026-05-30 20:16:06 -04:00
Aric Camarata
2908ae7fa0 docs: refresh TypeDoc API output (T-E8-03 QA-A verify) 2026-05-30 17:48:48 -04:00
Aric Camarata
208f7ffba1 docs: add TypeDoc API generation (typedoc@0.28.19 + typedoc-plugin-markdown@4.11.0)
Add typedoc and typedoc-plugin-markdown as devDependencies. Add typedoc.json config
targeting src/index.ts with markdown output to .github/wiki/api. Add docs script to
package.json. Generate initial API reference pages.

Part of T-E8-03 — TypeDoc automation for all 12 JS/TS packages.
2026-05-30 16:42:00 -04:00
Aric Camarata
866ea69ce2 ci(moon-cycle): enable corepack before setup-node, emit d.mts 2026-05-29 20:06:53 -04:00
Aric Camarata
0284076ea0 chore: E6 polish wiki content + ADR-015 CI updates (P1) 2026-05-29 07:15:59 -04:00
Aric Camarata
8e1d53a440 chore(config): add AGENTS.md for dual-harness parity 2026-05-25 15:51:11 -04:00
Aric Camarata
130d025e63 chore: align repository structure with portfolio documentation standards 2026-05-15 15:27:14 -04:00
Aric Camarata
bfcdc91411 Add GitHub Sponsors funding config 2026-03-28 18:18:51 -04:00
Aric Camarata
9b9abb99c8 refactor: code quality improvements across the board
- Add input validation (TypeError) to cycleMonth and cycleYear
- Convert tests to node:test runner with describe/it structure
- Add ESLint + Prettier with lint, format, and format:check scripts
- Update CI workflow with lint job, frozen-lockfile, and pack-check
- Add noImplicitReturns, noFallthroughCasesInSwitch, skipLibCheck to tsconfig
- Add invalid Date tests for both ESM and CJS suites
2026-03-08 11:32:47 -04:00
Aric Camarata
24db90e9f5 feat: v2.0.0 — TypeScript rewrite, npm-publishable, off-by-one fix
Port to TypeScript with dual CJS/ESM build via tsup. Fix off-by-one bug
in both cycleMonth and cycleYear (images are 1-indexed; v1 returned
000.webp/0000.webp which don't exist). Add imageFolder and cdnUrl helpers
for jsDelivr CDN integration. Export constants and types. Separate the
~438 MB image dataset from the npm package via the files field, making
moon-cycle publishable to npm for the first time. Add CI workflow with
Node 20/22/24 matrix, typecheck, and pack-check jobs. Add wiki-sync
workflow and full .wiki/ documentation (Home, API Reference, Architecture,
Migration Guide).
2026-02-25 15:34:10 -05:00