Reads how the repository is structured.
Rubic uses the repository summary, default branch, coding guidelines, and application setup in every task.
Delegate features, fixes, refactors, and maintenance work from one place. Your team stays focused on decisions and review while Rubic moves each task forward.
Rubic reads the code and rules, proposes the plan, runs the application, and opens or merges the pull request with every step visible to your team.
Configure the repository once. Rubic uses its structure, application setup, shared knowledge, and working rules whenever it plans or executes a task.
Rubic uses the repository summary, default branch, coding guidelines, and application setup in every task.
Rubic searches indexed files and shared product knowledge before it proposes or changes anything.
Project and repository rules define how Rubic should plan, build, review, and deliver the work.
Rubic plans the work, changes the code, runs the application, tests the result, asks for decisions, and prepares the pull request. Your team reviews and approves the work at the required checkpoints.
Rubic reads the repository and project rules, then lists the implementation steps, affected files, risks, and checks for the task.
Your team can approve the plan or request changes before development starts.Add English and Spanish localization while preserving existing URLs and saved language preferences.
Configure locale foundation Catalogs, fallback, and default locale
Preserve routing behavior Existing links and saved URLs stay unchanged
Verify the customer portal Preference, fallback, and regression checks
The application and its required services run in a task-specific cloud workspace. The live result is available at a dedicated https://{taskId}.rubc.run URL.
Open or share the preview while its code, services, and logs remain available in Rubic.Consulta el estado de tus pedidos, revisa los totales y recibe actualizaciones en tiempo real.
#1048 En camino €128
#1042 Entregado €84
#1037 Procesando €56
The task keeps the code change, test results, application output, and live preview in one workspace for review.
Request a revision or merge the approved pull request without leaving Rubic.1 import { readProfileLocale } from './profile';
3 − export const locales = ['en'];
3 + export const locales = ['en', 'es'];
4 export const defaultLocale = 'en';
7 + const saved = readProfileLocale(request);
8 + if (saved && locales.includes(saved)) {
9 + return saved;
10 + }
If the implementation needs a product or technical choice, Rubic pauses at that point and asks the team inside the task.
Rubic applies the answer and continues the same task.The answer changes locale precedence and fallback behavior.
DECISION ANSWERED Profile, then browser
Write the outcome, attach supporting files, and select the repository, priority, assignee, watchers, and plan approval setting for the task.
Add English and Spanish localization to the customer portal. Preserve existing URLs and include regression coverage.
The requested audit ran against the connected environment and produced a reviewable result.
18 feature flags reviewed Across production and staging
3 differences found Owners and current values included
No code changes No branch or pull request required
A code task ends with a branch, tests, and a pull request. An operational task ends with a report, findings, or completed procedure without changing the repository.
Store the start command, port, health check, required services, environment settings, setup commands, and restart behavior with the repository. Rubic reuses them for every task.
Define once how Rubic should start and verify this application.
PostgreSQL Connected database
READYBackground service npm run worker
READYAn epic creates repository-specific tasks from one implementation plan. Rubic runs tasks in sequence when one depends on another and in parallel when they are independent.
Shared locale contracts land first. Application work then continues in parallel.
Expose supported locales and saved preference.
Localize account and order surfaces.
Add translation management controls.
Rubic prepares the implementation, tests, live preview, and pull request. Your team can approve the plan, answer questions, request revisions, inspect the result, and perform the final merge in Rubic.
Review and approve the approach before coding starts.
Answer a product or technical question inside the task.
Request a change while Rubic continues the same task.
Inspect changed files, tests, logs, and the running application.
Merge an approved pull request directly from Rubic.
feat/T-184-portal-localization main
Squash and merge this pull request into main?
Open a task to see its plan, conversation, changed files, tests, live application, and delivery state. Use the team views to track the same work across larger initiatives.
Create, assign, run, and review individual software tasks.
Plan and track related tasks across multiple repositories.
See task updates and questions that need a response.
Review delivery status and merge approved pull requests.
Configure code access, context, and application setup.
Search code and shared project knowledge.
Define how Rubic should plan, build, review, and deliver.
Rubic will read the code and rules, propose a plan, and wait for approval before it starts implementation.