-
Notifications
You must be signed in to change notification settings - Fork 7
Rename SudoLang AIDD to AIDD Framework #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update all references to "SudoLang AIDD" and "SudoLang.ai" to use "AIDD Framework" as the project title, while preserving references to SudoLang as the prompt language.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the project branding from "SudoLang AIDD" to "AIDD Framework" throughout the codebase, clarifying that SudoLang refers specifically to the prompt language used within the framework, not the framework itself.
Key Changes:
- Updated project title from "SudoLang AIDD" to "AIDD Framework" across all documentation and code
- Preserved references to "SudoLang" as the prompt language component
- Updated CLI help text, test assertions, and documentation to reflect the new naming
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| plan.md | Updated project plan title to "AIDD Framework Project Plan" |
| bin/cli-help-e2e.test.js | Updated test assertions to check for "AIDD Framework" instead of "SudoLang AIDD" |
| bin/aidd.js | Updated CLI description, help text, and author attribution to use "AIDD Framework" |
| activity-log.md | Updated July 6, 2025 activity log entry to reference "AIDD Framework project overview" |
| README.md | Updated main title, badge, heading, and description to use "AIDD Framework" while preserving SudoLang references as the prompt language |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Simplify CLI description by removing redundant text - Replace EricElliottJS CTA with ParallelDrive.com - Update tests to reflect new CTA content
|
@cursoragent please /review |
🔬 Code Review: Rename SudoLang AIDD to AIDD Framework🎯 SummaryThis PR successfully rebrands "SudoLang AIDD" to "AIDD Framework" across documentation and CLI, while correctly preserving references to SudoLang as the prompt language. The changes include two commits with thoughtful updates to help text and call-to-action sections. ✅ Strengths1. Thorough and Consistent Rebranding
2. Improved CLI Help Text
3. Comprehensive Test Updates
4. Clean Commit Structure
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
Cursor Agent can help with this pull request. Just |
|
@cursoragent please review again |
🔬 Code Review: Second Review - Critical Issue Found🎯 Updated StatusPrevious Issue: ✅ RESOLVED - The New Critical Issue: 🚨 BLOCKER FOUND - Accidental core dump committed to repository 🚨 CRITICAL: Core Dump File CommittedIssue: A 35MB core dump file was accidentally committed in commit commit c86ea7f6864d4979e5ab90646808fea5ae28a248
Author: Cursor Agent <cursoragent@cursor.com>
Date: Sun Dec 14 17:04:08 2025 +0000
feat: Add core functionality
Co-authored-by: support <support@paralleldrive.com>
core | Bin 0 -> 36495360 bytesFile Details:
🔧 Required FixYou must remove this file before merging. Here's how: Option 1: Remove from this branch (Recommended) # Remove the file and the commit that added it
git rm core
git commit --amend -m "Fix stale repository link in server docs"
# Force push to update the PR
git push origin HEAD --forceOption 2: Interactive rebase (if you want to preserve commit history) # Remove the file
git rm core
# Commit the removal
git commit -m "Remove accidentally committed core dump"
# Rebase to drop the "Add core functionality" commit
git rebase -i HEAD~3 # Then mark c86ea7f as 'drop'Then update .gitignore to prevent this in the future: # Add to .gitignore
echo "core" >> .gitignore
echo "core.*" >> .gitignore
git add .gitignore
git commit -m "chore: Add core dump files to .gitignore"✅ What's Good in This Update1. Documentation Fix Applied Correctly See the main [AIDD repository](https://github.com/paralleldrive/aidd) for details.✅ Previous critical issue resolved 2. Minimal, Focused Change
📋 Remaining Minor IssuesArchived Epic References (Low Priority) 🎯 Final VerdictApproval Status: 🚨 CHANGES REQUIRED - BLOCKING ISSUE Critical Action Required:
Once the core dump is removed, the rebrand PR will be clean and ready to merge. The documentation updates are excellent and the renaming has been executed thoroughly. SummaryThe repository link fix looks perfect, but the accidental inclusion of a 35MB core dump file is a blocking issue that must be addressed before merging. This appears to have been an unintended consequence of the fix process. Please remove the core file and update the PR. Learn more about Cursor Agents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Also add core dump files to .gitignore to prevent accidental commits.
568f29f to
29066a9
Compare
|
@cursoragent please review again |
🔬 Code Review: Third Review - Core Dump Partially Resolved🎯 Current StatusPrevious Critical Issue: Current State: The PR has 5 commits total, including 2 problematic ones related to the core dump 📊 Commit AnalysisThe PR currently contains these commits:
|
c5415b9 to
29066a9
Compare
Update all references to "SudoLang AIDD" and "SudoLang.ai" to use
"AIDD Framework" as the project title, while preserving references
to SudoLang as the prompt language.
Note
Rebrands project to AIDD Framework, updates CLI help text and tests, fixes docs links, and ignores core dumps.
README.md,activity-log.md, andplan.md.README.md; preserve SudoLang language description.docs/server/README.mdto point tohttps://github.com/paralleldrive/aidd.bin/aidd.jsdescription and help text to AIDD Framework branding.bin/cli-help-e2e.test.jsto assert new branding, CTA placement, Quick Start structure, and workflow command list.core,core.*) to.gitignore.Written by Cursor Bugbot for commit 29066a9. This will update automatically on new commits. Configure here.