Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
corepack prepare yarn@4.12.0 --activate
yarn --version

- uses: calcit-lang/setup-cr@0.0.9
- uses: calcit-lang/setup-calcit@v1

- name: Resolve Calcit dependencies
run: caps --ci
Expand All @@ -31,13 +31,13 @@ jobs:
run: yarn install --immutable

- name: Check Calcit types
run: cr --check-only
run: calcit calcit.cirru --check-only

- name: Check Calcit quality baseline
run: cr analyze quality --baseline config/calcit-quality.json
run: calcit calcit.cirru analyze quality --baseline config/calcit-quality.json

- name: Compile Calcit JavaScript
run: cr js
run: calcit calcit.cirru js

- name: Build site
run: yarn vite build --base=./
Expand Down
38 changes: 6 additions & 32 deletions Agents.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions calcit.cirru
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

{} (:about "|Machine-generated snapshot. Do not edit directly — changes will be overwritten. Use `cr query` to inspect and `cr edit`/`cr tree` to modify. Run `cr docs agents --full` first. Manual edits must follow format and schema conventions, then run `cr edit format`.") (:package |app) (:version |0.0.1)
{} (:about "|Machine-generated snapshot. Do not edit directly — changes will be overwritten. Use `calcit query` to inspect and `calcit edit`/`calcit tree` to modify. Run `calcit docs agents --full` first. Manual edits must follow format and schema conventions, then run `calcit edit format`.") (:package |app)
Comment thread
tiye marked this conversation as resolved.
:entries $ {}
:default $ {} (:description |) (:init-fn 'app.main/main!) (:mode :js) (:reload-fn 'app.main/reload!)
:feature-policy $ {}
:modules $ [] |respo.calcit/ |respo-ui.calcit/ |reel.calcit/ |respo-markdown.calcit/ |alerts.calcit/ |respo-feather.calcit/
:type-slots $ {}
:files $ {}
Expand Down Expand Up @@ -1827,7 +1828,7 @@
:code $ quote
defstruct Site (:storage-key 'String) (:archive-key 'String)
:examples $ []
:schema $ :: 'Dynamic
:schema $ :: 'StructDef
|chrome-extension? $ %{} 'CodeEntry (:doc |)
:code $ quote
def chrome-extension? $ let
Expand Down Expand Up @@ -2047,7 +2048,7 @@
:code $ quote
defstruct ChatMessage (:role 'Tag) (:content 'String) (:thinking 'String)
:examples $ []
:schema $ :: 'Dynamic
:schema $ :: 'StructDef
|ChatSession $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct ChatSession (:id 'String) (:created-at 'Number)
Expand All @@ -2056,20 +2057,20 @@
:preview 'String
:is-history? 'Bool
:examples $ []
:schema $ :: 'Dynamic
:schema $ :: 'StructDef
|ChatState $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct ChatState (:answer 'Dynamic) (:loading? 'Bool) (:done? 'Bool)
:messages $ :: 'List 'app.schema/ChatMessage
:model 'Dynamic
:thinking 'Dynamic
:examples $ []
:schema $ :: 'Dynamic
:schema $ :: 'StructDef
|MessageBoxState $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct MessageBoxState (:content 'String) (:search? 'Bool) (:think? 'Bool) (:focus-mode? 'Bool)
:examples $ []
:schema $ :: 'Dynamic
:schema $ :: 'StructDef
|Store $ %{} 'CodeEntry (:doc |)
:code $ quote
defstruct Store (:states 'Map)
Expand All @@ -2078,7 +2079,7 @@
:model 'Dynamic
:archived-count 'Number
:examples $ []
:schema $ :: 'Dynamic
:schema $ :: 'StructDef
|store $ %{} 'CodeEntry (:doc |)
:code $ quote
def store $ {}
Expand Down
2 changes: 1 addition & 1 deletion deps.cirru
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{} (:calcit-version |0.13.19)
{} (:calcit-version |0.13.29)
:version |0.0.1
:dependencies $ {} (|Respo/alerts.calcit |0.10.19)
|Respo/reel.calcit |0.6.6
Expand Down
4 changes: 4 additions & 0 deletions history/2026082222-upgrade-calcit-01329.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@calcit/procs": "^0.13.27",
"@calcit/procs": "^0.13.29",
"@google/genai": "^2.13.0",
"@tiye/main-fonts": "0.0.1",
"axios": "^1.15.0",
Expand All @@ -15,7 +15,7 @@
"vite": "^8.0.14"
},
"scripts": {
"build": "rm -rfv dist && cr js && yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/"
"build": "rm -rfv dist && calcit calcit.cirru js && yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/"
},
"version": "0.0.1",
"packageManager": "yarn@4.12.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.