You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[git-rebasing.instructions.md](git-rebasing.instructions.md)| When to rebase (fetch/check/rebase), version-conflict resolution when merging or rebasing |
|[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 |
41
41
|[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`|
42
43
|[api.instructions.md](api.instructions.md)| An HTTP API is being created or modified |`.http` test file requirements |
43
44
|[performance.instructions.md](performance.instructions.md)| Performance-critical code is being written or optimised | Design principles, benchmarks, optimisation workflow |
44
45
|[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
61
62
|[sql.examples.md](sql.examples.md)| Writing SQL or database connection scripts: provides `.database` file format, `sqlcmd` invocation, and `SET STATISTICS` baseline template |
62
63
|[dotnet.examples.md](dotnet.examples.md)| Writing .NET DI setup tests: provides `AddMockedService` and `IOptions` patterns |
63
64
|[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