Add footer with creator acknowledgment#131
Merged
aniketmaurya merged 3 commits intomainfrom Mar 3, 2026
Merged
Conversation
Added a footer to the README file acknowledging the creator.
Updated copyright holder from Aniket Maurya to Celesto AI.
Added Contributor Covenant Code of Conduct to establish community standards and guidelines for behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a footer to the README file acknowledging the creator.
Greptile Summary
This PR appends a centered footer to
README.mdthat acknowledges the creator with a horizontal divider and the line "Built with 🧡 in London by Celesto AI", linking tohttps://celesto.ai.The change is purely cosmetic/documentation — no source code, tests, or configuration are affected. The HTML style (
<div align="center">with an<a>tag) matches the existing patterns already established in the README (e.g., lines 7–17), so the addition maintains consistency with the file's style conventions. The footer contains no broken links, syntax errors, or formatting issues.Confidence Score: 5/5
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[README.md] --> B[Header / Badges] A --> C[Features Table] A --> D[Quick Start] A --> E[Build & Deploy an Agent] A --> F[Agent Skills] A --> G[Create Agent from Markdown] A --> H[LiteMCP / MCP Server] A --> I[Agent-to-Agent Protocol] A --> J[Contributing] A --> K[License] K --> L["---<br/>Footer: Built with 🧡 in London by Celesto AI"]Last reviewed commit: 7d74f0c
Context used:
dashboard- AGENTS.md (source)