Skip to content

Commit fa91655

Browse files
committed
fix lint errors
1 parent ecab06f commit fa91655

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

docs/guides/modules/test/pages/fix-flaky-tests.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ Pull requests contain code diffs showing what changes Chunk recommends, along wi
148148

149149
== The Chunk tasks dashboard
150150

151-
Once you have assigned Chunk some tasks, you can view an activity timeline on the Chunk dashboard. Tasks are available in a list view below the chat interface.
151+
Once you have assigned tasks to Chunk, you can view an activity timeline on the Chunk dashboard. Tasks are available in a list view below the chat interface.
152152

153-
There are two types of task, both are listed in the Chunk tasks dashboard.
153+
Chunk tasks can be one of two types:
154154

155155
*Manual tasks*:: Created by prompting Chunk from the chat interface. Manual tasks appear in the ist view immediately after first message to Chunk.
156156
*Schedule tasks*:: Created via the btn:[Schedule a task] button. Schedule tasks appear once the task runs on the selected schedule and if Chunk was able to open a fixPR.
@@ -204,7 +204,7 @@ a|* Daily (Sunday through Thursday at 22:00 UTC).
204204

205205
== Limitations
206206

207-
*It is not possible to edit the Chunk task configurations*. You cannot directly edit setup scripts or post-run commands once a Chunk task is created. To modify these settings, you must delete the existing Chunk task and create a new one.
207+
*It is not possible to edit the Chunk task configurations*. You cannot directly edit setup scripts or post-run commands once a Chunk task is created. To change these settings, you must delete the existing Chunk task and create a new one.
208208

209209
== Troubleshooting
210210

docs/guides/modules/toolkit/pages/chunk-setup-and-overview.adoc

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NOTE: Chunk by CircleCI is currently in *beta*. There are no extra costs during
88

99
TIP: *Feedback or feature requests?* Submit them on our link:https://circleci.canny.io/cloud-feature-requests?selectedCategory=chunk-ai[Ideas board, window=_blank] where you can also see existing feature requests and vote on them.
1010

11-
Chunk by CircleCI is an AI agent that you can set up in your organization to help with CI/CD related tasks:
11+
Chunk by CircleCI is an AI agent that you can set up in your organization to assist with CI/CD related tasks:
1212

1313
* Use the Chunk chat UI to get help with any aspect of your project.
1414
* Assign Chunk tasks to proactively manage your CI/CD processes. For an example see the xref:test:fix-flaky-tests.adoc[Fix Flaky Tests] guide.
@@ -99,7 +99,17 @@ jobs:
9999
# insert more environment setup here
100100
----
101101

102-
Chunk supports all standard CircleCI configuration options. This includes executors, resource classes, caching, contexts, environment variables, service containers, orbs, and everything else you would use in a standard CircleCI pipeline. If it works in your `.circleci/config.yml`, it works in `cci-agent-setup.yml`. For a complete reference of available configuration options, see the xref:reference:ROOT:configuration-reference.adoc[CircleCI Configuration Reference].
102+
Chunk supports all standard CircleCI configuration options. This includes the following:
103+
104+
* Executors.
105+
* Resource classes.
106+
* Caching.
107+
* Contexts.
108+
* Environment variables.
109+
* Service containers.
110+
* Orbs.
111+
112+
And everything else you would use in a standard CircleCI pipeline. If it works in your `.circleci/config.yml`, it works in `cci-agent-setup.yml`. For a complete reference of available configuration options, see the xref:reference:ROOT:configuration-reference.adoc[CircleCI Configuration Reference].
103113

104114
=== Instruct Chunk to use your environment
105115

@@ -236,7 +246,7 @@ Contexts:: If you are using CircleCI contexts to manage secrets or environment v
236246

237247
=== Configuring Chunk's environment when using the chat interface
238248

239-
Using Chunk's chat interface to describe a task, you can tell Chunk which project, repository and branch you want to work on. You can also select and/or set up Chunk's environment here. Using the Environment selector you can set up your environment to give chunk access to any secrets needed or provide Chunk with the name of your agents `.yml` file if different from the default `cci-agent-setup.yml`.
249+
Using Chunk's chat interface to describe a task, you can tell Chunk which project, repository and branch you want to work on. You can also set up Chunk's environment. Using the "Environment" selector you can give chunk access to any secrets needed or provide Chunk with the name of your agents `.yml` file if different from the default `cci-agent-setup.yml`.
240250

241251
=== Testing your environment setup
242252
To build and iterate on Chunk's environment follow these steps:

0 commit comments

Comments
 (0)