Add RFE creation, update notifications, and reorganize repository #33
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.
Summary
This PR adds new UI features for RFE (Request for Enhancement) creation and notification management, plus repository cleanup and script organization.
UI Features
RFE Creation Flow:
app/rfe/create.tsx) with:Inbox as Initial Screen:
app/(tabs)/_layout.tsxwithinitialRouteName="inbox"Notifications Enhancement:
FAB Updates:
Repository Organization
Scripts Moved to
scripts/Directory:dev.sh→scripts/dev.sh(new development environment manager)start-offline.sh→scripts/start-offline.shDeleted Obsolete Files:
SECURITY_AUDIT_SUMMARY.md(outdated security audit from Nov 26)API_CONTRACT_VERIFICATION.md(obsolete verification doc)implementation.log(empty log file)implement-phases-auto.sh(obsolete automation script)implement-phases.sh(obsolete workflow script)Kept in Root:
BACKLOG.md(valid development priorities from Nov 26)Files Changed
New:
app/rfe/create.tsx- RFE creation screenscripts/dev.sh- Development environment managerModified:
app/(tabs)/_layout.tsx- Set Inbox as initial screenapp/(tabs)/index.tsx- Updated "GitHub Notifications" to "Notifications"app/notifications/index.tsx- Added multi-source filteringcomponents/layout/CreateFAB.tsx- Added RFE, replaced Agent with Deep ResearchMoved:
start-offline.sh→scripts/start-offline.shDeleted:
SECURITY_AUDIT_SUMMARY.mdAPI_CONTRACT_VERIFICATION.mdimplementation.logimplement-phases-auto.shimplement-phases.shTesting
Development Scripts
The new
scripts/dev.shprovides comprehensive dev environment management:🤖 Generated with Claude Code
Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com