Skip to content
Merged

Stage #9289

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
145 changes: 145 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,151 @@
"zfgk",
"zipkin",
"zoneinfo",
"gauzyapiserver",
"Embeddable",
"locutus",
"proto",
"iubenda",
"iconed",
"cust",
"trasp",
"policyicon",
"wbars",
"allcaps",
"iubgreen",
"unixepoch",
"macbook",
"upvotes",
"downvotes",
"Bykey",
"Recu",
"Clokr",
"KNEX",
"ASPECTO",
"COBERTURA",
"EXTP",
"RDCL",
"VMFE",
"GOROOT",
"PGBIN",
"PGDATA",
"PGPASSWORD",
"PGROOT",
"PGUSER",
"PHPROOT",
"PIPX",
"UPDATECHECK",
"NOLOGO",
"GHCUP",
"MSYS",
"PERFLOG",
"PROGRAMFILES",
"ALLUSERSPROFILE",
"APPDATA",
"COMMONPROGRAMFILES",
"serverapi",
"serializables",
"drppicker",
"titlebar",
"raleway",
"browserslist",
"flexbox",
"nbinput",
"nbbutton",
"xaxis",
"wdth",
"concate",
"typeahead",
"maxlength",
"xplatframework",
"localforage",
"longform",
"rfdc",
"bluehalo",
"libx264",
"libx",
"WXGA",
"SXGA",
"UXGA",
"NTSC",
"libvpx",
"libaom",
"theora",
"Theora",
"Unregisters",
"allwindows",
"Johndoe",
"minizlib",
"DOCR",
"apida",
"appplatform",
"apistageda",
"elif",
"appleboy",
"apidemoda",
"forin",
"distutils",
"loggable",
"inversed",
"iquery",
"nodownload",
"Zrdm",
"greenkeeper",
"classpath",
"isready",
"openzipkin",
"opensearchproject",
"nofile",
"nosniff",
"ICDN",
"INPM",
"ɵcmp",
"ɵmod",
"ɵcreate",
"notarytool",
"evergauzyagent",
"electronmon",
"apistage",
"agentapp",
"uninstallation",
"iohook",
"tsfn",
"hhook",
"lresult",
"wparam",
"lparam",
"refcon",
"cflags",
"uiohook",
"gauzyagent",
"PostHog",
"posthog",
"PKCE",
"udts",
"autocapture",
"pageview",
"signup",
"wrapp",
"dyld",
"oidc",
"Registerables",
"Archs",
"camshot",
"camshots",
"dtos",
"soundshot",
"soundshots",
"runtimes",
"localtime",
"STARTTLS",
"Behaviour",
"freemium",
"FREEMIUM",
"srgb",
"prepopulate",
"prepopulates",
"prepopulation",
"Liskov"
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Dec 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0: Missing comma after "Liskov" creates invalid JSON. This will cause the cspell configuration file to fail parsing.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .cspell.json, line 805:

<comment>Missing comma after `&quot;Liskov&quot;` creates invalid JSON. This will cause the cspell configuration file to fail parsing.</comment>

<file context>
@@ -658,6 +658,151 @@
+		&quot;prepopulate&quot;,
+		&quot;prepopulates&quot;,
+		&quot;prepopulation&quot;,
+		&quot;Liskov&quot;
 		&quot;Zrdm&quot;
 	],
</file context>
Suggested change
"Liskov"
"Liskov",
Fix with Cubic

"Zrdm"
],
"useGitignore": true,
Expand Down
2 changes: 1 addition & 1 deletion .deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ ARG NODE_ENV
ARG DEMO
ARG NODE_OPTIONS

ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=60000"}
ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=30000"}
ENV NODE_ENV=${NODE_ENV}
ENV DEMO=${DEMO:-false}

Expand Down
2 changes: 1 addition & 1 deletion .deploy/mcp-auth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ARG NODE_OPTIONS
ENV NX_NO_CLOUD=true
ENV CI=true

ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=60000"}
ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=30000"}
ENV NODE_ENV=production
ENV IS_DOCKER=true

Expand Down
2 changes: 1 addition & 1 deletion .deploy/mcp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ARG NODE_OPTIONS
ENV NX_NO_CLOUD=true
ENV CI=true

ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=60000"}
ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=30000"}
ENV NODE_ENV=production
ENV IS_DOCKER=true

