Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
957e4a3
Initial commit - created README.md
timothygalvin Aug 5, 2025
6e09c48
added presentation to ben 3-aug-2025
timothygalvin Aug 5, 2025
3e88c2e
added initial model and some prompts for domain analysis agent
timothygalvin Aug 5, 2025
617af8a
added model for object synthesis
timothygalvin Aug 9, 2025
4192e36
added draft product definition
timothygalvin Aug 10, 2025
aa6fb7b
really added draft product definition, and some other global configur…
timothygalvin Aug 10, 2025
16cfe59
added all the agent plumbing - prompts, config, tests. nailed down t…
timothygalvin Aug 10, 2025
b9725e3
adjusted readme for better agent
timothygalvin Aug 10, 2025
2dd9751
slight exit to readme. removed old apps directory
timothygalvin Aug 10, 2025
582f69a
added models for job-scheduling and exhibition-management applications
timothygalvin Aug 10, 2025
5c9eba5
slight exit to readme. removed base model references
timothygalvin Aug 10, 2025
8b3dbff
added whole bunch of scenarios, test cases, readme files
timothygalvin Aug 10, 2025
4d0d4d4
added whole bunch of scenarios, test cases, readme files... and more
timothygalvin Aug 10, 2025
efba40d
minor fixes
timothygalvin Aug 10, 2025
fbed14f
tweaked
timothygalvin Aug 10, 2025
c633d48
deleted duplicate agent prompts
timothygalvin Aug 10, 2025
739e730
swapped out big pptx for small pdf in docs
timothygalvin Aug 11, 2025
d760fef
added AGENT-BOOTSTRAP.md
timothygalvin Aug 13, 2025
2dfdb92
added much stuff after late night session with opus
timothygalvin Aug 13, 2025
074e981
refactored bootstrap tests
timothygalvin Aug 14, 2025
b71b203
fixed bootstrap tests
timothygalvin Aug 14, 2025
ea05f85
still debugging tests
timothygalvin Aug 14, 2025
f3421b9
still debugging tests...
timothygalvin Aug 14, 2025
6c3cd48
removing stubborn file
timothygalvin Aug 14, 2025
f05c07e
still debugging tests....
timothygalvin Aug 14, 2025
358c69c
still debugging tests.....
timothygalvin Aug 14, 2025
86396f6
still debugging tests......
timothygalvin Aug 14, 2025
3c77712
still debugging tests.......
timothygalvin Aug 14, 2025
e90f324
still debugging tests........
timothygalvin Aug 14, 2025
c0cfa91
added log confirmation to bootstrap test
timothygalvin Aug 15, 2025
5b8ce22
fixed Domain Analyst Agent references
timothygalvin Aug 17, 2025
4c2617b
updated readme. added bootstrap urls file for non-pro claude usage
timothygalvin Aug 17, 2025
c94942c
updated readme.
timothygalvin Aug 17, 2025
5f6bc32
updated readme..
timothygalvin Aug 17, 2025
b7108dc
added registry + schema + test
timothygalvin Aug 19, 2025
cd54d54
stripped down registry and schema after architectural crisis
timothygalvin Aug 20, 2025
3ed1140
added v2 of the bootstrap
timothygalvin Aug 20, 2025
166a0e7
updated v2 of the bootstrap, and the urls file
timothygalvin Aug 21, 2025
888e17c
added reference for archimate3_Diagram.xsd for archimate model valida…
timothygalvin Sep 3, 2025
bd34082
start of registry fixes - generate archimate functions
timothygalvin Sep 5, 2025
e92e14d
more registry fixes.. working on internal archimate model
timothygalvin Sep 5, 2025
b2ac432
registry fixes, commented out unused functions
timothygalvin Sep 6, 2025
e32ce6d
registry fixes, added missing functions, updated metamodel
timothygalvin Sep 6, 2025
11323d1
updated versions
timothygalvin Sep 6, 2025
535844f
registry fixes: fixes bootloader
timothygalvin Sep 6, 2025
0b874b0
registry fixes: "add function" function and test
timothygalvin Sep 7, 2025
a880dcb
registry enhancements: dependency chain tests on the registry
timothygalvin Sep 7, 2025
7680416
added FunctionDependencyChainLoader and associated tests. added inte…
timothygalvin Sep 7, 2025
726510f
added integration-tests.js
timothygalvin Sep 7, 2025
7b11e52
adding package-lock.json
timothygalvin Sep 7, 2025
d84d3fc
updated the dependencyloader and test
timothygalvin Sep 7, 2025
6b39b6d
added unit tests for archimate_modeller
timothygalvin Sep 10, 2025
e2e9361
minor updates, edits to model
timothygalvin Sep 13, 2025
dc8486f
added integration test for archimate modeller tool
timothygalvin Sep 13, 2025
e8066f1
Added agent-bootstrap-v3.md and associated js and tests
timothygalvin Sep 17, 2025
52453c1
fixes for iteration 2 of bootstrap-v3 - file detection
timothygalvin Sep 17, 2025
6680dc9
added "Context Commit Protocol" to v3 bootloader
timothygalvin Sep 21, 2025
92b0559
agent bootstrap v3 edits
timothygalvin Sep 21, 2025
0833c28
added bootstrap v3 md
timothygalvin Sep 21, 2025
e12551b
agent bootstrap edits 3.0.6
timothygalvin Sep 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/test/
8 changes: 8 additions & 0 deletions .idea/.gitignore

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

9 changes: 9 additions & 0 deletions .idea/jsLibraryMappings.xml

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

12 changes: 12 additions & 0 deletions .idea/misc.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

Loading