Add portal card data model, AI generator prompt token schema, and product documentation#92
Draft
Add portal card data model, AI generator prompt token schema, and product documentation#92
Conversation
…ocumentation STD - portal-card-data-model_SCH: JSON Schema defining AoR card structure with AI Generator tab, tokenized prompts, audience/template/metadata bindings, generator output, and write-back - ai-generator-prompt-token-schema_SCH: JSON Schema for shared token library and complete prompt definitions with audience, template, and metadata schema bindings - portal-card-ui-data-model_STD: Product documentation describing card-based UI, AI Generator tab, prompt token model, output specification, traceability, and write-back lifecycle - Updated ai-automation-architecture_IDX with references to new schemas and documentation Co-authored-by: AmedeoPelliccia <164860269+AmedeoPelliccia@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update product documentation for AMPEL360-SPACE-T-PORTAL UI
Add portal card data model, AI generator prompt token schema, and product documentation
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR^3-1 — PRE-RELEASE (Nomenclature v6.0 R1.0 FINAL LOCK — Spec + Config + Automation in WARN mode)
Summary
v6.0 Canonical Filename Format (Reference)
[ATA_ROOT]_[PROJECT]_[PROGRAM]_[FAMILY]_[VARIANT]_[VERSION]_[MODEL]_[BLOCK]_[PHASE]_[KNOT_TASK]_[AoR]__[SUBJECT]_[TYPE]_[ISSUE-REVISION]_[STATUS].[EXT]Scope (what this PR changes)
New Files
portal-card-data-model_SCHgenerator_outputwithcontent_body+metadata_values+schema_validation+traceai-generator-prompt-token-schema_SCHTKN-*), prompt definitions (PROMPT-*) with three-axis binding (audience, template, metadata schema),output_specwith writeback targetportal-card-ui-data-model_STDKey Data Model Concepts
Generator outputs are schema-conformant (validated before write-back), traceable (prompt ID/version in every output), and written back to the originating AoR record.
Modified Files
ai-automation-architecture_IDX: Added 3 entries to Related Documents table referencing the new schemas and STD.Change Checklist (must be fully satisfied)
A) Spec & Governance (v6.0 tokens explicitly defined + R1.0 FINAL LOCK)
FAMILYdefined as quantum-inspired + pax payload numbering (e.g.,Q10,Q100) with pattern + allowlist rules.VARIANTdefined as governance lane token with controlled list (e.g.,GEN,BASELINE,FLIGHTTEST,CERT,MSN,HOV,CUST) and normalization rules (no spaces).VERSIONdefined as branding reinforcer with controlled list (e.g.,PLUS,PLUSULTRA) plus optional 2-digit iteration (e.g.,PLUS01,PLUSULTRA02).MODELdefined as artifact domain with controlled list (BB,HW,SW,PR).SUBJECTprefix rules documented:VARIANT=CUSTrequiresSUBJECTto start withcust-<custcode>-(custcode: 2-12 alphanumeric)VARIANT=MSNrequiresSUBJECTto start withmsn-<serial>-(serial: 3-6 digits)-T###only).__double underscore rule published.ISSUE-REVISIONrule published (e.g.,I##-R##).B) Config Packaging (versioned, CI-consumed, R1.0 FINAL LOCK)
config/nomenclature/v6_0.yamlcommitted with status "FINAL LOCK".FAMILY,VARIANT,VERSION(brand roots),MODEL,AoR,TYPE,STATUS,EXT.patternssection includes:version:^(PLUS|PLUSULTRA)([0-9]{2})?$subject_prefix_for_variant.CUST:^cust-[a-z0-9]{2,12}-subject_prefix_for_variant.MSN:^msn-[0-9]{3,6}-limitssection includes:filename_max_len: 180token_max_len: block (12), subject (60), type (8), aor (10)C) Automation & CI (WARN mode + R1.0 FINAL LOCK enforcement)
validate_nomenclature.pyupdated to v6.0 R1.0:FAMILY/VARIANT/VERSION/MODELFAMILY/VARIANT/MODELVERSIONpattern (brand + optional 2-digit iteration)SUBJECTprefixes forCUSTandMSNvariants-T###)__ISSUE-REVISIONformatscripts/scaffold.pygenerates v6.0 filenames with required tokens and allowlist validation.D) Repository Inventory (Required)
Required Evidence (paste outputs below)
1) Validator Output (WARN/REPORT)
2) Inventory Report Reference
3) Exception Register Diff (if present)
4) R1.0 FINAL LOCK Validation Examples
Risk / Rollback
Approvals
Notes / Follow-ups
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.