Files
jspg/.agent/workflows/jspg.md
2026-03-11 17:26:45 -04:00

2.1 KiB

description
description
jspg work preparation

This workflow will get you up-to-speed on the JSPG custom json-schema-based cargo pgrx postgres validation extension. Everything you read will be in the jspg directory/project.

Read over this entire workflow and commit to every section of work in a task list, so that you don't stop half way through before reviewing all of the directories and files mentioned. Do not ask for confirmation after generating this task list and proceed through all sections in your list.

Please analyze the files and directories and do not use cat, find, or the terminal to discover or read in any of these files. Analyze every file mentioned. If a directory is mentioned or a /*, please analyze the directory, every single file at its root, and recursively analyze every subdirectory and every single file in every subdirectory to capture not just critical files, but the entirety of what is requested. I state again, DO NOT just review a cherry picking of files in any folder or wildcard specified. Review 100% of all files discovered recursively!

Section 1: Various Documentation

  • GEMINI.md at the root (JSPG doc)
  • api/punc/GEMINI.md
  • api/punc/generator/GEMINI.md

Section 2: Flow file for cmd interface

  • flow at the root

Section 3: Source

  • src/*

Section 4: Test Fixtures

Just review some of the *.json files in fixtures/ at the root

  • fixtures/allOf.json
  • fixtures/ref.json
  • fixtures/contains.json
  • fixtures/queryer.json
  • fixtures/merger.json
  • fixtures/merge.json

Section 5: Build

  • build.rs

Section 6: Cargo TOML

  • Cargo.toml

Section 7: Some PUNC Syntax

Now, review some punc type and enum source in the api project with api/ these files:

  • api/punc/sql/tables.sql
  • api/punc/sql/domains.sql
  • api/punc/sql/indexes.sql
  • api/punc/sql/functions/entity.sql
  • api/punc/sql/functions/puncs.sql
  • api/punc/sql/puncs/entity.sql
  • api/punc/sql/puncs/persons.sql
  • api/punc/sql/puncs/puncs.sql
  • api/punc/sql/puncs/job.sql
  • api/contact/sql/tables.sql
  • api/contact/sql/domains.sql
  • api/contact/sql/indexes.sql
  • api/contact/sql/domains.sql
  • api/contact/sql/puncs/contacts.sql

Now you are ready to help me work on this extension.