OLS-2882: Add spec files to the projects for AI-assisted development#1833
OLS-2882: Add spec files to the projects for AI-assisted development#1833joshuawilson wants to merge 2 commits intoopenshift:mainfrom
Conversation
Two-layer spec structure for AI agent consumption: - what/ (7 files): behavioral rules for system overview, chat, attachments, tools, feedback, auth, and plugin API - how/ (4 files): architecture specs for project structure, state management, streaming, and components Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 53 minutes and 49 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (15)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@joshuawilson: This pull request references OLS-2882 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
| | `src/components/ConfirmationModal.tsx` | Generic confirmation dialog. | | ||
| | `src/components/CloseButton.tsx` | Close icon button. | | ||
| | `src/components/NullContextProvider.tsx` | No-op React context provider returning `null`. Used as the component for the `console.context-provider` extension. | | ||
| | `src/components/OverviewDetail.tsx` | Dashboard detail item showing plugin version (1.0.12). | |
There was a problem hiding this comment.
Shouldn't include version number that will quickly get out of date
| | Path | Purpose | | ||
| |---|---| | ||
| | `console-extensions.json` | Declares 5 console extensions: flag, context-provider, dashboard detail, redux-reducer, action/provider | | ||
| | `package.json` | Project metadata, dependencies, scripts. Name: `lightspeed-console-plugin`, version: 1.0.12 | |
There was a problem hiding this comment.
Shouldn't include version number that will quickly get out of date
Initial set of spec files to enable Agentic SDLC.