forked from diegoecab/oci-deal-accelerator
- New tools/oci_bom_gen.py: generates .xlsx BOM from YAML spec with
Oracle Redwood styling, Excel formulas, and Oracle disclaimer.
Supports standard BOM (--output) and AppCA import format (--appca)
- New tools/refresh_sku_catalog.py: refreshes SKU catalog prices from
Oracle's public pricing API (apexapps.oracle.com)
- New kb/pricing/oci-sku-catalog.yaml: ~160 OCI SKUs across 14
categories, validated against Oracle API
- New templates/bom-spec.yaml: input spec template for BOM generation
- Add SA TOOLS section to SKILL.md (options 13-14)
- Register BOM generator in oci_output.py
35 lines
587 B
Plaintext
35 lines
587 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
output/
|
|
*.pptx
|
|
!examples/sample-output/*.pptx
|
|
|
|
# OCI Toolkit binary (download from Oracle, don't commit)
|
|
kb/diagram/OCI Library.xml
|
|
|
|
# Build prompt (internal)
|
|
COMPLETE-BUILD-PROMPT.md
|
|
|
|
# Client-specific examples (never commit customer data)
|
|
examples/farma-sa-*
|
|
|
|
# Skill-generated output folders (customer-specific, never commit)
|
|
examples/output-*/
|
|
|
|
# Exported screenshots (temporary)
|
|
examples/*.png
|
|
|
|
# Exported ppts
|
|
examples/*.ppts
|
|
|
|
# Exported diagrams
|
|
examples/*.drawio
|
|
|
|
# Exported YAML files
|
|
examples/*.yaml
|
|
|
|
# Exported PDFfiles
|
|
examples/*.pdf
|
|
examples/*.xlsx
|