diff --git a/custom/knowledge/performance/pure-reads-set-readisolation.md b/custom/knowledge/performance/pure-reads-set-readisolation.md index 9f662f1..587aa77 100644 --- a/custom/knowledge/performance/pure-reads-set-readisolation.md +++ b/custom/knowledge/performance/pure-reads-set-readisolation.md @@ -11,7 +11,7 @@ application-area: [all] ## Description -In tCOG apps, pure reads should set an explicit `ReadIsolation` on the record instance before the read operation. This makes the read semantics intentional instead of inheriting whatever isolation level happens to be active in the surrounding transaction or caller. For display, lookup, and calculation helpers that only read data and do not make decisions that require committed consistency, the default convention is `IsolationLevel::ReadUncommitted`. +In TCOG apps, pure reads should set an explicit `ReadIsolation` on the record instance before the read operation. This makes the read semantics intentional instead of inheriting whatever isolation level happens to be active in the surrounding transaction or caller. For display, lookup, and calculation helpers that only read data and do not make decisions that require committed consistency, the default convention is `IsolationLevel::ReadUncommitted`. ## Best Practice diff --git a/custom/skills/review/al-code-review.md b/custom/skills/review/al-code-review.md index 84afcac..6c6a820 100644 --- a/custom/skills/review/al-code-review.md +++ b/custom/skills/review/al-code-review.md @@ -3,7 +3,7 @@ kind: action-skill id: al-code-review version: 1 title: AL code review -description: Reviews AL source changes by composing the AL review leaf skills, using tCOG-specific performance guidance where available. +description: Reviews AL source changes by composing the AL review leaf skills, using TCOG-specific performance guidance where available. inputs: [pr-diff, file-path] outputs: [findings-report] bc-version: [all]