DIACHRON.md explains the framework to newcomers joining a diachron-based project. diachron/AGENTS.md helps AI coding agents work with the framework conventions and commands. backend/types.ts and backend/services.ts are sample starting points for application-specific types and services. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
41 lines
606 B
Plaintext
41 lines
606 B
Plaintext
# please keep this file sorted alphabetically
|
|
|
|
.gitignore
|
|
.go-version
|
|
DIACHRON.md
|
|
backend/.gitignore
|
|
backend/.npmrc
|
|
backend/app.ts
|
|
backend/build.sh
|
|
backend/check-deps.ts
|
|
backend/check.sh
|
|
backend/diachron
|
|
backend/generated
|
|
backend/group.ts
|
|
backend/handlers.spec.ts
|
|
backend/handlers.ts
|
|
backend/package.json
|
|
backend/pnpm-workspace.yaml
|
|
backend/routes.ts
|
|
backend/run.sh
|
|
backend/services.ts
|
|
backend/show-config.sh
|
|
backend/tsconfig.json
|
|
backend/types.ts
|
|
backend/watch.sh
|
|
bootstrap.sh
|
|
cmd
|
|
develop
|
|
diachron
|
|
diachron/AGENTS.md
|
|
file-list
|
|
logger
|
|
master
|
|
mgmt
|
|
sync.sh
|
|
templates
|
|
update-cached-repository.sh
|
|
upgrade.sh
|
|
|
|
|