Commit Graph
12 Commits
Author SHA1 Message Date
bendtherules 355451c9bb chore(setup): make init_engine262.sh executable and use repository root for engine262 target directory 2026-03-27 10:00:38 +05:30
bendtherules 1434dd20af refactor: move build_graph.mjs and ingest.mjs to setup/ 2026-03-27 09:57:04 +05:30
bendtherules f974ab7188 feat(setup): add script to add shallow engine262 submodule
Introduces `setup/init_engine262.sh`, a Bash utility that clones the `engine262` repository as a shallow submodule (depth 1) into `./engine262`. The script adds the submodule, initializes it, and provides a usage comment. It ensures robust execution with `set -euo pipefail`.
2026-03-27 09:55:32 +05:30
bendtherules 6e3af7575a chore(gitignore): add Graphs section to .gitignore 2026-03-27 09:51:59 +05:30
bendtherules 3106df85fc fix(gitignore): remove leading './' from ignored directories and resources paths 2026-03-27 09:44:32 +05:30
bendtherules 4a4b4971dd refactor(config): centralize storage and graph file paths
- Added `constants.mjs` defining `STORAGE_DIR` and `GRAPH_FILE`.
- Replaced hard‑coded path strings in `agent.mjs`, `build_graph.mjs`, and `ingest.mjs` with imports from the new constants module.
- Updated console log in `ingest.mjs` to reference `STORAGE_DIR`.
- Adjusted `GRAPH_FILE` path to `./graphology/graph.json` via the constant.
2026-03-27 09:40:54 +05:30
bendtherules b8812b9eb7 chore: add vector store directories to .gitignore
Add ignore patterns for ./storage/ and ./graphology/ under a new "Vector stores" section. Ensure .gitignore ends with a newline.
2026-03-27 09:40:22 +05:30
bendtherules 8ed06e495f build: basic setup (gemini-3-flash) 2026-03-26 19:04:48 +05:30
bendtherules 53adacbea3 chore(gitignore): add spec-built folder to gitignore 2026-03-26 17:38:15 +05:30
bendtherules ff992aebc3 chore: add .gitignore with Node.js/JavaScript ignore patterns
- Include common directories (node_modules, dist, build)
- Ignore logs, OS files, coverage, IDE settings, and environment files
- Add placeholders for package lock files and generated docs.
2026-03-26 17:36:50 +05:30
bendtherules eba5af4748 Add spec-built folder 2026-03-26 17:35:36 +05:30
bendtherules d4ee62cc25 Init git 2026-03-26 16:33:23 +05:30