Skip to content
Closed
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
4 changes: 4 additions & 0 deletions .ai-guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Refinement of .ai-guidance, general-guidance, and personal guidance should be an
ongoing process. Continually check that guidance is up-to-date, and offer
suggestions for improvement whenever possible.

## Keep files short and modular

So important! Too-long files are cause syntax errors from agent edits.

## Ontologies are key

There are several ontologies in the "ontology" folder (which is actually its own
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ sflow-platform
test-ns
.roo/mcp.json
.env
logs
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"@hono/zod-openapi": "npm:@hono/zod-openapi@^1.0.2",
"@scalar/openapi-to-markdown": "npm:@scalar/openapi-to-markdown@^0.2.23"
},
"tasks": {
"test": "deno test --allow-net --allow-env --allow-read --allow-write=./meshes,./flow-service/logs"
},
"fmt": {
"singleQuote": true
"singleQuote": false
}
}
Loading