From 9e6d463cf79edb5820fb2f73910b8e46f673a2af Mon Sep 17 00:00:00 2001 From: grichardson36 Date: Mon, 13 Oct 2025 22:25:00 -0400 Subject: [PATCH] docs: add PROJECT_SUMMARY.md (build, tooling, quickstart) --- PROJECT_SUMMARY.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 PROJECT_SUMMARY.md diff --git a/PROJECT_SUMMARY.md b/PROJECT_SUMMARY.md new file mode 100644 index 0000000..9920b38 --- /dev/null +++ b/PROJECT_SUMMARY.md @@ -0,0 +1,41 @@ +# agentic-coding-tool-eval — Project Summary + +- Upstream: [disler/agentic-coding-tool-eval](https://github.com/disler/agentic-coding-tool-eval) +- Stars (upstream): 27 +- Description: Simple ideas to compare Agentic Coding Tools +- Primary Languages: TypeScript (3) +- Detected Stack: TypeScript + +## Tooling +- Minimal tooling detected + +## Build +- No build configuration detected + +## Common Commands +- No Node scripts detected + +## Project Layout (top-level) +- .claude +- apps +- scripts +- .env.sample +- .gitignore +- AGENTS.md +- CLAUDE.md +- GEMINI.md +- README.md + +## CI/CD +- No CI workflows detected + +## Docker +- No Docker artifacts detected + +## Quickstart + +## Suggested Next Steps +- Add .editorconfig +- Add GitHub Actions CI (lint, type, test) +- Add Dockerfile for containerized runs +