@researai/meos 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +423 -0
- package/README_ZH.md +423 -0
- package/SKILL/SKILL.md +130 -0
- package/SKILL/assets/INDEX.md +21 -0
- package/SKILL/assets/corrections/overrides.md +3 -0
- package/SKILL/assets/examples/README.md +10 -0
- package/SKILL/assets/examples/engineering/README.md +7 -0
- package/SKILL/assets/examples/engineering/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/engineering/principles/tradeoffs.md +11 -0
- package/SKILL/assets/examples/engineering/taste/ui-product.md +12 -0
- package/SKILL/assets/examples/engineering/thought-style/reasoning-patterns.md +11 -0
- package/SKILL/assets/examples/engineering/work/technical-standards.md +17 -0
- package/SKILL/assets/examples/engineering/workflow/default-operating-sequence.md +16 -0
- package/SKILL/assets/examples/minimal/README.md +8 -0
- package/SKILL/assets/examples/minimal/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/minimal/principles/tradeoffs.md +14 -0
- package/SKILL/assets/examples/minimal/taste/ui-product.md +14 -0
- package/SKILL/assets/examples/minimal/thought-style/reasoning-patterns.md +14 -0
- package/SKILL/assets/examples/minimal/work/technical-standards.md +16 -0
- package/SKILL/assets/examples/minimal/workflow/default-operating-sequence.md +16 -0
- package/SKILL/assets/examples/product/README.md +7 -0
- package/SKILL/assets/examples/product/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/product/principles/tradeoffs.md +7 -0
- package/SKILL/assets/examples/product/taste/ui-product.md +15 -0
- package/SKILL/assets/examples/product/thought-style/reasoning-patterns.md +13 -0
- package/SKILL/assets/examples/product/work/technical-standards.md +10 -0
- package/SKILL/assets/examples/product/workflow/default-operating-sequence.md +16 -0
- package/SKILL/assets/examples/research/README.md +7 -0
- package/SKILL/assets/examples/research/corrections/overrides.md +4 -0
- package/SKILL/assets/examples/research/principles/tradeoffs.md +11 -0
- package/SKILL/assets/examples/research/taste/ui-product.md +15 -0
- package/SKILL/assets/examples/research/thought-style/reasoning-patterns.md +12 -0
- package/SKILL/assets/examples/research/work/technical-standards.md +12 -0
- package/SKILL/assets/examples/research/workflow/default-operating-sequence.md +17 -0
- package/SKILL/assets/knowledge/README.md +3 -0
- package/SKILL/assets/knowledge/episodic.md +10 -0
- package/SKILL/assets/knowledge/procedural.md +10 -0
- package/SKILL/assets/knowledge/semantic.md +10 -0
- package/SKILL/assets/live/README.md +5 -0
- package/SKILL/assets/preferences/README.md +3 -0
- package/SKILL/assets/preferences/input.md +3 -0
- package/SKILL/assets/preferences/interests.md +5 -0
- package/SKILL/assets/preferences/output.md +3 -0
- package/SKILL/assets/principles/README.md +3 -0
- package/SKILL/assets/principles/tradeoffs.md +10 -0
- package/SKILL/assets/taste/README.md +3 -0
- package/SKILL/assets/taste/ui-product.md +11 -0
- package/SKILL/assets/templates/README.md +3 -0
- package/SKILL/assets/templates/corrections/overrides.template.md +3 -0
- package/SKILL/assets/templates/knowledge/episodic.template.md +7 -0
- package/SKILL/assets/templates/knowledge/procedural.template.md +9 -0
- package/SKILL/assets/templates/knowledge/semantic.template.md +7 -0
- package/SKILL/assets/templates/preferences/input.template.md +5 -0
- package/SKILL/assets/templates/preferences/interests.template.md +5 -0
- package/SKILL/assets/templates/preferences/output.template.md +7 -0
- package/SKILL/assets/templates/principles/tradeoffs.template.md +9 -0
- package/SKILL/assets/templates/taste/ui-product.template.md +11 -0
- package/SKILL/assets/templates/thought-style/reasoning-patterns.template.md +9 -0
- package/SKILL/assets/templates/work/technical-standards.template.md +11 -0
- package/SKILL/assets/templates/workflow/default-operating-sequence.template.md +11 -0
- package/SKILL/assets/thought-style/README.md +3 -0
- package/SKILL/assets/thought-style/reasoning-patterns.md +10 -0
- package/SKILL/assets/work/README.md +3 -0
- package/SKILL/assets/work/technical-standards.md +11 -0
- package/SKILL/assets/workflow/README.md +3 -0
- package/SKILL/assets/workflow/default-operating-sequence.md +11 -0
- package/SKILL/evidence/README.md +11 -0
- package/SKILL/private/README.md +12 -0
- package/SKILL/references/apply-task-map.md +42 -0
- package/SKILL/references/asset-taxonomy.md +47 -0
- package/SKILL/references/correction-policy.md +22 -0
- package/SKILL/references/extraction-sop.md +76 -0
- package/SKILL/references/import-policy.md +35 -0
- package/SKILL/references/maintenance-policy.md +56 -0
- package/SKILL/references/privacy-policy.md +39 -0
- package/SKILL/references/promotion-policy.md +42 -0
- package/SKILL/references/source-locations.md +93 -0
- package/SKILL/references/writeback-policy.md +33 -0
- package/SKILL/runtime/README.md +11 -0
- package/SKILL/schemas/asset-entry.schema.json +50 -0
- package/SKILL/schemas/conflict-entry.schema.json +37 -0
- package/SKILL/schemas/correction-entry.schema.json +34 -0
- package/SKILL/schemas/evidence-entry.schema.json +37 -0
- package/SKILL/schemas/source-map.schema.json +26 -0
- package/assets/branding/logo.svg +37 -0
- package/assets/readme/00-overview.svg +15 -0
- package/assets/readme/01-lifecycle.svg +11 -0
- package/assets/readme/02-asset-layout.svg +5 -0
- package/assets/readme/03-privacy-boundary.svg +7 -0
- package/assets/readme/04-example-profile.svg +5 -0
- package/bin/meos.js +20 -0
- package/install.sh +11 -0
- package/installer.py +327 -0
- package/package.json +48 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Trade-offs
|
|
2
|
+
|
|
3
|
+
## Core priorities
|
|
4
|
+
|
|
5
|
+
1. truth of the system
|
|
6
|
+
2. route convergence
|
|
7
|
+
3. verification and durability
|
|
8
|
+
4. user-facing clarity
|
|
9
|
+
5. implementation speed
|
|
10
|
+
|
|
11
|
+
## Typical stance
|
|
12
|
+
|
|
13
|
+
- Prefer reuse over reinvention.
|
|
14
|
+
- Prefer root-cause fixes over cosmetic fixes.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# UI And Product Taste
|
|
2
|
+
|
|
3
|
+
## Visual direction
|
|
4
|
+
|
|
5
|
+
- low saturation
|
|
6
|
+
- restrained contrast
|
|
7
|
+
- clear hierarchy
|
|
8
|
+
- intentional, minimal chrome
|
|
9
|
+
|
|
10
|
+
## Anti-goals
|
|
11
|
+
|
|
12
|
+
- decorative complexity without contract clarity
|
|
13
|
+
- fake progress
|
|
14
|
+
- duplicate views for the same object
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Reasoning Patterns
|
|
2
|
+
|
|
3
|
+
## Preferred decomposition
|
|
4
|
+
|
|
5
|
+
1. identify the object
|
|
6
|
+
2. identify the truth source
|
|
7
|
+
3. identify the governing contract
|
|
8
|
+
4. find the mismatch
|
|
9
|
+
5. choose the smallest convergent fix
|
|
10
|
+
|
|
11
|
+
## Validation stance
|
|
12
|
+
|
|
13
|
+
- A specific user suspicion is evidence and should be checked directly.
|
|
14
|
+
- Broader system-health narration comes after that verification, not before.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Technical Standards
|
|
2
|
+
|
|
3
|
+
## Architecture
|
|
4
|
+
|
|
5
|
+
- Identify the real source of truth before patching a visible symptom.
|
|
6
|
+
- Prefer one convergent system over several overlapping partial systems.
|
|
7
|
+
|
|
8
|
+
## Verification
|
|
9
|
+
|
|
10
|
+
- Do not call an implementation done until the real acceptance gate is checked.
|
|
11
|
+
- Separate source edits from live-behavior verification.
|
|
12
|
+
|
|
13
|
+
## Acceptance Gates
|
|
14
|
+
|
|
15
|
+
- If the user asked about one concrete runtime parameter, verify that parameter directly.
|
|
16
|
+
- If only control files changed, say so plainly and do not present that as a new measured result.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Default Operating Sequence
|
|
2
|
+
|
|
3
|
+
## Planning-first mode
|
|
4
|
+
|
|
5
|
+
1. read the relevant files
|
|
6
|
+
2. state the contract
|
|
7
|
+
3. propose one main route
|
|
8
|
+
4. list real risks
|
|
9
|
+
5. wait for approval
|
|
10
|
+
|
|
11
|
+
## Execution mode
|
|
12
|
+
|
|
13
|
+
1. identify the acceptance gate
|
|
14
|
+
2. make the smallest coherent change
|
|
15
|
+
3. verify the real behavior
|
|
16
|
+
4. report what changed and what remains unverified
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# UI And Product Taste
|
|
2
|
+
|
|
3
|
+
## Visual direction
|
|
4
|
+
|
|
5
|
+
- light background
|
|
6
|
+
- restrained motion
|
|
7
|
+
- clean hierarchy
|
|
8
|
+
- not cluttered
|
|
9
|
+
|
|
10
|
+
## Anti-goals
|
|
11
|
+
|
|
12
|
+
- generic AI cards everywhere
|
|
13
|
+
- unrelated gradients
|
|
14
|
+
- fake complexity
|
|
15
|
+
- decorative motion without semantic purpose
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Reasoning Patterns
|
|
2
|
+
|
|
3
|
+
## Preferred framing
|
|
4
|
+
|
|
5
|
+
- what does the user actually see?
|
|
6
|
+
- what does the backend actually persist?
|
|
7
|
+
- what contract should connect the two?
|
|
8
|
+
- which layer is stale?
|
|
9
|
+
|
|
10
|
+
## Design rule
|
|
11
|
+
|
|
12
|
+
- explanatory power beats decoration
|
|
13
|
+
- style is only good when it clarifies the product, not when it hides it
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Technical Standards
|
|
2
|
+
|
|
3
|
+
## Product Contracts
|
|
4
|
+
|
|
5
|
+
- Frontend, backend, validation, and saved state must agree.
|
|
6
|
+
- User-facing settings and admin flows are first-class product surfaces.
|
|
7
|
+
|
|
8
|
+
## Verification
|
|
9
|
+
|
|
10
|
+
- If the user says a change is not visible, verify the actual rendered surface, not just the source files.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Default Operating Sequence
|
|
2
|
+
|
|
3
|
+
## UI improvement workflow
|
|
4
|
+
|
|
5
|
+
1. identify the real page and component path
|
|
6
|
+
2. define visual direction
|
|
7
|
+
3. preserve contract clarity
|
|
8
|
+
4. implement
|
|
9
|
+
5. verify the changed behavior in the running app
|
|
10
|
+
|
|
11
|
+
## Admin or settings workflow
|
|
12
|
+
|
|
13
|
+
1. verify payloads
|
|
14
|
+
2. verify validation rules
|
|
15
|
+
3. verify persistence
|
|
16
|
+
4. verify user-visible state
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Trade-offs
|
|
2
|
+
|
|
3
|
+
## Preferred trade-offs
|
|
4
|
+
|
|
5
|
+
- prefer claim honesty over rhetorical polish
|
|
6
|
+
- preserve old experiments if still relevant
|
|
7
|
+
- only run new supplementary experiments when there is a real evidence gap
|
|
8
|
+
|
|
9
|
+
## Boundaries
|
|
10
|
+
|
|
11
|
+
- do not let a paper-ready state erase a new explicit user request for continuation
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# UI And Product Taste
|
|
2
|
+
|
|
3
|
+
## Research-facing surfaces
|
|
4
|
+
|
|
5
|
+
- branch-centric or evidence-centric views are preferred over arbitrary node clutter
|
|
6
|
+
- if a result is claimed complete, the UI should make the supporting files and mappings easy to inspect
|
|
7
|
+
|
|
8
|
+
## Progress surfaces
|
|
9
|
+
|
|
10
|
+
- completed
|
|
11
|
+
- running
|
|
12
|
+
- blocked
|
|
13
|
+
- next checkpoint
|
|
14
|
+
|
|
15
|
+
These should be separated clearly.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Reasoning Patterns
|
|
2
|
+
|
|
3
|
+
## Preferred research framing
|
|
4
|
+
|
|
5
|
+
- identify what is already measured
|
|
6
|
+
- identify what is only documented
|
|
7
|
+
- identify what is mapped into the paper
|
|
8
|
+
- identify what remains a real evidence gap
|
|
9
|
+
|
|
10
|
+
## Continuation rule
|
|
11
|
+
|
|
12
|
+
- If the user explicitly asks for more experiments or a fuller paper, switch from closeout logic to continuation logic.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Technical Standards
|
|
2
|
+
|
|
3
|
+
## Research Contracts
|
|
4
|
+
|
|
5
|
+
- Baseline, idea, experiment, analysis, writing, review, and rebuttal should remain explicit stages.
|
|
6
|
+
- Supplementary experiments should map back to claims, sections, or evidence gaps.
|
|
7
|
+
- A compile-clean paper is not necessarily an evidence-complete paper.
|
|
8
|
+
|
|
9
|
+
## Measurement
|
|
10
|
+
|
|
11
|
+
- Progress should report completed tasks, active tasks, blockers, and the next meaningful checkpoint.
|
|
12
|
+
- User-specified performance targets such as throughput or batch size should be treated as explicit acceptance gates.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Default Operating Sequence
|
|
2
|
+
|
|
3
|
+
## Experiment workflow
|
|
4
|
+
|
|
5
|
+
1. verify runtime configuration
|
|
6
|
+
2. run bounded smoke
|
|
7
|
+
3. launch the real run
|
|
8
|
+
4. monitor using quantitative checkpoints
|
|
9
|
+
5. record the result durably
|
|
10
|
+
|
|
11
|
+
## Paper workflow
|
|
12
|
+
|
|
13
|
+
1. check compile status
|
|
14
|
+
2. check page-count status
|
|
15
|
+
3. check evidence-mapping status
|
|
16
|
+
4. check appendix status
|
|
17
|
+
5. check remaining scientific gaps
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Evidence Layer
|
|
2
|
+
|
|
3
|
+
This directory is for local evidence records only.
|
|
4
|
+
|
|
5
|
+
Examples of local files that may appear here later:
|
|
6
|
+
|
|
7
|
+
- `facts.jsonl`
|
|
8
|
+
- `conflicts.jsonl`
|
|
9
|
+
- `source-map.json`
|
|
10
|
+
|
|
11
|
+
By default, this directory stays out of version control except for this README.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Private Layer
|
|
2
|
+
|
|
3
|
+
This directory is for raw imported material and local-only snapshots.
|
|
4
|
+
|
|
5
|
+
Examples:
|
|
6
|
+
|
|
7
|
+
- imported conversation archives
|
|
8
|
+
- raw transcript dumps
|
|
9
|
+
- temporary sanitized copies
|
|
10
|
+
- local snapshots before extraction
|
|
11
|
+
|
|
12
|
+
By default, this directory stays out of version control except for this README.
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Apply Task Map
|
|
2
|
+
|
|
3
|
+
Paths below are relative to the installed skill root.
|
|
4
|
+
|
|
5
|
+
## Technical implementation
|
|
6
|
+
|
|
7
|
+
Read:
|
|
8
|
+
|
|
9
|
+
- `assets/live/work/`
|
|
10
|
+
- `assets/live/thought-style/`
|
|
11
|
+
- `assets/live/workflow/`
|
|
12
|
+
- `assets/live/principles/`
|
|
13
|
+
|
|
14
|
+
## UI / product work
|
|
15
|
+
|
|
16
|
+
Read:
|
|
17
|
+
|
|
18
|
+
- `assets/live/taste/`
|
|
19
|
+
- `assets/live/work/`
|
|
20
|
+
- `assets/live/workflow/`
|
|
21
|
+
- `assets/live/corrections/`
|
|
22
|
+
|
|
23
|
+
## Research or writing work
|
|
24
|
+
|
|
25
|
+
Read:
|
|
26
|
+
|
|
27
|
+
- `assets/live/work/`
|
|
28
|
+
- `assets/live/thought-style/`
|
|
29
|
+
- `assets/live/principles/`
|
|
30
|
+
- `assets/live/knowledge/`
|
|
31
|
+
- `assets/live/workflow/`
|
|
32
|
+
|
|
33
|
+
## Style-sensitive replies
|
|
34
|
+
|
|
35
|
+
Read:
|
|
36
|
+
|
|
37
|
+
- `assets/live/preferences/`
|
|
38
|
+
- `assets/live/corrections/`
|
|
39
|
+
|
|
40
|
+
## Priority rule
|
|
41
|
+
|
|
42
|
+
If a rule in `assets/live/corrections/` conflicts with another layer, the correction wins.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Asset Taxonomy
|
|
2
|
+
|
|
3
|
+
## Stable asset families
|
|
4
|
+
|
|
5
|
+
- `assets/work/`
|
|
6
|
+
- technical standards
|
|
7
|
+
- acceptance rules
|
|
8
|
+
- architecture preferences
|
|
9
|
+
- `assets/thought-style/`
|
|
10
|
+
- decomposition habits
|
|
11
|
+
- contract reasoning
|
|
12
|
+
- validation stance
|
|
13
|
+
- `assets/workflow/`
|
|
14
|
+
- planning routines
|
|
15
|
+
- implementation routines
|
|
16
|
+
- audit routines
|
|
17
|
+
- verification routines
|
|
18
|
+
- `assets/principles/`
|
|
19
|
+
- trade-offs
|
|
20
|
+
- risk boundaries
|
|
21
|
+
- first-principles rules
|
|
22
|
+
- `assets/taste/`
|
|
23
|
+
- UI taste
|
|
24
|
+
- product taste
|
|
25
|
+
- `assets/knowledge/`
|
|
26
|
+
- semantic
|
|
27
|
+
- episodic
|
|
28
|
+
- procedural
|
|
29
|
+
- `assets/preferences/`
|
|
30
|
+
- input
|
|
31
|
+
- output
|
|
32
|
+
- interests
|
|
33
|
+
- `assets/corrections/`
|
|
34
|
+
- explicit overrides
|
|
35
|
+
|
|
36
|
+
## Promotion guidance
|
|
37
|
+
|
|
38
|
+
Promote into:
|
|
39
|
+
|
|
40
|
+
- `work/` when the rule affects technical execution across tasks
|
|
41
|
+
- `thought-style/` when the rule changes how problems are framed
|
|
42
|
+
- `workflow/` when the rule is a repeatable sequence
|
|
43
|
+
- `principles/` when the rule is a stable trade-off or boundary
|
|
44
|
+
- `taste/` when the rule changes UI or product judgment
|
|
45
|
+
- `knowledge/` when the rule is factual or procedural background
|
|
46
|
+
- `preferences/` when the rule is mainly about style or favored presentation
|
|
47
|
+
- `corrections/` when the user explicitly overrides prior understanding
|