Expand Down
2 changes: 1 addition & 1 deletion .deploy/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ ARG NODE_ENV
ARG DEMO
ARG NODE_OPTIONS

ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=60000"}
ENV NODE_OPTIONS=${NODE_OPTIONS:-"--max-old-space-size=30000"}
ENV NODE_ENV=${NODE_ENV:-production}
ENV DEMO=${DEMO:-false}

Expand Down
118 changes: 118 additions & 0 deletions .github/instructions/angular.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
---
applyTo: '**/*.component.ts, **/*.component.scss, **/*.component.html'
---

# Persona

You are a dedicated Angular developer who thrives on leveraging the absolute latest features of the framework to build cutting-edge applications. You are currently immersed in Angular v20+, passionately adopting signals for reactive state management, embracing standalone components for streamlined architecture, and utilizing the new control flow for more intuitive template logic. Performance is paramount to you, who constantly seeks to optimize change detection and improve user experience through these modern Angular paradigms. When prompted, assume You are familiar with all the newest APIs and best practices, valuing clean, efficient, and maintainable code.

## Examples

These are modern examples of how to write an Angular 20 component with signals

```ts
import { ChangeDetectionStrategy, Component, signal } from '@angular/core';


@Component({
selector: '{{tag-name}}-root',
templateUrl: '{{tag-name}}.html',
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class {{ClassName}} {
protected readonly isServerRunning = signal(true);
toggleServerStatus() {
this.isServerRunning.update(isServerRunning => !isServerRunning);
}
}
```

```scss
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;

button {
margin-top: 10px;
}
}
```

```html
<section class="container">
@if (isServerRunning()) {
<span>Yes, the server is running</span>
} @else {
<span>No, the server is not running</span>
}
<button (click)="toggleServerStatus()">Toggle Server Status</button>
</section>
```

When you update a component, be sure to put the logic in the ts file, the styles in the css file and the html template in the html file.

## Resources

Here are some links to the essentials for building Angular applications. Use these to get an understanding of how some of the core functionality works
<https://angular.dev/essentials/components>
<https://angular.dev/essentials/signals>
<https://angular.dev/essentials/templates>
<https://angular.dev/essentials/dependency-injection>

## Best practices & Style guide

Here are the best practices and the style guide information.

### Coding Style guide

Here is a link to the most recent Angular style guide <https://angular.dev/style-guide>

### TypeScript Best Practices

- Use strict type checking
- Prefer type inference when the type is obvious
- Avoid the `any` type; use `unknown` when type is uncertain

### Angular Best Practices

- Always use standalone components over `NgModules`
- Do NOT set `standalone: true` inside the `@Component`, `@Directive` and `@Pipe` decorators
- Use signals for state management
- Implement lazy loading for feature routes
- Use `NgOptimizedImage` for all static images.
- Do NOT use the `@HostBinding` and `@HostListener` decorators. Put host bindings inside the `host` object of the `@Component` or `@Directive` decorator instead

### Components

- Keep components small and focused on a single responsibility
- Use `input()` signal instead of decorators, learn more here <https://angular.dev/guide/components/inputs>
- Use `output()` function instead of decorators, learn more here <https://angular.dev/guide/components/outputs>
- Use `computed()` for derived state learn more about signals here <https://angular.dev/guide/signals>.
- Set `changeDetection: ChangeDetectionStrategy.OnPush` in `@Component` decorator
- Prefer inline templates for small components
- Prefer Reactive forms instead of Template-driven ones
- Do NOT use `ngClass`, use `class` bindings instead, for context: <https://angular.dev/guide/templates/binding#css-class-and-style-property-bindings>
- Do NOT use `ngStyle`, use `style` bindings instead, for context: <https://angular.dev/guide/templates/binding#css-class-and-style-property-bindings>

### State Management

- Use signals for local component state
- Use `computed()` for derived state
- Keep state transformations pure and predictable
- Do NOT use `mutate` on signals, use `update` or `set` instead

### Templates

- Keep templates simple and avoid complex logic
- Use native control flow (`@if`, `@for`, `@switch`) instead of `*ngIf`, `*ngFor`, `*ngSwitch`
- Use the async pipe to handle observables
- Use built-in pipes and import pipes when being used in a template, learn more <https://angular.dev/guide/templates/pipes#>

### Services

- Design services around a single responsibility
- Use the `providedIn: 'root'` option for singleton services
- Use the `inject()` function instead of constructor injection
Loading
Loading