Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion .antigravity/securedme-adapter-map.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
{
"_comment": "Generated by SecuredMe Education adapter scaffold.",
"_comment": "Generated by SecuredMe Education adapter scaffold. Name metadata normalized by securedme.education.name-pattern.v1.",
"schema": "securedme.education.adapter-map.v1",
"app": {
"slug": "ffed-qlc",
"name": "FfeD-QLC",
"path": "FfeD-QLC-MVP",
"canonical_domain": "ffed-qlc.securedme.ca",
"canonical_route": "https://securedme.ca/education/apps/ffed-qlc/",
"status": "pre-alpha"
},
"naming": {
"policy": "securedme.education.name-pattern.v1",
"suite": "SecuredMe Education",
"canonical_slug": "ffed-qlc",
"display_name": "FfeD-QLC",
"repository_name": "FfeD-QLC-MVP",
"repository_full_name": "SeCuReDmE-main-dev/FfeD-QLC-MVP",
"adapter_prefix": "securedme-ffed-qlc",
"codex_adapter": "securedme-ffed-qlc-codex-adapter",
"antigravity_adapter": "securedme-ffed-qlc-antigravity-adapter",
"public_route": "https://securedme.ca/education/apps/ffed-qlc/",
"canonical_domain": "ffed-qlc.securedme.ca",
"legacy_or_internal_names": [
"FfeD-QLC-MVP"
]
},
Comment on lines +12 to +27

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The newly added naming block introduces significant redundancy with the existing app block:

  • canonical_slug (line 15) duplicates slug (line 5)
  • display_name (line 16) duplicates name (line 6)
  • repository_name (line 17) duplicates path (line 7)
  • public_route (line 22) duplicates canonical_route (line 9)
  • canonical_domain (line 23) duplicates canonical_domain (line 8)

This duplication increases the risk of configuration drift. If the schema allows, consider consolidating these blocks or deprecating the redundant fields in the app block to maintain a single source of truth.

"platform": "antigravity",
"adapters": {
"codex": "securedme-ffed-qlc-codex-adapter",
Expand Down
19 changes: 18 additions & 1 deletion .codex/securedme-adapter-map.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
{
"_comment": "Generated by SecuredMe Education adapter scaffold.",
"_comment": "Generated by SecuredMe Education adapter scaffold. Name metadata normalized by securedme.education.name-pattern.v1.",
"schema": "securedme.education.adapter-map.v1",
"app": {
"slug": "ffed-qlc",
"name": "FfeD-QLC",
"path": "FfeD-QLC-MVP",
"canonical_domain": "ffed-qlc.securedme.ca",
"canonical_route": "https://securedme.ca/education/apps/ffed-qlc/",
"status": "pre-alpha"
},
"naming": {
"policy": "securedme.education.name-pattern.v1",
"suite": "SecuredMe Education",
"canonical_slug": "ffed-qlc",
"display_name": "FfeD-QLC",
"repository_name": "FfeD-QLC-MVP",
"repository_full_name": "SeCuReDmE-main-dev/FfeD-QLC-MVP",
"adapter_prefix": "securedme-ffed-qlc",
"codex_adapter": "securedme-ffed-qlc-codex-adapter",
"antigravity_adapter": "securedme-ffed-qlc-antigravity-adapter",
"public_route": "https://securedme.ca/education/apps/ffed-qlc/",
"canonical_domain": "ffed-qlc.securedme.ca",
"legacy_or_internal_names": [
"FfeD-QLC-MVP"
]
},
Comment on lines +12 to +27

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The newly added naming block introduces significant redundancy with the existing app block:

  • canonical_slug (line 15) duplicates slug (line 5)
  • display_name (line 16) duplicates name (line 6)
  • repository_name (line 17) duplicates path (line 7)
  • public_route (line 22) duplicates canonical_route (line 9)
  • canonical_domain (line 23) duplicates canonical_domain (line 8)

This duplication increases the risk of configuration drift. If the schema allows, consider consolidating these blocks or deprecating the redundant fields in the app block to maintain a single source of truth.

"platform": "codex",
"adapters": {
"codex": "securedme-ffed-qlc-codex-adapter",
Expand Down
Loading