From 21f5a2bcccd1cb1641bf8c84d4b51ac2be92e15b Mon Sep 17 00:00:00 2001 From: Matthew Powelson Date: Fri, 8 Aug 2025 11:00:46 -0400 Subject: [PATCH] Add rough feature roadmap --- feature_roadmap.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 feature_roadmap.md diff --git a/feature_roadmap.md b/feature_roadmap.md new file mode 100644 index 0000000..15a1172 --- /dev/null +++ b/feature_roadmap.md @@ -0,0 +1,15 @@ +Probably mostly in order +1) Global config - store active session info +2) Project config - store path for `cdc`, data dirs, etc +3) Add additional tab completes +4) Additional integration tests on project setup +5) Deployment tools - possibly using ansible or maybe save that for later +6) Connect to container registries for skill install +7) More comprehensive documentation of intent + +These are probably not all-encompassing, but it's what I am thinking about right now. + +Other ideas +* Ansible +* LLM project configuration assistant - connection to skill docs +* ARM checks in CI - probably no reason to, but it does need to work there \ No newline at end of file