mirror of
https://github.com/SHOGGOTH-SECTOR/sica-fondt.git
synced 2026-08-01 08:30:20 +00:00
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):
- brain/ LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
dispatch, A51 channels, and the OSINT cluster
- knowledge/ LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
MITRE ATT&CK data
- reference/ defensive threat-reference (C3, shhbruh doc) + AdaYaml parser
License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.
Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.
https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
1.5 KiB
1.5 KiB
| name |
|---|
| available-work-phases |
- Engineering: Use this Work Phase to write code, run tests, or otherwise modify or interact with a software project's files or directory structure. That includes creating files, deleting files, moving or renaming files or directories, building projects, running tests, and linting code. This work phase will return the files it creates or edits in order to solve the task it is provided with. If no other Work Phase is clearly more suitable, this should be the default choice.
- Planning: To create a plan to solve larger projects, problems, or tasks. Do NOT use this phase to execute a plan, it will only return a plan, typically in the form of creating a Project_Plan.md file. It is designed to take large and complex jobs and break them down into simpler step-by-step tasks to be solved by other Work Phases.
- Documentation: To write documents. This Work Phase will return a well written, well formatted document in markdown.
- Validation: Always use this Work Phase to validate and verify that the final project results meet the initial requirements, returning a report on the validation result. Do NOT use this phase to find, edit or create files.
- Code Review: To perform a code review that will scrutinize source code for formatting, syntax, style quality, and runnability. Will fix any problems in the code and return a detailed feedback document with findings. Use this Work Phase to do a code review and confirm code is correctly written.