Skip to content

FCC Part 100 ontology: Zyra regulatory runtime binding - #53

Merged
sonoxo merged 2 commits into
mainfrom
ontology/fcc-part100-v1
Aug 28, 2026
Merged

FCC Part 100 ontology: Zyra regulatory runtime binding#53
sonoxo merged 2 commits into
mainfrom
ontology/fcc-part100-v1

Conversation

@sonoxo

@sonoxo sonoxo commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Embeds FCC 26-47 / SB Docket 25-306 as a machine-readable Part 100 ontology and binds it to Zyra as product/runtime policy context. Adds status vocabulary, event types, provenance rules, deadline/evidence surfaces, transition tracking, and guards against inferred authorization or conflating proposed FNPRM changes with adopted rules.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-28T21:57:20.948697Z 03f5568 PR opened
🔒 Security Review Completed 2026-08-28T21:57:52.347460Z 03f5568 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@sonoxo
sonoxo merged commit 8765c04 into main Aug 28, 2026
3 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 03f55681ba

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +3 to +5
"ontologyRef": "./fcc-space-modernization-part100.v1.json",
"project": "ZYRA",
"mode": "PRODUCT_POLICY_AND_RUNTIME_CONTEXT",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Badge Wire the binding into the production runtime

In the main Zyra deployment, this reference is never loaded: a repo-wide search finds no consumer for either new JSON file, while script/build.ts bundles only imports reachable from server/index.ts and Vite builds only the client root. As a result, the ontology files are absent from dist, so the declared policy guards, event types, notifications, and regulatory surfaces have no runtime effect despite this being labeled PRODUCT_POLICY_AND_RUNTIME_CONTEXT.

Useful? React with 👍 / 👎.

{"id":"REPLY_5_DAY","trigger":"END_OF_OPPOSITION_RESPONSE_WINDOW","windowDays":5,"authority":"47_CFR_100_133_C"},
{"id":"UNRESOLVED_60_DAY_NOTICE","trigger":"END_OF_PUBLIC_COMMENT","windowDays":60,"action":"FCC informs applicant/public of reasons preventing action if full action has not occurred","authority":"FCC_26_47"}
],
"applicationRouting": {"GSO_SYSTEM":["FCC_FORM_312_MAIN","SCHEDULE_O_ORBITAL","SCHEDULE_F_FREQUENCY"],"NGSO_SYSTEM":["FCC_FORM_312_MAIN","SCHEDULE_O_ORBITAL","SCHEDULE_F_FREQUENCY"],"VTSS_SYSTEM":["FCC_FORM_312_MAIN","SCHEDULE_O_ORBITAL","SCHEDULE_F_FREQUENCY","SPACE_SAFETY_EVIDENCE"],"MOSS_SYSTEM":["FCC_FORM_312_MAIN","SCHEDULE_O_ORBITAL","SCHEDULE_F_FREQUENCY","COMPONENT_SYSTEM_RULESETS"],"EARTH_STATION":["FCC_FORM_312_MAIN","SCHEDULE_B_EARTH_STATION"],"NATIONWIDE_NON_SITE_EARTH_STATION":["FCC_FORM_312_MAIN","SCHEDULE_B_EARTH_STATION","SITE_REGISTRATION_AS_APPLICABLE"],"US_MARKET_ACCESS":["FCC_FORM_312_MAIN","MARKET_ACCESS_INFORMATION"]},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Declare every module referenced by application routing

For VTSS, MOSS, nationwide non-site earth-station, and market-access applications, this routing table emits SPACE_SAFETY_EVIDENCE, COMPONENT_SYSTEM_RULESETS, SITE_REGISTRATION_AS_APPLICABLE, and MARKET_ACCESS_INFORMATION, but none appears in the ApplicationModule vocabulary on line 12. A consumer resolving routes against the canonical module class will therefore reject or omit these requirements, producing incomplete filing-readiness results for exactly those four license classes.

Useful? React with 👍 / 👎.

"NATIONWIDE_NON_SITE_EARTH_STATION":"A single license for one or more immovable earth stations that may operate in the United States and territories subject to applicable site registration requirements."
},
"processingRules":[
{"id":"COMPLETENESS_30_DAY","trigger":"FILED","targetState":"PUBLIC_NOTICE_OR_DEFICIENCY_NOTICE","windowDays":30,"authority":"FCC_26_47"},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Target only states defined by the application vocabulary

When the completeness rule runs for a filed application, it targets PUBLIC_NOTICE_OR_DEFICIENCY_NOTICE, which is not one of the declared ApplicationState values. This leaves the state-machine binding with an unrepresentable state instead of an explicit branch to the existing PUBLIC_NOTICE and DEFICIENCY_NOTICE states, so consumers that validate transitions against the ontology cannot apply this rule.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant