update: updating project files
This commit is contained in:
parent
abe038b8fc
commit
2e541f13c4
6 changed files with 24 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,6 +15,9 @@ pubspec.lock
|
||||||
README.md~
|
README.md~
|
||||||
.gitignore~
|
.gitignore~
|
||||||
|
|
||||||
|
# Ignore API Keys
|
||||||
|
.apikeys
|
||||||
|
|
||||||
# Directory created by dartdoc
|
# Directory created by dartdoc
|
||||||
# If you don't generate documentation locally you can remove this line.
|
# If you don't generate documentation locally you can remove this line.
|
||||||
doc/api/
|
doc/api/
|
||||||
|
|
4
.pkb/10_commands/command_upsert_index
Normal file
4
.pkb/10_commands/command_upsert_index
Normal file
|
@ -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)"
|
||||||
|
}
|
9
.pkb/10_commands/command_upsert_project_name
Normal file
9
.pkb/10_commands/command_upsert_project_name
Normal file
|
@ -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"
|
||||||
|
}
|
4
.pkb/10_commands/command_upsert_use_index
Normal file
4
.pkb/10_commands/command_upsert_use_index
Normal file
|
@ -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."
|
||||||
|
}
|
4
.pkb/10_commands/command_upsert_use_my_name
Normal file
4
.pkb/10_commands/command_upsert_use_my_name
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/upsert
|
||||||
|
{
|
||||||
|
"q": "User's Name is Patrick Stewart but prefers to be called Patrick."
|
||||||
|
}
|
0
.pversion
Normal file
0
.pversion
Normal file
Loading…
Reference in a new issue