[LOADED_DOCS: 3 files, no new loads]

Add Rule #6, remove host folder, update deployment docs

- Introduced Rule #6 to all primary copilot-instructions.md files, enforcing authority checks, conservative rule application, and skill invocation over ad-hoc solutions.
- Removed the obsolete Mango/FruitBank/ deployment-host folder and its copilot-instructions.md; updated REPOS.md to reflect the new repo count.
- Migrated deployment-context documentation to Mango/Source/FruitBank/.github/copilot-instructions.md, preserving the relationship between the server source and plugin after folder removal.
This commit is contained in:
Loretta 2026-04-26 14:11:03 +02:00
parent 0ad9250e4c
commit b59b42d381
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -30,7 +30,6 @@ These files reference AyCode.Core's protocol via blockquote and do NOT repeat th
|---|----------------------------|------------------------------------------------------------------------------------------------|------------------|-------------------------------------------| |---|----------------------------|------------------------------------------------------------------------------------------------|------------------|-------------------------------------------|
| 6 | Mango.Nop.Core | `H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core` | framework (2) | Domain framework for NopCommerce plugins | | 6 | Mango.Nop.Core | `H:\Applications\Mango\Source\NopCommerce.Common\4.70\Libraries\Mango.Nop.Core` | framework (2) | Domain framework for NopCommerce plugins |
| 7 | Nop.Plugin.Misc.AIPlugin | `H:\Applications\Mango\Source\NopCommerce.Common\4.70\Plugins\Nop.Plugin.Misc.AIPlugin` | consumer (3) | FruitBank plugin source code | | 7 | Nop.Plugin.Misc.AIPlugin | `H:\Applications\Mango\Source\NopCommerce.Common\4.70\Plugins\Nop.Plugin.Misc.AIPlugin` | consumer (3) | FruitBank plugin source code |
| 8 | Mango.FruitBank | `H:\Applications\Mango\FruitBank` | host (4) | nopCommerce deployment for FruitBank co. |
The instruction file to audit for each is: `<abs-path>\.github\copilot-instructions.md`. The instruction file to audit for each is: `<abs-path>\.github\copilot-instructions.md`.
@ -52,7 +51,6 @@ The instruction file to audit for each is: `<abs-path>\.github\copilot-instructi
|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------| |---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| Mango.Nop.Core | `AyCode.Core: ../../../../../../Aycode/Source/AyCode.Core` | | Mango.Nop.Core | `AyCode.Core: ../../../../../../Aycode/Source/AyCode.Core` |
| Nop.Plugin.Misc.AIPlugin | `Mango.Nop.Core: ../../Libraries/Mango.Nop.Core`, `AyCode.Core: ../../../../../../Aycode/Source/AyCode.Core` | | Nop.Plugin.Misc.AIPlugin | `Mango.Nop.Core: ../../Libraries/Mango.Nop.Core`, `AyCode.Core: ../../../../../../Aycode/Source/AyCode.Core` |
| Mango.FruitBank | `AyCode.Core: ../../Aycode/Source/AyCode.Core` |
## Invariants by type ## Invariants by type