Chinh (lelouvincx) / 2026-05-28

Created Thu, 28 May 2026 00:00:00 +0000 Modified Mon, 08 Jun 2026 02:24:31 +0000
163 Words

Notes

  • LEARNING holistics-migrate-power-bi skill: handle field names in holistics prefer snake_case, but in database has other naming convention.

  • Dont create query model, instead, change the field name in each field/dimension:

  •   dimension sales_order_line_key {
        label: 'Sales Order Line Key'
        type: 'number'
        hidden: true
        primary_key: true
        definition: @sql {{ #SOURCE."SalesOrderLineKey" }};;
    
        ```
    - The [Pi Coding Agent](pi.dev) is pretty new and interesting to me.
      - [[Pi Coding Agent]]
      - It is a coding agent, but with minimal builtin tools and system prompt. Only `read`, `write`, `edit`, `bash`.
      - Support custom extensions. In fact, amp's plugin copies Pi's extension.
      - This is good to understand how to build + self-maintain a harness. Which I think will be valuable in the future.
      - I've always admired Ampcode's harness. Now it's time to learn and build myself.
    - NOTE Improve Pi's SYSTEM.md: [Ampcode](T-019e6f06-b463-70fe-b0bd-dafae3408406)
    
  • Tasks

  • Partly today

    • ((6a13e900-356d-4371-adf7-3afc2e733d48))
  • Done

    • DONE Install Pi Coding Agent and config skills

    • DONE Review PR hook in holistics/skills

    • DONE Feedback - Publish via CLI?