Sunday ld
  • This site is ONLY for my private repositories or unfully developed projects, which is not prepared for open source. For Issues/PRs, please turn to my 🔗Github Homepage.

  • Joined on 2022-04-12
ld pushed to dev at MyGO/mygo 2026-07-17 22:08:00 +08:00
519aa35f1f docs: restructure server and web documentation into ADR files and a
f8494a44ca feat(mise): add development task shortcuts
Compare 2 commits »
ld pushed to dev at MyGO/mygo 2026-07-16 12:24:39 +08:00
a18f96912d feat(repository): refactor query/mutation ports with capability-safe
ld pushed to dev at MyGO/mygo 2026-07-16 00:06:35 +08:00
6604ecb026 feat(file): conceal file resource existence from other users
ld pushed to dev at MyGO/mygo 2026-07-15 23:48:24 +08:00
bb86950632 feat(server): add file route integration tests with ownership
ld pushed to dev at MyGO/mygo 2026-07-15 23:10:48 +08:00
52dd56ff06 build(web): replace Playwright MCP with project-scoped Playwright CLI
ld pushed to dev at MyGO/mygo 2026-07-15 20:17:53 +08:00
29b176d2db build(web): add project-local Playwright tooling
04eb8727eb feat(web): add authenticated file workflow
99e5758d4c test(server): cover authenticated file transfer flow
159bb27493 feat: establish the core API framework and scaffold the Web client (WIP)
Compare 4 commits »
ld pushed to main at ld/autodl-initializer 2026-07-15 10:03:27 +08:00
c323512a37 feat: bypass ssh key writing by default.
ld pushed to main at MyGO/mygo 2026-07-14 17:56:21 +08:00
159bb27493 feat: establish the core API framework and scaffold the Web client (WIP)
ceaeafd96c docs: document worktree branch convention in AGENTS.md
9f13c0a23a docs: reorganize documentation into server/ and web/ directories
b49bf648be feat(web): scaffold client-side rendered SPA foundation
a62a5bc0e2 skill: refine repo-review skill instructions for clarity and calibration
Compare 32 commits »
ld pushed to dev at MyGO/mygo 2026-07-14 17:43:00 +08:00
ceaeafd96c docs: document worktree branch convention in AGENTS.md
ld pushed to dev at MyGO/mygo 2026-07-14 17:07:46 +08:00
9f13c0a23a docs: reorganize documentation into server/ and web/ directories
ld pushed to dev at MyGO/mygo 2026-07-14 16:54:43 +08:00
b49bf648be feat(web): scaffold client-side rendered SPA foundation
ld pushed to dev at MyGO/mygo 2026-07-14 13:52:56 +08:00
a62a5bc0e2 skill: refine repo-review skill instructions for clarity and calibration
ld pushed to dev at MyGO/mygo 2026-07-14 11:55:20 +08:00
5674fa2eb5 skill: add mygo-api-repo-review skill.
ld pushed to dev at MyGO/mygo 2026-07-06 00:11:10 +08:00
803f195af1 refactor: rename internal/log to internal/logging to avoid stdlib
ld pushed to dev at MyGO/mygo 2026-07-05 23:57:22 +08:00
3ad61244dc fix: properly handle repository errors and remove unused hash field
ld pushed to dev at MyGO/mygo 2026-07-05 23:30:21 +08:00
63ede5c237 refactor(api): enforce protocol-neutral service boundaries
ld pushed to dev at MyGO/mygo 2026-07-05 17:35:36 +08:00
28e17a5b08 refactor: add AppError helpers and harden upload/download error handling
ld pushed to dev at MyGO/mygo 2026-07-05 17:19:01 +08:00
fc2b9312fa docs: clarify conventional commit body blank-line rule
b988b4b15e fix(file)!: stream uploads through staged storage
Compare 2 commits »
ld pushed to dev at MyGO/mygo 2026-07-05 15:34:26 +08:00
bfeb4b26e4 docs(AGENTS.md): clarify and tighten Git workflow instructions
ld pushed to dev at MyGO/mygo 2026-07-05 13:54:23 +08:00
17e346836c docs(AGENTS.md): add Git Version Control section