feat: add proto-first guide as databricks-apps reference#41
Conversation
arsenyinfo
left a comment
There was a problem hiding this comment.
From my understanding of current granularity, that should not be a separate skill in existing taxonomy.
Even appkit itself is not a separate skill but a core recommendation in databricks-apps skill. This proto-first thing is an implementation best practice, i'd expect it to be part of apps skill referenced close to other core appkit practices.
agree it is more like a meta-skill - how would you recommend implementing it then? (compared to current approach) |
8fabdf2 to
f9cf254
Compare
|
/merge |
|
isaac-bot pull master and resolve any conflicts. |
Adds protobuf schema-first design guidance as reference docs inside the existing databricks-apps skill. Files added: - references/appkit/proto-first.md — 4-phase workflow (decompose, contracts, generate, implement) for typed AppKit apps - references/appkit/proto-contracts.md — proto↔plugin mappings for files, lakebase, and jobs boundaries SKILL.md updated with proto-first in Required Reading table. Manifest updated with new files, no standalone skill entry.
f9cf254 to
bdb9815
Compare
Summary
Adds proto-first design guidance as reference docs inside the existing
databricks-appsskill (per review feedback — not a standalone skill).Files added:
skills/databricks-apps/references/appkit/proto-first.md— 4-phase workflow: decompose → contracts → generate → implementskills/databricks-apps/references/appkit/proto-contracts.md— concrete proto↔plugin mappings for files, lakebase, jobsSKILL.md updated: Added "Typed data contracts" row to the Required Reading table.
What it covers
Documentation safety checklist