Skip to content

Commit 503a3ea

Browse files
committed
[AI] Updated ai/global/index.md
1 parent 8e3d3f9 commit 503a3ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ai/global/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Read all of these before starting any task, regardless of language or context.
1414

1515
| File | Covers |
1616
| --- | --- |
17-
| [git.instructions.md](git.instructions.md) | Prerequisites, build/test verification, git identity/GPG, branching, commits, GitHub issues |
17+
| [git.instructions.md](git.instructions.md) | Prerequisites, build/test verification, git identity/GPG, branching, commits, GitHub issues, template rule escalation |
1818
| [git-rebasing.instructions.md](git-rebasing.instructions.md) | When to rebase (fetch/check/rebase), version-conflict resolution when merging or rebasing |
1919
| [task-workflow.instructions.md](task-workflow.instructions.md) | Agent routing table, model selection, failure handling, issue/PR assignment, Workflow project board, commit cadence, resuming work, command timeouts, ad-hoc prompt intake, prompt traceability |
2020
| [code-quality.instructions.md](code-quality.instructions.md) | Code coverage, tests, async, immutability, parameterised tests, refactoring |
@@ -39,6 +39,7 @@ Load these only when the work involves the relevant technology or context.
3939
| [shell.firewall.instructions.md](shell.firewall.instructions.md) | Firewall rule management is needed | `firewall-cmd` rules, private network constants |
4040
| [github-workflows.instructions.md](github-workflows.instructions.md) | Any `.github/workflows/*.yml` file is present or being created | Action policy, composite actions, step ordering, permissions, version pinning |
4141
| [npm.instructions.md](npm.instructions.md) | Any `package.json` is present or npm packages are being added/updated | Exact version pinning, `--save-exact`, no semver ranges, explicit updates |
42+
| [learnings.instructions.md](learnings.instructions.md) | A memory file (`ai/global` or `ai/local`) is created or updated to record a new learning | Filing a matching human-readable issue in `credfeto/credfeto-notes` |
4243
| [api.instructions.md](api.instructions.md) | An HTTP API is being created or modified | `.http` test file requirements |
4344
| [performance.instructions.md](performance.instructions.md) | Performance-critical code is being written or optimised | Design principles, benchmarks, optimisation workflow |
4445
| [coverage-ratchet.instructions.md](coverage-ratchet.instructions.md) | Acting as Orchestrator running the AI Coverage board phase | Whole-repo per-language coverage ratchet gated on the committed `COVERAGE.md` (per-component + overall figures, read live from `origin/main`, no PR comment), bootstrap/dependency-only-branch skip rules, per-language extraction commands, phase decision procedure |
@@ -61,3 +62,4 @@ These contain code examples only. Load them when actively writing or modifying t
6162
| [sql.examples.md](sql.examples.md) | Writing SQL or database connection scripts: provides `.database` file format, `sqlcmd` invocation, and `SET STATISTICS` baseline template |
6263
| [dotnet.examples.md](dotnet.examples.md) | Writing .NET DI setup tests: provides `AddMockedService` and `IOptions` patterns |
6364
| [git.examples.md](git.examples.md) | Filing a template rule escalation issue: provides the `gh issue create` command |
65+
| [learnings.examples.md](learnings.examples.md) | Filing a `credfeto-notes` learning-capture issue: provides the `gh issue create` command |

0 commit comments

Comments
 (0)