Commit graph

30 commits

Author SHA1 Message Date
Aric Camarata
b5c6ca007a build: use prepack hook so npm pack/publish reliably emit index.d.mts 2026-06-13 10:30:54 -04:00
Aric Camarata
64bb9a91d0 chore: stop tracking generated coverage artifacts 2026-06-13 10:27:10 -04:00
Aric Camarata
88d7dacaf2 ci: fix eslint parser devDeps and typed-linting config 2026-05-31 08:47:15 -04:00
Aric Camarata
ac4e7e6a8a chore: bump to v1.1.2 2026-05-30 19:11:44 -04:00
Aric Camarata
ee2cf4d92e chore: update docs and CI (E8 QA + E11 consolidation prep) 2026-05-30 18:38:21 -04:00
Aric Camarata
ee782babdb docs: refresh TypeDoc API output (T-E8-03 QA-A verify) 2026-05-30 17:48:46 -04:00
Aric Camarata
a59756bd07 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:41:58 -04:00
Aric Camarata
1546cd5c71 chore: adopt shared config packages (tsconfig, eslint, prettier) 2026-05-30 15:07:02 -04:00
Aric Camarata
d0a04896b9 ci: corepack before setup-node, scope prettier to src/, emit d.mts 2026-05-29 20:05:31 -04:00
Aric Camarata
df2cc65aed ci(qibla): graceful wiki-sync skip when wiki uninitialized (no red CI) 2026-05-29 15:21:02 -04:00
Aric Camarata
0f62a0e904 ci(qibla): self-healing wiki-sync (bootstrap empty wiki, match other repos) 2026-05-29 15:09:20 -04:00
Aric Camarata
72ffd3659b chore: untrack AGENTS.md (AI working memory, not source code) 2026-05-29 06:36:41 -04:00
Aric Camarata
2236cc0b2d docs: add quickstart, advanced guide, and examples for qibla 2026-05-28 14:14:17 -04:00
Aric Camarata
53416d512a docs(e6): add wiki pages — Sidebar, Footer, Contributing, SECURITY, CODE_OF_CONDUCT 2026-05-28 14:00:04 -04:00
Aric Camarata
30a74c12dc chore: bump to v1.1.1
- Flatten exports map to ADR-015 standard
- Add coverage script (c8)
- Migrate CI to corepack enable
2026-05-28 13:54:56 -04:00
Aric Camarata
06ab068bb8 chore(config): add AGENTS.md for dual-harness parity 2026-05-25 15:51:21 -04:00
Aric Camarata
2fcf3d3201 chore: align repository structure with portfolio documentation standards 2026-05-15 15:27:43 -04:00
Aric Camarata
be0513f89f Add GitHub Sponsors funding config 2026-03-28 18:19:02 -04:00
Aric Camarata
0fc8bfb4a9 style: fix prettier table formatting in wiki 2026-03-08 17:30:19 -04:00
Aric Camarata
1e9f57f3f9 style: replace em dashes with colons in docs and wiki 2026-03-08 17:28:03 -04:00
Aric Camarata
d59a92f413 ci: skip wiki sync gracefully when wiki not yet initialized 2026-03-08 17:02:05 -04:00
Aric Camarata
0fb9b8bd35 ci: add workflow_dispatch trigger to wiki-sync 2026-03-08 16:59:08 -04:00
Aric Camarata
42cf3d30a7 ci: fix wiki push to use explicit upstream ref on first sync 2026-03-08 16:55:48 -04:00
Aric Camarata
200f661944 style: apply prettier formatting to wiki files and wiki-sync workflow 2026-03-08 16:51:28 -04:00
Aric Camarata
f6f22f87e1 docs: add Acknowledgments section to README 2026-03-08 16:46:04 -04:00
Aric Camarata
8eb0516119 feat: add wiki, fix README scoped package name, CI and package improvements
- Add .wiki/ with Home, API-Reference, and Architecture pages
- Add wiki-sync.yml workflow
- Fix README: badge and install command now use @acamarata/qibla scope
- Add Architecture and Documentation sections to README
- Add README.md, CHANGELOG.md, LICENSE to files field
- Update pack-check CI to verify README, CHANGELOG, LICENSE in tarball
- Fix exports.import.types to ./dist/index.d.mts (matches tsup output)
- Enable sourcemap: true in tsup config
2026-03-08 16:37:26 -04:00
Aric Camarata
6179da5a45 fix: align exports and files with tsup output — no "type":"module"
Without "type":"module" in package.json, tsup generates index.d.ts
(CJS fallback) and index.d.mts (ESM) rather than index.d.ts + index.d.cts.
Removes "type":"module" since .cjs/.mjs extensions make it redundant, updates
exports.require.types to index.d.ts, and drops index.d.cts from files.
2026-03-08 15:41:52 -04:00
Aric Camarata
1d57238ea9 Rename to @acamarata/qibla (qibla npm name taken) 2026-03-08 14:05:13 -04:00
Aric Camarata
ac27aedaec Initial release: qibla v1.0.0 2026-03-08 12:44:01 -04:00
Aric Camarata
24cb7b13db
Initial commit 2026-03-08 12:37:35 -04:00