Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agent/tools/video/higgsfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ curl -X POST 'https://platform.higgsfield.ai/v1/text2image/soul' \

### Supported Dimensions

```
```text
1152x2048, 2048x1152, 2048x1536, 1536x2048,
1344x2016, 2016x1344, 960x1696, 1536x1536,
1536x1152, 1696x960, 1152x1536, 1088x1632, 1632x1088
Expand Down Expand Up @@ -363,7 +363,7 @@ The platform auto-scales, but implement exponential backoff for resilience.

For up-to-date API documentation:

```
```text

Choose a reason for hiding this comment

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

medium

For this code block, which appears to be a command-line example with a commented-out return value, using shell as the language specifier would be more descriptive than text. This would also allow syntax highlighters to correctly render the line starting with # as a comment, improving readability.

Suggested change
```text
```shell

resolve-library-id("higgsfield")
# Returns: /websites/higgsfield_ai

Expand Down
2 changes: 1 addition & 1 deletion .agent/tools/video/remotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ For comprehensive patterns, read the rule files in `tools/video/remotion/`:

For up-to-date API documentation:

```
```text

Choose a reason for hiding this comment

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

medium

For this command example, using the shell language specifier is more semantic than text. It clearly indicates that this is a command to be run in a terminal environment.

Suggested change
```text
```shell

/context7 remotion [query]
```

Expand Down
2 changes: 1 addition & 1 deletion .agent/tools/video/remotion/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `<Img>` component ensures images are fully loaded before rendering, preventi

Place images in the `public/` folder and use `staticFile()` to reference them:

```
```text
my-video/
├─ public/
│ ├─ logo.png
Expand Down
4 changes: 2 additions & 2 deletions todo/PLANS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ Create a comprehensive document extraction capability in aidevops that:

**Pipeline flow:**

```
```text
Document → Docling (parse) → Presidio (PII scan) → ExtractThinker (extract) → Structured JSON
```

Expand Down Expand Up @@ -1479,7 +1479,7 @@ Document → Docling (parse) → Presidio (PII scan) → ExtractThinker (extract

**Architecture:**

```
```text
tools/document-extraction/
├── document-extraction.md # Main orchestrator subagent
├── docling.md # Document parsing subagent
Expand Down
4 changes: 2 additions & 2 deletions todo/tasks/prd-document-extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ As a developer working with sensitive documents, I want to extract structured da

### Architecture

```
```text
tools/document-extraction/
├── document-extraction.md # Main orchestrator subagent
├── docling.md # Document parsing subagent
Expand All @@ -135,7 +135,7 @@ scripts/

### Pipeline Flow

```
```text
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Document │───▶│ Docling │───▶│ Presidio │───▶│ExtractThinker│
│ Input │ │ Parse │ │ PII Scan │ │ Extract │
Expand Down
Loading