Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
76f27dd
chore(p04-t01): set up TypeScript infrastructure
tkstang Feb 26, 2026
faf498a
refactor(p04-t02): convert leaf modules to TypeScript
tkstang Feb 26, 2026
a781064
refactor(p04-t03): convert utility modules to TypeScript
tkstang Feb 26, 2026
f1e3d9b
refactor(p04-t04): convert core modules to TypeScript
tkstang Feb 26, 2026
bc9a39f
chore(oat): update artifacts for p04-t02 through p04-t04
tkstang Feb 26, 2026
7edc0da
refactor(p04-t05): convert compile and pack modules to TypeScript
tkstang Feb 26, 2026
28ba402
chore(oat): update artifacts for p04-t05
tkstang Feb 26, 2026
cff9783
refactor(p04-t06): convert CLI entry points to TypeScript
tkstang Feb 26, 2026
aa2d048
chore(oat): update artifacts for p04-t06
tkstang Feb 26, 2026
66b35e6
chore(p04-t07): configure TypeScript build for npm publishing
tkstang Feb 26, 2026
6ba0090
chore(oat): update artifacts for p04-t07
tkstang Feb 26, 2026
f60db1e
docs(p04-t08): update AGENTS.md for TypeScript codebase
tkstang Feb 26, 2026
baf61c8
chore(oat): update artifacts for p04-t08
tkstang Feb 26, 2026
77d372f
fix(p04-t09): fix resolveLoader paths for dist/ execution and add pac…
tkstang Feb 26, 2026
d8018b1
chore(oat): complete Phase 4 and all implementation tasks (40/40)
tkstang Feb 26, 2026
6bf28d6
chore(oat): receive final review — add 8 fix tasks, document 2 deferrals
tkstang Feb 26, 2026
6918c38
refactor(p04-t10): convert cli/compile files to TypeScript
tkstang Feb 26, 2026
8896d86
fix(p04-t11): replace deprecated new Buffer() with Buffer.from()
tkstang Feb 26, 2026
0040032
chore(p04-t12): remove unused production dependencies
tkstang Feb 26, 2026
7e9c825
refactor(p04-t13): add proper types to getDependencies API contract
tkstang Feb 26, 2026
f4cb5e4
fix(p04-t14): replace deprecated nodeUrl.parse with new URL()
tkstang Feb 26, 2026
a2013d7
fix(p04-t15): replace RequestInit type assertion with proper FetchOpt…
tkstang Feb 26, 2026
5f25e00
fix(p04-t16): clean up tsconfig.build.json include/exclude
tkstang Feb 26, 2026
1dc132c
chore(p04-t17): remove unused path-browserify dependency
tkstang Feb 26, 2026
46d9e6f
chore(oat): mark all review fix tasks complete, update artifacts
tkstang Feb 26, 2026
9fe612d
chore(oat): mark final review passed, implementation complete
tkstang Feb 26, 2026
8d750db
chore(oat): record p04 review artifact
tkstang Feb 26, 2026
5ad2b0b
fix: restore stream detection in import.ts after rebase
tkstang Feb 26, 2026
bac4dd6
chore(oat): restore p03 review fix data lost during rebase
tkstang Feb 26, 2026
8ca7ae1
chore(oat): receive p04 review — add 1 fix task for schemeless URL ha…
tkstang Feb 26, 2026
bbf4bab
fix(p04-t18): handle schemeless URLs in prefixes urlToUri/getExt
tkstang Feb 26, 2026
ea81aac
chore(oat): complete p04-t18, update p04 review to fixes_completed
tkstang Feb 26, 2026
0bbb9b7
chore(oat): record final review artifact
tkstang Feb 26, 2026
470de0c
chore(oat): receive final review v2 — add 2 fix tasks (p04-t19, p04-t20)
tkstang Feb 26, 2026
0c0dfff
fix(p04-t19): re-apply bounded concurrency in TypeScript command modules
tkstang Feb 26, 2026
a45fded
fix(p04-t20): guard gulp-newer extra comparison for missing dest
tkstang Feb 26, 2026
a8e8bf5
chore(oat): complete fix tasks p04-t19 and p04-t20, update artifacts …
tkstang Feb 26, 2026
e6f01aa
chore: add review artifact
tkstang Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ website/yarn.lock
website/node_modules
website/i18n/*

# TypeScript build output
dist/

.oat/config.local.json
621 changes: 588 additions & 33 deletions .oat/projects/shared/claycli-modernization/implementation.md

Large diffs are not rendered by default.

Loading