bcquality/microsoft/knowledge/breaking-changes
wenjiefan 6d1fada5a4 Add FP guards for field relocation to tableextension and event parameter addition
Two knowledge false-positive guards addressing bug 642303 (agent FPs on BCApps PR #9607):

- breaking-changes: relocating a field to a tableextension in the same app under the same field ID/name is a relocation, not a deletion/rename; the field still resolves on the table, so it must not be flagged as a deleted shipped field or require ObsoleteState staging. Scoped to the contract axis; silent on data migration.

- events: adding a parameter to an event publisher does not break existing subscribers (subscribers bind by name and match a subset), so the addition itself must not be reported as a breaking signature change.
2026-08-04 10:41:03 +02:00
..
choose-access-modifiers-deliberately.bad.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
choose-access-modifiers-deliberately.good.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
choose-access-modifiers-deliberately.md Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
deprecate-public-members-with-the-obsolete-lifecycle.bad.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
deprecate-public-members-with-the-obsolete-lifecycle.good.al Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
deprecate-public-members-with-the-obsolete-lifecycle.md Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
do-not-change-published-procedure-signatures.bad.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
do-not-change-published-procedure-signatures.good.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
do-not-change-published-procedure-signatures.md Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
do-not-expose-sensitive-data-through-public-api.bad.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
do-not-expose-sensitive-data-through-public-api.good.al Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
do-not-expose-sensitive-data-through-public-api.md Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
do-not-modify-code-already-marked-obsolete.bad.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
do-not-modify-code-already-marked-obsolete.good.al Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
do-not-modify-code-already-marked-obsolete.md Add breaking-changes knowledge domain and review leaf skill (#44) 2026-06-25 12:33:30 +02:00
namespace-is-part-of-published-object-identity.bad.al Complete AL review knowledge readiness (#108) 2026-07-15 10:55:25 +02:00
namespace-is-part-of-published-object-identity.good.al Complete AL review knowledge readiness (#108) 2026-07-15 10:55:25 +02:00
namespace-is-part-of-published-object-identity.md Complete AL review knowledge readiness (#108) 2026-07-15 10:55:25 +02:00
obsolete-table-fields-instead-of-deleting-them.bad.al Complete AL review knowledge readiness (#108) 2026-07-15 10:55:25 +02:00
obsolete-table-fields-instead-of-deleting-them.good.al Complete AL review knowledge readiness (#108) 2026-07-15 10:55:25 +02:00
obsolete-table-fields-instead-of-deleting-them.md Complete AL review knowledge readiness (#108) 2026-07-15 10:55:25 +02:00
relocating-a-field-to-a-tableextension-is-not-a-deletion.md Add FP guards for field relocation to tableextension and event parameter addition 2026-08-04 10:41:03 +02:00
unreleased-symbol-change-is-not-a-breaking-change.md Add precision guards for systematic agent false-positive patterns (#112) 2026-07-17 14:17:04 +02:00