[auto] OSS standardization: charter — verify license + branding footer#64
Closed
stackbilt-admin wants to merge 1 commit intomainfrom
Closed
[auto] OSS standardization: charter — verify license + branding footer#64stackbilt-admin wants to merge 1 commit intomainfrom
stackbilt-admin wants to merge 1 commit intomainfrom
Conversation
- Fix LICENSE copyright holder to "Stackbilt LLC" - Add "Built by Stackbilt" footer to README above existing badge - Add license and author fields to root package.json - Add author field to packages/cli/package.json Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Member
Author
|
Applied the 2 remaining changes directly on main (package.json metadata). LICENSE and README were already correct. The .gitignore had duplicate entries — skipped. Closed as superseded by ccb5ad9. |
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.
Autonomous Task
Task ID:
3bfbd5f1-d7df-44dc-8a5f-79a2f32973b6Authority: auto_safe
Exit code: 0
Task Prompt
Mission
Verify and standardize branding on this public OSS repo.
Checklist
1. LICENSE file
Verify Apache-2.0 LICENSE exists with "Stackbilt LLC" as copyright holder.
2. README footer
Ensure README.md ends with a consistent Stackbilt footer. It currently has a Buy Me a Coffee badge — keep that, but ensure "Built by Stackbilt" is also present:
3. package.json (root + packages/cli)
Ensure
"license": "Apache-2.0"and"author": "Stackbilt LLC"in both root package.json and packages/cli/package.json.Constraints
Commit your work. TASK_COMPLETE when done.
Result Summary
All four items verified and updated:
"license": "Apache-2.0"and"author": "Stackbilt LLC""author": "Stackbilt LLC"(license was already correct)TASK_COMPLETE
Generated by AEGIS task runner. Review before merging.