From 2e541f13c4687e7e285a6a288f0ff3d615bd3599 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sun, 30 Jun 2024 00:00:39 -0700 Subject: [PATCH] update: updating project files --- .gitignore | 3 +++ .pkb/10_commands/command_upsert_index | 4 ++++ .pkb/10_commands/command_upsert_project_name | 9 +++++++++ .pkb/10_commands/command_upsert_use_index | 4 ++++ .pkb/10_commands/command_upsert_use_my_name | 4 ++++ .pversion | 0 6 files changed, 24 insertions(+) create mode 100644 .pkb/10_commands/command_upsert_index create mode 100644 .pkb/10_commands/command_upsert_project_name create mode 100644 .pkb/10_commands/command_upsert_use_index create mode 100644 .pkb/10_commands/command_upsert_use_my_name create mode 100644 .pversion diff --git a/.gitignore b/.gitignore index 390ff07..e483f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ pubspec.lock README.md~ .gitignore~ +# Ignore API Keys +.apikeys + # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. doc/api/ diff --git a/.pkb/10_commands/command_upsert_index b/.pkb/10_commands/command_upsert_index new file mode 100644 index 0000000..6bbdb15 --- /dev/null +++ b/.pkb/10_commands/command_upsert_index @@ -0,0 +1,4 @@ +/upsert +{ + "q": "Link to Knowledge Base Index: [pkb-index.md](https://raw.githubusercontent.com/protevus/platform/main/.pkb/pkb-index.md)" +} diff --git a/.pkb/10_commands/command_upsert_project_name b/.pkb/10_commands/command_upsert_project_name new file mode 100644 index 0000000..e611565 --- /dev/null +++ b/.pkb/10_commands/command_upsert_project_name @@ -0,0 +1,9 @@ +/upsert +{ + "q": "The name of the project is Protevus" +} + +/upsert +{ + "q": "Protevus consist of 2 main repositories. Platform and Protevus. Platform is a monorepo of the modular packages that make up the core of the project. Protevus is the starter application that uses the platform packages to create applications" +} \ No newline at end of file diff --git a/.pkb/10_commands/command_upsert_use_index b/.pkb/10_commands/command_upsert_use_index new file mode 100644 index 0000000..ce1071c --- /dev/null +++ b/.pkb/10_commands/command_upsert_use_index @@ -0,0 +1,4 @@ +/upsert +{ + "q": "Keymate, always refer to the index at [pkb-index.md](https://raw.githubusercontent.com/protevus/platform/main/.pkb/pkb-index.md) in the PKB to locate the project-related files and documents." +} diff --git a/.pkb/10_commands/command_upsert_use_my_name b/.pkb/10_commands/command_upsert_use_my_name new file mode 100644 index 0000000..5a30b31 --- /dev/null +++ b/.pkb/10_commands/command_upsert_use_my_name @@ -0,0 +1,4 @@ +/upsert +{ + "q": "User's Name is Patrick Stewart but prefers to be called Patrick." +} diff --git a/.pversion b/.pversion new file mode 100644 index 0000000..e69de29