refactor: massive rename dap -> dat

- Renamed packages io.shinhanlife.dap to io.shinhanlife.dat
- Renamed modules dap-was-* and dap-gateway to dat-was-* and dat-gateway
- Renamed classes DapGateway* to DatGateway*
- Updated all references
This commit is contained in:
jade
2026-08-20 10:06:20 +09:00
parent 8744387b29
commit b1e779e93a
772 changed files with 3170 additions and 1141 deletions

View File

@@ -1,8 +1,8 @@
# dap-was-sys Executable Mock Tools Design
# dat-was-sys Executable Mock Tools Design
## Scope
Implement `sys_system_status` and `sys_notice_list` as executable, read-only MCP tools and REST endpoints in `dap-was-sys`.
Implement `sys_system_status` and `sys_notice_list` as executable, read-only MCP tools and REST endpoints in `dat-was-sys`.
## Architecture

View File

@@ -1,8 +1,8 @@
# dap-was-sys Mock Tool Design
# dat-was-sys Mock Tool Design
## Scope
Add two read-only system mock tools to `dap-was-sys`, following the metadata shape of `smp_team_list`.
Add two read-only system mock tools to `dat-was-sys`, following the metadata shape of `smp_team_list`.
## Tools