Conversation
char0n
left a comment
There was a problem hiding this comment.
Hi @rodjentic,
Thank you for the PR! Left some inline core reviews comments.
| # Jupyter Notebooks | ||
| # ------------------------- | ||
| .ipynb_checkpoints/ | ||
| *.ipynb |
There was a problem hiding this comment.
Why do we want to ignore all notebooks?
| # ------------------------- | ||
| # Docker | ||
| # ------------------------- | ||
| .dockerignore |
There was a problem hiding this comment.
Why do we want to ignore .dockerignore file ?
| # ------------------------- | ||
| # Project Specific | ||
| # ------------------------- | ||
| # Arazzo Generator |
There was a problem hiding this comment.
Shouldn't this go for project specific .gitignore?
| generator/_transient-files/ | ||
| generator/extracted_json.txt | ||
|
|
||
| # Arazzo Runner |
There was a problem hiding this comment.
Shouldn't this go for project specific .gitignore?
| # LLM Interaction logs | ||
| *_llm_interaction/ | ||
|
|
||
| # Generated specs and workflows |
There was a problem hiding this comment.
Shouldn't this go for project specific .gitignore?
| ## Related Projects | ||
|
|
||
| ### Official Arazzo Resources | ||
| - [Arazzo Specification](https://github.com/OAI/Arazzo-Specification) - Official spec repository |
There was a problem hiding this comment.
OpenAPI repos are no longer authoritative source of truth. Can we use authoritative URL for the Arazzo spec here? https://spec.openapis.org/arazzo/latest.html
| - Advanced AI integrations | ||
| - Workflow marketplace | ||
|
|
||
| [**View detailed roadmap →**](https://github.com/jentic/arazzo-engine/projects) |
| - **Arazzo Generator**: 🚧 Beta (v0.2+) - Active development | ||
| - **Specification Compliance**: ✅ Arazzo 1.0.1 fully supported | ||
|
|
||
| ### 📋 Roadmap |
There was a problem hiding this comment.
Are we sure about this roadmap? It's seems LLM generated and not aligned with reality.
| ### 🏆 Recognition | ||
|
|
||
| All contributors are recognized in our: | ||
| - [Contributors list](CONTRIBUTORS.md) |
There was a problem hiding this comment.
We don't have contributors list and we probably don't want to maintain one manually.
| ### 💬 Join the Conversation | ||
|
|
||
| - **Discord**: [Join our community](https://discord.gg/TdbWXZsUSm) for real-time discussions | ||
| - **GitHub Discussions**: Share ideas and ask questions |
There was a problem hiding this comment.
Maybe a link to discussions when we have org wide one?
|
|
||
| ### 🚀 Current Status | ||
|
|
||
| - **Arazzo Runner**: ✅ Stable (v1.0+) - Production ready |
There was a problem hiding this comment.
| - **Arazzo Runner**: ✅ Stable (v1.0+) - Production ready | |
| - **Arazzo Runner**: ✅ Stable (v0.9+) - Active development |
|
|
||
| - **Arazzo Runner**: ✅ Stable (v1.0+) - Production ready | ||
| - **Arazzo Generator**: 🚧 Beta (v0.2+) - Active development | ||
| - **Specification Compliance**: ✅ Arazzo 1.0.1 fully supported |
There was a problem hiding this comment.
Arazzo 1.0.1 fully supported - this is very strong claim and might set expectation ladder too high. We're aiming to be Arazzo compliant at this stage.
Adding changes to the readme and to .github to enhance contributor participation during hacktoberfest